UnstableConsole Output

Established TCP socket on 34516
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/pom.xml verify -Dit.test=CN*IT -Dcontext.label=DEV
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.dataone:d1_integration:war:2.4-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 201, column 15
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ line 225, column 15
[WARNING] 'build.plugins.plugin.version' for com.mycila.maven-license-plugin:maven-license-plugin is missing. @ line 218, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 241, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building DataONE Integration Testing Package 2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ d1_integration ---
[INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration' && 'svn' '--non-interactive' 'info'
[INFO] Working directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration
[INFO] Storing buildNumber: 18827 at timestamp: 1496726836384
[INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration' && 'svn' '--non-interactive' 'info'
[INFO] Working directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ d1_integration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 14 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ d1_integration ---
[INFO] Compiling 23 source files to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ d1_integration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 61 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ d1_integration ---
[INFO] Compiling 147 source files to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ d1_integration ---
[INFO] Surefire report directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.dataone.integration.ContextAwareTestCaseDataoneTest
20170606-05:27:28: [ERROR]: General Problem loading TestSettings. InvocationTargetException: null [org.dataone.configuration.Settings]
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.dataone.configuration.Settings.loadTestConfigurations(Settings.java:151)
	at org.dataone.configuration.Settings.getConfiguration(Settings.java:87)
	at org.dataone.configuration.Settings.getResetConfiguration(Settings.java:123)
	at org.dataone.integration.ContextAwareTestCaseDataoneTest.testReferenceContextLabel_isolation(ContextAwareTestCaseDataoneTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.apache.commons.configuration.ConfigurationException: Can only set one of properties: context.label, context.mn.baseurl, context.cn.baseurl, or context.nodelist.uri.  Number received: 2
	at org.dataone.configuration.TestSettings.determineContext(TestSettings.java:170)
	at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:101)
	... 37 more
20170606-05:27:29: [WARN]: Starting monitor thread [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:27:29: [WARN]: Starting monitoring... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:27:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:27:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:29: [INFO]: ***  context label:   null [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is from d1client.properties: null
20170606-05:27:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
reference BaseUrl = null
context CN url = null
20170606-05:27:29: [INFO]: isNodeAlive for Node: https://mn-demo-6.test.dataone.org ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:29: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:30: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
Got response
waited...
20170606-05:27:39: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
waited...
done...
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 17.083 sec
Running org.dataone.integration.webTest.TestManifestAccess
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running org.dataone.integration.webTest.TestingTestRunnerServlet
20170606-05:27:45: [INFO]: setting system property 'context.mn.baseurl' to value 'http://demo.test.dataone.org/knb/d1/mn' [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNStorageV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNDiagnosticV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNQueryV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNCoreV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNViewV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNAuthorizationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNRegisterV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNRegisterV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV2SlowIT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNAuthorizationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNAuthorizationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNAuthenticationV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReadV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNStorageV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNPackageV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReplicationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNUpdateSystemMetadataIT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReplicationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReplicationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReadV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNQueryV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNAuthorizationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNViewV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNQueryV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReplicationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNContentIntegrityV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNCoreV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNIdentityV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV1SlowIT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReadV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReadV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNIdentityV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNQueryV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: running tests on: MNCoreV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:45: [INFO]: 
***************** running test for testGetCapabilities() vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:45: [INFO]: 
***************** running test for testGetCapabilities() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:45: [INFO]: 
***************** running test for testGetCapabilities() vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:27:45: [INFO]: running tests on: MNCoreV1SlowIT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:27:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:46: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:46: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:46: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:46: [INFO]: 
***************** running test for testGetLogRecords_AccessRestriction(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:46: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: 
***************** running test for testGetLogRecords_eventFiltering() vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log?toDate=2017-06-06T05:27:46.070%2B00:00 [org.dataone.client.rest.RestClient]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:46: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: 
***************** running test for testGetLogRecords_pidFiltering() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient]
20170606-05:27:46: [INFO]: running tests on: MNStorageV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:46: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:46: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:27:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: 
***************** running test for testCreate() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:46: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:46: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:46: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:46: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:46: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:46: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:46: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:46: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate2017156222746250; FilePart:object = /tmp/mmp.output.8505195576011609239.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3609127443646420938.tmp (937 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: 
***************** running test for testCreate_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate201715622274718; FilePart:object = /tmp/mmp.output.5340476855602187969.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3963982383863257540.tmp (874 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testUpdate() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate filename: cnSandboxUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:27:47: [WARN]: Unable to get a valid NodeReference for node at: http://demo.test.dataone.org/knb/d1/mn/v1 to use as the system metadata's authoritativeMemberNode for created object: testUpdate_201715622274748 because the getCapabilities() call failed. [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartMNode.getCapabilities(MultipartMNode.java:253)
	at org.dataone.integration.adapters.CommonCallAdapter.getCapabilities(CommonCallAdapter.java:156)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1503)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate(MNStorageTestImplementations.java:308)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate(MNStorageTestImplementations.java:288)
	at org.dataone.integration.it.apiTests.MNStorageV1IT.testUpdate(MNStorageV1IT.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.executeJUnitRun(TestRunnerHttpServlet.java:224)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.doGet(TestRunnerHttpServlet.java:122)
	at org.dataone.integration.webTest.TestingTestRunnerServlet.callServletTest_ITtestSelector(TestingTestRunnerServlet.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
	... 72 more
Caused by: java.net.UnknownHostException: demo.test.dataone.org
	at java.net.InetAddress.getAllByName0(InetAddress.java:1273)
	at java.net.InetAddress.getAllByName(InetAddress.java:1185)
	at java.net.InetAddress.getAllByName(InetAddress.java:1119)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.dataone.client.rest.RestClient.doRequest(RestClient.java:330)
	at org.dataone.client.rest.RestClient.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 71 more
20170606-05:27:47: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdate_201715622274748 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null.
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate(MNStorageTestImplementations.java:308)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate(MNStorageTestImplementations.java:288)
	at org.dataone.integration.it.apiTests.MNStorageV1IT.testUpdate(MNStorageV1IT.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.executeJUnitRun(TestRunnerHttpServlet.java:224)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.doGet(TestRunnerHttpServlet.java:122)
	at org.dataone.integration.webTest.TestingTestRunnerServlet.callServletTest_ITtestSelector(TestingTestRunnerServlet.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.dataone.service.exceptions.InvalidRequest: values for 'rightsHolder' parameters were empty or null.
	at org.dataone.client.v1.itk.D1Object.validateRequest(D1Object.java:615)
	at org.dataone.client.v1.itk.D1Object.generateSystemMetadata(D1Object.java:482)
	at org.dataone.client.v1.itk.D1Object.<init>(D1Object.java:169)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1541)
	... 67 more
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testUpdate_badObsoletedByInfo() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate filename: cnSandboxUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:27:47: [WARN]: Unable to get a valid NodeReference for node at: http://demo.test.dataone.org/knb/d1/mn/v1 to use as the system metadata's authoritativeMemberNode for created object: testUpdate_201715622274790 because the getCapabilities() call failed. [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartMNode.getCapabilities(MultipartMNode.java:253)
	at org.dataone.integration.adapters.CommonCallAdapter.getCapabilities(CommonCallAdapter.java:156)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1503)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletedByInfo(MNStorageTestImplementations.java:397)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletedByInfo(MNStorageTestImplementations.java:380)
	at org.dataone.integration.it.apiTests.MNStorageV1IT.testUpdate_badObsoletedByInfo(MNStorageV1IT.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.executeJUnitRun(TestRunnerHttpServlet.java:224)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.doGet(TestRunnerHttpServlet.java:122)
	at org.dataone.integration.webTest.TestingTestRunnerServlet.callServletTest_ITtestSelector(TestingTestRunnerServlet.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
	... 72 more
Caused by: java.net.UnknownHostException: demo.test.dataone.org
	at java.net.InetAddress.getAllByName0(InetAddress.java:1273)
	at java.net.InetAddress.getAllByName(InetAddress.java:1185)
	at java.net.InetAddress.getAllByName(InetAddress.java:1119)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.dataone.client.rest.RestClient.doRequest(RestClient.java:330)
	at org.dataone.client.rest.RestClient.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 71 more
20170606-05:27:47: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdate_201715622274790 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null.
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletedByInfo(MNStorageTestImplementations.java:397)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletedByInfo(MNStorageTestImplementations.java:380)
	at org.dataone.integration.it.apiTests.MNStorageV1IT.testUpdate_badObsoletedByInfo(MNStorageV1IT.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.executeJUnitRun(TestRunnerHttpServlet.java:224)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.doGet(TestRunnerHttpServlet.java:122)
	at org.dataone.integration.webTest.TestingTestRunnerServlet.callServletTest_ITtestSelector(TestingTestRunnerServlet.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.dataone.service.exceptions.InvalidRequest: values for 'rightsHolder' parameters were empty or null.
	at org.dataone.client.v1.itk.D1Object.validateRequest(D1Object.java:615)
	at org.dataone.client.v1.itk.D1Object.generateSystemMetadata(D1Object.java:482)
	at org.dataone.client.v1.itk.D1Object.<init>(D1Object.java:169)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1541)
	... 67 more
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testUpdate_badObsoletesInfo() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate filename: cnSandboxUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:27:47: [WARN]: Unable to get a valid NodeReference for node at: http://demo.test.dataone.org/knb/d1/mn/v1 to use as the system metadata's authoritativeMemberNode for created object: testUpdate_2017156222747123 because the getCapabilities() call failed. [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartMNode.getCapabilities(MultipartMNode.java:253)
	at org.dataone.integration.adapters.CommonCallAdapter.getCapabilities(CommonCallAdapter.java:156)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1503)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletesInfo(MNStorageTestImplementations.java:459)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletesInfo(MNStorageTestImplementations.java:442)
	at org.dataone.integration.it.apiTests.MNStorageV1IT.testUpdate_badObsoletesInfo(MNStorageV1IT.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.executeJUnitRun(TestRunnerHttpServlet.java:224)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.doGet(TestRunnerHttpServlet.java:122)
	at org.dataone.integration.webTest.TestingTestRunnerServlet.callServletTest_ITtestSelector(TestingTestRunnerServlet.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
	... 72 more
Caused by: java.net.UnknownHostException: demo.test.dataone.org
	at java.net.InetAddress.getAllByName0(InetAddress.java:1273)
	at java.net.InetAddress.getAllByName(InetAddress.java:1185)
	at java.net.InetAddress.getAllByName(InetAddress.java:1119)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.dataone.client.rest.RestClient.doRequest(RestClient.java:330)
	at org.dataone.client.rest.RestClient.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 71 more
20170606-05:27:47: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdate_2017156222747123 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null.
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletesInfo(MNStorageTestImplementations.java:459)
	at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletesInfo(MNStorageTestImplementations.java:442)
	at org.dataone.integration.it.apiTests.MNStorageV1IT.testUpdate_badObsoletesInfo(MNStorageV1IT.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.executeJUnitRun(TestRunnerHttpServlet.java:224)
	at org.dataone.integration.webTest.TestRunnerHttpServlet.doGet(TestRunnerHttpServlet.java:122)
	at org.dataone.integration.webTest.TestingTestRunnerServlet.callServletTest_ITtestSelector(TestingTestRunnerServlet.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.dataone.service.exceptions.InvalidRequest: values for 'rightsHolder' parameters were empty or null.
	at org.dataone.client.v1.itk.D1Object.validateRequest(D1Object.java:615)
	at org.dataone.client.v1.itk.D1Object.generateSystemMetadata(D1Object.java:482)
	at org.dataone.client.v1.itk.D1Object.<init>(D1Object.java:169)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1541)
	... 67 more
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testUpdate_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017156222747194; FilePart:object = /tmp/mmp.output.7880994313233370725.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.2244219724162333341.tmp (937 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: certificate filename: testSubmitter [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: client setup as Subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:27:47: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testUpdate_NoRightsOnObsoleted() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017156222747242; FilePart:object = /tmp/mmp.output.6578791850314856218.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.5072491156799832927.tmp (937 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testArchive() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestDelete2017156222747275; FilePart:object = /tmp/mmp.output.7808041124404999096.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.7297307040976736014.tmp (937 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testArchive() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT http://demo.test.dataone.org/knb/d1/mn/v1/archive/fakeID.2017156222747303; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testArchive_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestArchive2017156222747313; FilePart:object = /tmp/mmp.output.1936518754528210948.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.4770056140910942484.tmp (938 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: ***  context label:   SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn
20170606-05:27:47: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:27:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: 
***************** running test for testDelete_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:27:47: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Could not refresh ObjectFormat cache from CN:  [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:27:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestDelete2017156222747342; FilePart:object = /tmp/mmp.output.4591949868327913587.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.8319749428416152835.tmp (937 bytes);  [org.dataone.client.rest.RestClient]
<html>
  <head>
    <title>Member Node Web Service Test Results</title>
    <style type="text/css">
      div { padding-left: 10px; padding-right: 10px; border-top: 2px solid #CCC; }
      body { font-family: sans-serif; margin: 0px; }
      div.padded { margin-top: 20px; }
      table { width: 100%; }
      th { text-align: left; }
      td { width: 60%; text-align: left; font-weight: normal; font-size: smaller; padding-left: 50px; }
      .runHeader {
          background: gray;
          padding: 10px; padding-left: 50px;}

      .testPass {
          background-image: url('images/blue.png');   background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testIgnore {
          background-image: url('images/grey.png');   background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testFailure {
          background-image: url('images/red.png');    background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testWarning {
          background-image: url('images/yellow.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testError {
          background-image: url('images/red.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testAssumptionBye {
          background-image: url('images/blue.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .summaryPass {
          background: #aaa; background-image: url('images/blue.png');   background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .summaryFail {
          background: #aaa; background-image: url('images/red.png');    background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .summaryWarn {
          background: #aaa; background-image: url('images/yellow.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .summaryAllIgnored {
          background: #aaa; background-image: url('images/yellow.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .greyDescr {
          background: #ccc;
          padding: 10px; padding-left: 50px;
          }

      span.dropt {border-bottom: thin dotted;}
      span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
      span.dropt span {position: absolute; left: -9999px;
           margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
           border-style:solid; border-color:black; border-width:3px; z-index: 6;}
      span.dropt:hover span {left: 2%; background: #ffffff;}

      span.dropt span {position: absolute; left: -9999px;
           margin: 40px 0 0 0px; padding: 3px 3px 3px 3px;
           border-style:solid; border-color:blue; border-width:1px;}
      span.dropt:hover span {margin: 20px 0 0 42%; background: #eeeeee; z-index:6; font-style: oblique; }

    </style>
    <script language="javascript">
function toggleTrace(showHideDiv, switchTextDiv) {
    var ele = document.getElementById(showHideDiv);
    var text = document.getElementById(switchTextDiv);
    if(ele.style.display == "block") {
    ele.style.display = "none";
    text.innerHTML = "show trace";
    }
    else {
    ele.style.display = "block";
    text.innerHTML = "hide trace";
    }
}
    </script>
  </head>


  <body>

<div class="greyDescr"><table><tr><th>Member Node Url: http://demo.test.dataone.org/knb/d1/mn</th><td>Tue Jun 06 05:27:45 UTC 2017</td></tr></table></div><div class="runHeader">
  <table>
    <tr>
      <th>org.dataone.integration.it.apiTests.MNCoreV1IT</th>
      <td/>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getCapabilities - test that a Node document is returned</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">tests that the getCapabilities() call returns a result of type Node</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org: Name or service not known [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ]
        <a id="toggleControl2" href="javascript:toggleTrace('traceContent2','toggleControl2');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent2" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org: Name or service not known [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetCapabilities(CoreTestImplementations.java:151)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>ping - test for valid return</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test uses a certificateless connection, and tests for a valid date that can be deserialized into java.util.Date,and also checks that the returned date is within 1 minute of the client date</span>
        </span>AssertionError: GET http://demo.test.dataone.org/knb/d1/mn/v1/monitor/ping ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
        <a id="toggleControl3" href="javascript:toggleTrace('traceContent3','toggleControl3');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent3" style="display: none;">
          <pre>java.lang.AssertionError: GET http://demo.test.dataone.org/knb/d1/mn/v1/monitor/ping ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testPing(CoreTestImplementations.java:90)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getCapabilities - contactSubject value is valid</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">tests that at least one contactSubject element is populated with a RFC2253 compliant Subject value.</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ]
        <a id="toggleControl4" href="javascript:toggleTrace('traceContent4','toggleControl4');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent4" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetCapabilities_HasCompatibleNodeContact(CoreTestImplementations.java:198)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getCapabilities - nodeIdentity value is valid</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">tests that the nodeIdentity field follows naming rules indicated by 'urn:node:[[alpha]|_]{2,23}'</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ]
        <a id="toggleControl5" href="javascript:toggleTrace('traceContent5','toggleControl5');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent5" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetCapabilities_NodeIdentityValidFormat(CoreTestImplementations.java:233)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="summaryFail">
  <table>
    <tr>
      <th>org.dataone.integration.it.apiTests.MNCoreV1IT</th>
      <td>Failed Test Case due to failures. [RunCount=4 Failures=4 Errors=0 Warnings=0 Assumptions=0 Ignored=0]</td>
    </tr>
  </table>
</div>
<div class="runHeader">
  <table>
    <tr>
      <th>org.dataone.integration.it.apiTests.MNCoreV1SlowIT</th>
      <td/>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getLogRecords - test no parameter and every-parameter cases</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">test that a Log object is returned, calling with the STAGE CN certificate.</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
        <a id="toggleControl8" href="javascript:toggleTrace('traceContent8','toggleControl8');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent8" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetLogRecords(CoreTestImplementations.java:358)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getLogRecords - test list slicing behavior</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">performs heuristic tests that count and total parameters are correct, and that the caller can limit the number of items returned using the count parameter.</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
        <a id="toggleControl9" href="javascript:toggleTrace('traceContent9','toggleControl9');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent9" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetLogRecords_Slicing(CoreTestImplementations.java:427)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getLogRecords - date filtering</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">Test that the fromDate parameter works and excludes log records occurring before it.</span>
        </span>AssertionError: ServiceFailure : 0 Client_Error : class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
        <a id="toggleControl10" href="javascript:toggleTrace('traceContent10','toggleControl10');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent10" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure : 0 Client_Error : class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetLogRecords_dateFiltering(CoreTestImplementations.java:728)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getLogRecords - enforces access restrictions</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test works by testing the negative case where the client is not a CN making the call, but is anonymous</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
        <a id="toggleControl11" href="javascript:toggleTrace('traceContent11','toggleControl11');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent11" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetLogRecords_AccessRestriction(CoreTestImplementations.java:300)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getLogRecords - test event filtering</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">Tier 1 MNs might only have READ events, so the test gets the log records from a given period and if only one type of event, filters for a different one and expect zero of them returned. If 2 types, just expect fewer records from withinthat time period. </span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log?toDate=2017-06-06T05:27:46.070%2B00:00 ]
        <a id="toggleControl12" href="javascript:toggleTrace('traceContent12','toggleControl12');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent12" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log?toDate=2017-06-06T05:27:46.070%2B00:00 ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetLogRecords_eventFiltering(CoreTestImplementations.java:525)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>getLogRecords - test PID filtering</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">Test that pidFilter only returns objects with the given Identifier string The test attepmpts to find a negative case and to make sure it is filtered out when thefilter is applied.</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
        <a id="toggleControl13" href="javascript:toggleTrace('traceContent13','toggleControl13');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent13" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.CoreTestImplementations.testGetLogRecords_pidFiltering(CoreTestImplementations.java:632)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="summaryFail">
  <table>
    <tr>
      <th>org.dataone.integration.it.apiTests.MNCoreV1SlowIT</th>
      <td>Failed Test Case due to failures. [RunCount=6 Failures=6 Errors=0 Warnings=0 Assumptions=0 Ignored=0]</td>
    </tr>
  </table>
</div>
<div class="runHeader">
  <table>
    <tr>
      <th>org.dataone.integration.it.apiTests.MNStorageV1IT</th>
      <td/>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>create - tests that create works</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test calls create, then verifies that the returned identifier matches the one passed to create, and also calls get in order to test that the object with that identifier contains the text submitted</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate2017156222746250; FilePart:object = /tmp/mmp.output.8505195576011609239.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3609127443646420938.tmp (937 bytes); ]
        <a id="toggleControl16" href="javascript:toggleTrace('traceContent16','toggleControl16');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent16" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate2017156222746250; FilePart:object = /tmp/mmp.output.8505195576011609239.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3609127443646420938.tmp (937 bytes); ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testCreate(MNStorageTestImplementations.java:93)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>create - test with unauthorized subject</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test calls create with a certificate whose subject is not authorized and expects to get either a NotAuthorized or InvalidToken exception</span>
        </span>AssertionError: Expected InvalidToken or NotAuthorized, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate201715622274718; FilePart:object = /tmp/mmp.output.5340476855602187969.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3963982383863257540.tmp (874 bytes); ]
        <a id="toggleControl17" href="javascript:toggleTrace('traceContent17','toggleControl17');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent17" style="display: none;">
          <pre>java.lang.AssertionError: Expected InvalidToken or NotAuthorized, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate201715622274718; FilePart:object = /tmp/mmp.output.5340476855602187969.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3963982383863257540.tmp (874 bytes); ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testCreate_NoCert(MNStorageTestImplementations.java:139)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testIgnored">
  <table>
    <tr>
      <th>create - test with challenging unicode identifiers</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">tests create called with a variety of unicode identifiers, verifying that create throws no exceptions</span>
        </span>Test exists but claims to not be implemented (see MNStorageTestImplementations)
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>update - tests that update works </th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test creates a new object and calls update on the object. It verifies that the identifier returned from update matches the new identifier given to the update call. It then gets the updated system metadata and verifies the it has the original identifier in obsoletes field. It also verifies that dateSystemMetadataModified was set properly. It then gets the original system metadata and verifies that it has the new identifier in the obsoletedBy field. It also verifies that a call to listObjects will contain the updated system metadata.</span>
        </span>AssertionError: org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null. [for host http://demo.test.dataone.org/knb/d1/mn/v1 ]
        <a id="toggleControl19" href="javascript:toggleTrace('traceContent19','toggleControl19');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent19" style="display: none;">
          <pre>java.lang.AssertionError: org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null. [for host http://demo.test.dataone.org/knb/d1/mn/v1 ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate(MNStorageTestImplementations.java:370)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>update - tests with bad obsoletedBy info</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test incorrectly sets the obsoletedBy property instead of the obsoletes property on the system metadata before calling update with it, expecting an InvalidSystemMetadata exception</span>
        </span>AssertionError: org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null. [for host http://demo.test.dataone.org/knb/d1/mn/v1 ]
        <a id="toggleControl20" href="javascript:toggleTrace('traceContent20','toggleControl20');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent20" style="display: none;">
          <pre>java.lang.AssertionError: org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null. [for host http://demo.test.dataone.org/knb/d1/mn/v1 ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletedByInfo(MNStorageTestImplementations.java:433)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>update - tests with bad obsoletes info</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test sets the obsoletes property on the system metadata before calling update with it, expecting an InvalidSystemMetadata exception</span>
        </span>AssertionError: org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null. [for host http://demo.test.dataone.org/knb/d1/mn/v1 ]
        <a id="toggleControl21" href="javascript:toggleTrace('traceContent21','toggleControl21');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent21" style="display: none;">
          <pre>java.lang.AssertionError: org.dataone.client.exception.ClientSideException: Unable to create test object!/values for 'rightsHolder' parameters were empty or null. [for host http://demo.test.dataone.org/knb/d1/mn/v1 ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_badObsoletesInfo(MNStorageTestImplementations.java:492)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>update - tests without a certificate</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test creates an object and then tries, without a certificate, to call update, expecting a NotAuthorized or InvalidToken exception</span>
        </span>AssertionError: Exception while setting up test (callAdapter.create): ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017156222747194; FilePart:object = /tmp/mmp.output.7880994313233370725.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.2244219724162333341.tmp (937 bytes); ]
        <a id="toggleControl22" href="javascript:toggleTrace('traceContent22','toggleControl22');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent22" style="display: none;">
          <pre>java.lang.AssertionError: Exception while setting up test (callAdapter.create): ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017156222747194; FilePart:object = /tmp/mmp.output.7880994313233370725.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.2244219724162333341.tmp (937 bytes); ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_NoCert(MNStorageTestImplementations.java:558)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>update - tests without a certificate</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test creates an object and then tries, with a certificate that isn't authorized, to call update, expecting a NotAuthorized exception. It also gets the system metadata and verifies that the obsoletedBy was not modified</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017156222747242; FilePart:object = /tmp/mmp.output.6578791850314856218.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.5072491156799832927.tmp (937 bytes); ]
        <a id="toggleControl23" href="javascript:toggleTrace('traceContent23','toggleControl23');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent23" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017156222747242; FilePart:object = /tmp/mmp.output.6578791850314856218.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.5072491156799832927.tmp (937 bytes); ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testUpdate_NoRightsOnObsoleted(MNStorageTestImplementations.java:621)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>archive - tests that archive works</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test creates an object, calls archive on it, then checks that the identifier returned from the archive call matches the one given and that the system metadata for the archived object has a status of archived</span>
        </span>AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestDelete2017156222747275; FilePart:object = /tmp/mmp.output.7808041124404999096.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.7297307040976736014.tmp (937 bytes); ]
        <a id="toggleControl24" href="javascript:toggleTrace('traceContent24','toggleControl24');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent24" style="display: none;">
          <pre>java.lang.AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestDelete2017156222747275; FilePart:object = /tmp/mmp.output.7808041124404999096.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.7297307040976736014.tmp (937 bytes); ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testArchive(MNStorageTestImplementations.java:672)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>archive - test with a fake identifier</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test calls archive with a fake identifier, expecting a NotFound exception</span>
        </span>AssertionError: Expected NotFound, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host PUT http://demo.test.dataone.org/knb/d1/mn/v1/archive/fakeID.2017156222747303; MMP entity is null ]
        <a id="toggleControl25" href="javascript:toggleTrace('traceContent25','toggleControl25');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent25" style="display: none;">
          <pre>java.lang.AssertionError: Expected NotFound, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host PUT http://demo.test.dataone.org/knb/d1/mn/v1/archive/fakeID.2017156222747303; MMP entity is null ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testArchive_NotFound(MNStorageTestImplementations.java:711)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>archive - test without a certificate</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test creates an object then calls archive without a certificate, expecting a NotAuthorized or InvalidToken exception</span>
        </span>AssertionError: Expected InvalidToken or NotAuthorized, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestArchive2017156222747313; FilePart:object = /tmp/mmp.output.1936518754528210948.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.4770056140910942484.tmp (938 bytes); ]
        <a id="toggleControl26" href="javascript:toggleTrace('traceContent26','toggleControl26');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent26" style="display: none;">
          <pre>java.lang.AssertionError: Expected InvalidToken or NotAuthorized, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestArchive2017156222747313; FilePart:object = /tmp/mmp.output.1936518754528210948.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.4770056140910942484.tmp (938 bytes); ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testArchive_NoCert(MNStorageTestImplementations.java:786)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testFailure">
  <table>
    <tr>
      <th>delete - test without a certificate</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">this test creates an object then calls delete without a certificate, expecting a NotAuthorized or InvalidToken exception</span>
        </span>AssertionError: Expected InvalidToken, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate201715622274718; FilePart:object = /tmp/mmp.output.5340476855602187969.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3963982383863257540.tmp (874 bytes); ]
        <a id="toggleControl27" href="javascript:toggleTrace('traceContent27','toggleControl27');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent27" style="display: none;">
          <pre>java.lang.AssertionError: Expected InvalidToken, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate201715622274718; FilePart:object = /tmp/mmp.output.5340476855602187969.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3963982383863257540.tmp (874 bytes); ]
            at org.junit.Assert.fail(Assert.java:91)
            at org.dataone.integration.ContextAwareTestCaseDataone$5.call(ContextAwareTestCaseDataone.java:1825)
            at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:70)
            at org.dataone.integration.ContextAwareTestCaseDataone.handleFail(ContextAwareTestCaseDataone.java:1820)
            at org.dataone.integration.it.ContextAwareAdapter.handleFail(ContextAwareAdapter.java:100)
            at org.dataone.integration.it.testImplementations.MNStorageTestImplementations.testDelete_NoCert(MNStorageTestImplementations.java:862)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testIgnored">
  <table>
    <tr>
      <th>testGenerateIdentifier</th>
      <td>No test exists for this yet.</td>
    </tr>
  </table>
</div>
<div class="summaryFail">
  <table>
    <tr>
      <th>org.dataone.integration.it.apiTests.MNStorageV1IT</th>
      <td>Failed Test Case due to failures. [RunCount=11 Failures=11 Errors=0 Warnings=0 Assumptions=0 Ignored=2]</td>
    </tr>
  </table>
</div>
  </body>
</html>

20170606-05:27:47: [INFO]: setting system property 'context.mn.baseurl' to value 'http://demo.test.dataone.org/knb/d1/mn' [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:47: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [INFO]: Registering class: org.dataone.integration.webTest.MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:47: [INFO]: running tests on: MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:47: [INFO]: setting system property 'context.mn.baseurl' to value 'http://demo.test.dataone.org/knb/d1/mn' [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:47: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [INFO]: Registering class: org.dataone.integration.webTest.MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet]
20170606-05:27:47: [INFO]: running tests on: MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet]
<html>
  <head>
    <title>Member Node Web Service Test Results</title>
    <style type="text/css">
      div { padding-left: 10px; padding-right: 10px; border-top: 2px solid #CCC; }
      body { font-family: sans-serif; margin: 0px; }
      div.padded { margin-top: 20px; }
      table { width: 100%; }
      th { text-align: left; }
      td { width: 60%; text-align: left; font-weight: normal; font-size: smaller; padding-left: 50px; }
      .runHeader {
          background: gray;
          padding: 10px; padding-left: 50px;}

      .testPass {
          background-image: url('images/blue.png');   background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testIgnore {
          background-image: url('images/grey.png');   background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testFailure {
          background-image: url('images/red.png');    background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testWarning {
          background-image: url('images/yellow.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testError {
          background-image: url('images/red.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .testAssumptionBye {
          background-image: url('images/blue.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 70px;
          }
      .summaryPass {
          background: #aaa; background-image: url('images/blue.png');   background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .summaryFail {
          background: #aaa; background-image: url('images/red.png');    background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .summaryWarn {
          background: #aaa; background-image: url('images/yellow.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .summaryAllIgnored {
          background: #aaa; background-image: url('images/yellow.png'); background-repeat: no-repeat;
          padding: 10px; padding-left: 50px;
          }
      .greyDescr {
          background: #ccc;
          padding: 10px; padding-left: 50px;
          }

      span.dropt {border-bottom: thin dotted;}
      span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
      span.dropt span {position: absolute; left: -9999px;
           margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
           border-style:solid; border-color:black; border-width:3px; z-index: 6;}
      span.dropt:hover span {left: 2%; background: #ffffff;}

      span.dropt span {position: absolute; left: -9999px;
           margin: 40px 0 0 0px; padding: 3px 3px 3px 3px;
           border-style:solid; border-color:blue; border-width:1px;}
      span.dropt:hover span {margin: 20px 0 0 42%; background: #eeeeee; z-index:6; font-style: oblique; }

    </style>
    <script language="javascript">
function toggleTrace(showHideDiv, switchTextDiv) {
    var ele = document.getElementById(showHideDiv);
    var text = document.getElementById(switchTextDiv);
    if(ele.style.display == "block") {
    ele.style.display = "none";
    text.innerHTML = "show trace";
    }
    else {
    ele.style.display = "block";
    text.innerHTML = "hide trace";
    }
}
    </script>
  </head>


  <body>

<div class="greyDescr"><table><tr><th>Member Node Url: http://demo.test.dataone.org/knb/d1/mn</th><td>Tue Jun 06 05:27:47 UTC 2017</td></tr></table></div><div class="runHeader">
  <table>
    <tr>
      <th>org.dataone.integration.webTest.MockV1ITCase</th>
      <td>
        <span class="dropt" title="">
          <img src="images/help.png"/>
          <span style="width: 500px;">TestCase class annotation</span>
        </span>
      </td>
    </tr>
  </table>
</div>
<div class="uncategorized">
  <table>
    <tr>
      <th>testWarning</th>
      <td>TestIterationEndingException: 
        <a id="toggleControl2" href="javascript:toggleTrace('traceContent2','toggleControl2');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent2" style="display: none;">
          <pre>org.dataone.integration.TestIterationEndingException: 
            at org.dataone.integration.webTest.MockV1ITCase.testWarning(MockV1ITCase.java:68)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testIgnored">
  <table>
    <tr>
      <th>testIgnore</th>
      <td/>
    </tr>
  </table>
</div>
<div class="uncategorized">
  <table>
    <tr>
      <th>testAssumptionViolatedException</th>
      <td>AssumptionViolatedException: failed assumption: Could not set up the test properly.
        <a id="toggleControl4" href="javascript:toggleTrace('traceContent4','toggleControl4');">show trace</a>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td/>
      <td>
        <div id="traceContent4" style="display: none;">
          <pre>org.junit.internal.AssumptionViolatedException: failed assumption: Could not set up the test properly.
            at org.dataone.integration.webTest.MockV1ITCase.testAssumptionViolatedException(MockV1ITCase.java:73)</pre>
        </div>
      </td>
    </tr>
  </table>
</div>
<div class="testPass">
  <table>
    <tr>
      <th>testSuccess</th>
      <td/>
    </tr>
  </table>
</div>
<div class="uncategorized">
  <table>
    <tr>
      <th>org.dataone.integration.webTest.MockV1ITCase</th>
      <td>Could not run all tests. [RunCount=3 Failures=0 Errors=0 Warnings=1 Assumptions=1 Ignored=1]</td>
    </tr>
  </table>
</div>
  </body>
</html>

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.406 sec
Running org.dataone.integration.webTest.TestLauncher
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.dataone.integration.CommonResourcesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.dataone.integration.contextTests.TestDefaultSettings
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.dataone.configuration.TestSettingsTest
20170606-05:27:47: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [ERROR]: General Problem loading TestSettings. InvocationTargetException: null [org.dataone.configuration.Settings]
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.dataone.configuration.Settings.loadTestConfigurations(Settings.java:151)
	at org.dataone.configuration.Settings.getConfiguration(Settings.java:87)
	at org.dataone.configuration.Settings.getResetConfiguration(Settings.java:123)
	at org.dataone.configuration.TestSettingsTest.testBadParameterCombinationHandling(TestSettingsTest.java:188)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.apache.commons.configuration.ConfigurationException: Can only set one of properties: context.label, context.mn.baseurl, context.cn.baseurl, or context.nodelist.uri.  Number received: 2
	at org.dataone.configuration.TestSettings.determineContext(TestSettings.java:170)
	at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:101)
	... 38 more
20170606-05:27:47: [ERROR]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [ERROR]: General Problem loading TestSettings. InvocationTargetException: null [org.dataone.configuration.Settings]
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.dataone.configuration.Settings.loadTestConfigurations(Settings.java:151)
	at org.dataone.configuration.Settings.getConfiguration(Settings.java:87)
	at org.dataone.configuration.Settings.getResetConfiguration(Settings.java:123)
	at org.dataone.configuration.TestSettingsTest.testBadFilenameExceptionHandling(TestSettingsTest.java:196)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source null
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:217)
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:197)
	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:181)
	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:269)
	at org.dataone.configuration.TestSettings.loadConfigurationFile(TestSettings.java:209)
	at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:73)
	... 38 more
20170606-05:27:47: [ERROR]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [ERROR]: General Problem loading TestSettings. InvocationTargetException: null [org.dataone.configuration.Settings]
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.dataone.configuration.Settings.loadTestConfigurations(Settings.java:151)
	at org.dataone.configuration.Settings.getConfiguration(Settings.java:87)
	at org.dataone.configuration.Settings.getResetConfiguration(Settings.java:123)
	at org.dataone.configuration.TestSettingsTest.testContextSafetyOnError(TestSettingsTest.java:209)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source null
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:217)
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:197)
	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:181)
	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:269)
	at org.dataone.configuration.TestSettings.loadConfigurationFile(TestSettings.java:209)
	at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:73)
	... 38 more
20170606-05:27:47: [ERROR]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings]
20170606-05:27:47: [ERROR]: General Problem loading TestSettings. InvocationTargetException: null [org.dataone.configuration.Settings]
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.dataone.configuration.Settings.loadTestConfigurations(Settings.java:151)
	at org.dataone.configuration.Settings.getConfiguration(Settings.java:87)
	at org.dataone.configuration.Settings.getResetConfiguration(Settings.java:123)
	at org.dataone.configuration.TestSettingsTest.testContextSafetyOnError(TestSettingsTest.java:211)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source null
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:217)
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:197)
	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:181)
	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:269)
	at org.dataone.configuration.TestSettings.loadConfigurationFile(TestSettings.java:209)
	at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:73)
	... 38 more
Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.138 sec
Running org.dataone.client.PoolingHttpClientConnectionManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running org.dataone.client.CNRestURLTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.012 sec

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 12

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (execution1) @ d1_integration ---
[INFO] Executing tasks
     [copy] Copying 241 files to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/classes
     [copy] Copying 3 files to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT/org/dataone/integration/webTest
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.3:unpack-dependencies (jetty-classpath) @ d1_integration ---
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/2.2.2.v201112011158/org.apache.jasper.glassfish-2.2.2.v201112011158.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.security.auth.message/1.0.0.v201108011116/javax.security.auth.message-1.0.0.v201108011116.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.servlet.jsp.jstl/1.2.0.v201105211821/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201108011116/com.sun.el-2.2.0.v201108011116.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.mail.glassfish/1.4.1.v201005082020/javax.mail.glassfish-1.4.1.v201005082020.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/aggregate/jetty-all-server/8.1.15.v20140411/jetty-all-server-8.1.15.v20140411.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/jetty-jsp/8.1.15.v20140411/jetty-jsp-8.1.15.v20140411.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/org.apache.taglibs.standard.glassfish/1.2.0.v201112081803/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.activation/1.1.0.v201105071233/javax.activation-1.1.0.v201105071233.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.annotation/1.1.0.v201108011116/javax.annotation-1.1.0.v201108011116.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/org.eclipse.jdt.core/3.7.1/org.eclipse.jdt.core-3.7.1.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/eclipse/jetty/orbit/javax.el/2.2.0.v201108011116/javax.el-2.2.0.v201108011116.jar to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT with includes "" and excludes ""
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ d1_integration ---
[INFO] Packaging webapp
[INFO] Assembling webapp [d1_integration] in [/var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/src/main/webapp]
[INFO] Processing overlay [ id edu.uiuc.ncsa.myproxy:oa4mp-client-oauth1]
[INFO] Webapp assembled in [581 msecs]
[INFO] Building war: /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/d1_integration-2.4-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (execution2) @ d1_integration ---
[INFO] Executing tasks
     [move] Moving 1 file to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.8.1:integration-test (integration-test) @ d1_integration ---
[INFO] Failsafe report directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/failsafe-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.dataone.integration.it.apiTests.CNDiagnosticV2IT
20170606-05:28:02: [WARN]: Starting monitor thread [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:02: [WARN]: Starting monitoring... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:02: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is from d1client.properties: https://cn-dev-ucsb-1.test.dataone.org/cn
20170606-05:28:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:28:04: [INFO]: isNodeAlive for Node: https://cn-dev.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:04: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: *** Adding CN to list: cn-dev [ https://cn-dev.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: isNodeAlive for Node: https://cn-dev-ucsb-1.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: *** Adding CN to list: cn-dev-ucsb-1 [ https://cn-dev-ucsb-1.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: isNodeAlive for Node: https://cn-dev-unm-1.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:05: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: *** Adding CN to list: cn-dev-unm-1 [ https://cn-dev-unm-1.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: isNodeAlive for Node: https://cn-dev-orc-1.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: *** Adding CN to list: cn-dev-orc-1 [ https://cn-dev-orc-1.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: isNodeAlive for Node: https://gmn-dev.test.dataone.org/mn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:06: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [WARN]: *** Failed to add MN to list: gmn-dev [ https://gmn-dev.test.dataone.org/mn ].  Could not reach the node:GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [INFO]: isNodeAlive for Node: https://mn-demo-5.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [INFO]: *** Adding MN to list: mn-demo-5 [ https://mn-demo-5.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [INFO]: isNodeAlive for Node: https://mn-demo-7.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:07: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: *** Adding MN to list: mn-demo-7 [ https://mn-demo-7.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: isNodeAlive for Node: https://mn-demo-8.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: *** Adding MN to list: mn-demo-8 [ https://mn-demo-8.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: isNodeAlive for Node: https://mn-demo-6.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: *** Adding MN to list: mn-demo-6 [ https://mn-demo-6.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: isNodeAlive for Node: https://flynn-gmn-1.test.dataone.org/mn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:08: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: *** Adding MN to list: mnTestFLYNN [ https://flynn-gmn-1.test.dataone.org/mn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: isNodeAlive for Node: https://ncei-node.test.dataone.org/mn ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: *** Adding MN to list: DataONE Supported NCEI Slender Node Test Instance [ https://ncei-node.test.dataone.org/mn ] [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: trying to filter CN list for the round robin CN... original size: 4, includes nodes: [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev.test.dataone.org/cn "BogusDescription Tier2 updateNodeCapabilities_updatingOtherField test" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev-ucsb-1.test.dataone.org/cn "UCSB Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev-unm-1.test.dataone.org/cn "UNM Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev-orc-1.test.dataone.org/cn "ORC Development Protocol Coordinating Node Number" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: including CN: https://cn-dev.test.dataone.org/cn "BogusDescription Tier2 updateNodeCapabilities_updatingOtherField test" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: including CN: https://cn-dev-ucsb-1.test.dataone.org/cn "UCSB Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: including CN: https://cn-dev-unm-1.test.dataone.org/cn "UNM Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: including CN: https://cn-dev-orc-1.test.dataone.org/cn "ORC Development Protocol Coordinating Node Number" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: filtered CN list without round robin CN. size: 4, including nodes: [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev.test.dataone.org/cn "BogusDescription Tier2 updateNodeCapabilities_updatingOtherField test" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev-ucsb-1.test.dataone.org/cn "UCSB Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev-unm-1.test.dataone.org/cn "UNM Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]:     CN: https://cn-dev-orc-1.test.dataone.org/cn "ORC Development Protocol Coordinating Node Number" [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:09: [INFO]: 
***************** running test for testEchoCredentials(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-05:28:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:10: [INFO]: 
***************** running test for testEchoCredentials(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-05:28:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:10: [INFO]: 
***************** running test for testEchoCredentials(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-05:28:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: 
***************** running test for testEchoCredentials(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-05:28:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:12: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:100)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:84)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoSystemMetadata(CNDiagnosticV2IT.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:13: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:13: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:100)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:84)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoSystemMetadata(CNDiagnosticV2IT.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:14: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:14: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:14: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:100)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:84)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoSystemMetadata(CNDiagnosticV2IT.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:15: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:15: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:15: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:16: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:16: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:100)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoSystemMetadata(CNDiagnosticTestImplementations.java:84)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoSystemMetadata(CNDiagnosticV2IT.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:16: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: certificate filename: testPerson [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:17: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: 
***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:17: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:28:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:18: [INFO]: refreshing objectFormatCache from cn: null [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:28:18: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:28:18: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:18: [INFO]: successfully refreshed cache from cn.listFormats() [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:28:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:18: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8270872639823453245.tmp (1036 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: 
***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:19: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.2454864677643760034.tmp (1036 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: 
***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:19: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.2652122801471927628.tmp (1036 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3255810425066699374.tmp (1035 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3304810875966333596.tmp (1010 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.9120407409441853164.tmp (1009 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4694293709077294523.tmp (1010 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:23: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3508811944868884682.tmp (1010 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:23: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1725149640948424629.tmp (1048 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3789852286225896799.tmp (1047 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8093335535542871290.tmp (1048 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:26: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1016479823711880568.tmp (854 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:26: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4333309740083725200.tmp (854 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:26: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4424752438122950014.tmp (854 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:27: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.9200169393487053243.tmp (854 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:28: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.7103724667879663155.tmp (1044 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:28: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3391420290427581075.tmp (1043 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:28: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.7970329469002291710.tmp (1044 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1236591175528263053.tmp (1044 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:29: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8350428235051718455.tmp (1046 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:29: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:30: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.5833411710793337861.tmp (1046 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:30: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:30: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8706137061041945411.tmp (1046 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:30: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:31: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject(CNDiagnosticTestImplementations.java:774)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject(CNDiagnosticTestImplementations.java:754)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject(CNDiagnosticV2IT.java:150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:31: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:818)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:800)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_NotAuthorized(CNDiagnosticV2IT.java:156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:32: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:818)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:800)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_NotAuthorized(CNDiagnosticV2IT.java:156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:32: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:818)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:800)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_NotAuthorized(CNDiagnosticV2IT.java:156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:33: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:33: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:33: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:33: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:33: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:33: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:33: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:818)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_NotAuthorized(CNDiagnosticTestImplementations.java:800)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_NotAuthorized(CNDiagnosticV2IT.java:156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:34: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:866)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:846)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticV2IT.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:40: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:40: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:866)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:846)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticV2IT.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:45: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:45: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:866)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:846)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticV2IT.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:51: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:866)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticTestImplementations.java:846)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoPid(CNDiagnosticV2IT.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:28:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:28:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:28:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:28:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:28:58: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:919)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:899)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticV2IT.java:168)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:28:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:04: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:04: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:919)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:899)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticV2IT.java:168)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:09: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:09: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:919)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:899)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticV2IT.java:168)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:15: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:15: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:919)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticTestImplementations.java:899)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(CNDiagnosticV2IT.java:168)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:29:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:22: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:972)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:952)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticV2IT.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:27: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:28: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:972)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:952)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticV2IT.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:34: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:34: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:972)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:952)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticV2IT.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:40: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:41: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:972)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticTestImplementations.java:952)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_BadPid(CNDiagnosticV2IT.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:29:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:47: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1025)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1005)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticV2IT.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:52: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1025)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1005)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticV2IT.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:29:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:58: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:29:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:29:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:29:58: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1025)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1005)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticV2IT.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:29:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:04: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:04: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1025)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticTestImplementations.java:1005)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_SerialVer(CNDiagnosticV2IT.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:30:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:10: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1079)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1059)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticV2IT.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:15: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:15: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1079)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1059)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticV2IT.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:21: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:21: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1079)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1059)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticV2IT.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:27: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:27: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1079)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticTestImplementations.java:1059)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_FormatId(CNDiagnosticV2IT.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:30:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:33: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:34: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1132)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1112)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticV2IT.java:192)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:39: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:40: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1132)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1112)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticV2IT.java:192)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:45: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:46: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1132)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1112)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticV2IT.java:192)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:51: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1132)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticTestImplementations.java:1112)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSize(CNDiagnosticV2IT.java:192)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:30:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:30:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:30:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:30:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:30:58: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1185)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1165)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticV2IT.java:198)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:30:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:04: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:04: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1185)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1165)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticV2IT.java:198)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:10: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:10: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1185)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1165)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticV2IT.java:198)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:16: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:16: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1185)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticTestImplementations.java:1165)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(CNDiagnosticV2IT.java:198)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:31:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:22: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1238)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1218)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticV2IT.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:28: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:28: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1238)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1218)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticV2IT.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:33: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:33: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:33: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:33: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:33: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:33: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1238)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1218)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticV2IT.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:39: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:39: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1238)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticTestImplementations.java:1218)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(CNDiagnosticV2IT.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:31:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:46: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1291)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1271)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticV2IT.java:210)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:51: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1291)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1271)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticV2IT.java:210)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:31:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:58: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:31:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:31:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:31:58: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1291)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1271)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticV2IT.java:210)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:31:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:04: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:04: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1291)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticTestImplementations.java:1271)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(CNDiagnosticV2IT.java:210)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:32:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:11: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1344)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1324)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticV2IT.java:216)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:17: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:17: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:17: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:17: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1344)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1324)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticV2IT.java:216)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:22: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:22: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1344)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1324)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticV2IT.java:216)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:28: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:28: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1344)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticTestImplementations.java:1324)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(CNDiagnosticV2IT.java:216)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:32:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:34: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1397)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1377)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticV2IT.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:40: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:40: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1397)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1377)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticV2IT.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:45: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:45: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1397)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1377)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticV2IT.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:51: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1397)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticTestImplementations.java:1377)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(CNDiagnosticV2IT.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:32:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:32:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:32:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:32:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:32:58: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1450)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1430)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticV2IT.java:228)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:32:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:04: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:05: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1450)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1430)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticV2IT.java:228)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:10: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:10: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1450)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1430)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticV2IT.java:228)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:16: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:17: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1450)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticTestImplementations.java:1430)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(CNDiagnosticV2IT.java:228)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:33:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:23: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:23: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1503)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1483)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticV2IT.java:234)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:28: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:28: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1503)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1483)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticV2IT.java:234)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:34: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:34: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1503)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1483)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticV2IT.java:234)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:40: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:41: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1503)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticTestImplementations.java:1483)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplNum(CNDiagnosticV2IT.java:234)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:33:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:47: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1558)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1538)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticV2IT.java:240)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:52: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1558)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1538)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticV2IT.java:240)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:33:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:58: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:33:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:33:58: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1558)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1538)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticV2IT.java:240)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:33:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:03: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:03: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:04: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1558)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticTestImplementations.java:1538)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(CNDiagnosticV2IT.java:240)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:34:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:10: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1613)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1593)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticV2IT.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:16: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:17: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1613)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1593)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticV2IT.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:22: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:23: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1613)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1593)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticV2IT.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:28: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:29: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1613)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticTestImplementations.java:1593)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(CNDiagnosticV2IT.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:34:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:35: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1666)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1646)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticV2IT.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:41: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:41: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1666)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1646)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticV2IT.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:47: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:47: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1666)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1646)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticV2IT.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:53: [INFO]: 
***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:53: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1666)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticTestImplementations.java:1646)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(CNDiagnosticV2IT.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:34:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:34:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:34:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:34:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:34:59: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1720)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1700)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedType(CNDiagnosticV2IT.java:258)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:34:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:35:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:04: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:35:05: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1720)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1700)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedType(CNDiagnosticV2IT.java:258)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:35:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:35:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:10: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:35:10: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1720)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1700)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedType(CNDiagnosticV2IT.java:258)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:35:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:35:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:16: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:35:16: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1720)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedType(CNDiagnosticTestImplementations.java:1700)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedType(CNDiagnosticV2IT.java:258)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:35:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:35:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:35:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:35:23: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1774)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1754)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticV2IT.java:264)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:35:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:35:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:28: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:35:29: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1774)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1754)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticV2IT.java:264)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:35:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:35:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:35: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:35: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:35:35: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1774)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1754)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticV2IT.java:264)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:35:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:35:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:41: [INFO]: 
***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:35:41: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1355)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1281)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1302)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1774)
	at org.dataone.integration.it.testImplementations.CNDiagnosticTestImplementations.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticTestImplementations.java:1754)
	at org.dataone.integration.it.apiTests.CNDiagnosticV2IT.testEchoIndexedObject_UnsupportedMetadataType(CNDiagnosticV2IT.java:264)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:35:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:35:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
Tests run: 222, Failures: 221, Errors: 0, Skipped: 0, Time elapsed: 466.758 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNCoreV2IT
20170606-05:35:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:48: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:35:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:48: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log?fromDate=2016-08-19T06:07:42.688%2B00:00 [org.dataone.client.rest.RestClient]
20170606-05:35:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:57: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:35:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log?fromDate=2016-08-19T06:07:42.688%2B00:00 [org.dataone.client.rest.RestClient]
20170606-05:35:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:35:59: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:36:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log?fromDate=2016-08-19T06:07:42.688%2B00:00 [org.dataone.client.rest.RestClient]
20170606-05:36:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:01: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:36:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log?fromDate=2016-08-19T06:07:42.688%2B00:00 [org.dataone.client.rest.RestClient]
20170606-05:36:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:03: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:03: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient]
20170606-05:36:04: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient]
20170606-05:36:04: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient]
20170606-05:36:05: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient]
20170606-05:36:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:05: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:05: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:05: [WARN]: Cookie rejected [JSESSIONID="BC23C9003F64D893DC0872E428033713", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:36:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:05: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:05: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:06: [WARN]: Cookie rejected [JSESSIONID="89908DFD952FEAA455EEAE69D0C90076", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:36:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:06: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:06: [WARN]: Cookie rejected [JSESSIONID="071CB2C011D73FB4412356FFB9419272", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:36:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:06: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:06: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [WARN]: Cookie rejected [JSESSIONID="BC23C9003F64D893DC0872E428033713", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [WARN]: Cookie rejected [JSESSIONID="89908DFD952FEAA455EEAE69D0C90076", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [WARN]: Cookie rejected [JSESSIONID="071CB2C011D73FB4412356FFB9419272", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:07: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: refreshing objectFormatCache from cn: null [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: successfully refreshed cache from cn.listFormats() [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:07: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-05:36:07: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-05:36:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [INFO]: certificate filename: testSubmitter [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:08: [INFO]: client setup as Subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:08: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:08: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 20171562236825;  [org.dataone.client.rest.RestClient]
20170606-05:36:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 20171562236825;  [org.dataone.client.rest.RestClient]
20170606-05:36:09: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:09: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:10: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 201715622369966;  [org.dataone.client.rest.RestClient]
20170606-05:36:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 201715622369966;  [org.dataone.client.rest.RestClient]
20170606-05:36:11: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:11: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017156223611563;  [org.dataone.client.rest.RestClient]
20170606-05:36:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017156223611563;  [org.dataone.client.rest.RestClient]
20170606-05:36:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:12: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:14: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017156223612916;  [org.dataone.client.rest.RestClient]
20170606-05:36:14: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017156223612916;  [org.dataone.client.rest.RestClient]
20170606-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:14: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:14: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223614754; FilePart:sysmeta = /tmp/mmp.output.9204860441919345754.tmp (945 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/cNodeTier1TestCreate2017156223614754 [org.dataone.client.rest.RestClient]
20170606-05:36:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:16: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:18: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223616917; FilePart:sysmeta = /tmp/mmp.output.5813643374964833311.tmp (945 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/cNodeTier1TestCreate2017156223616917 [org.dataone.client.rest.RestClient]
20170606-05:36:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:18: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:20: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223618678; FilePart:sysmeta = /tmp/mmp.output.3223676690639579026.tmp (945 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/cNodeTier1TestCreate2017156223618678 [org.dataone.client.rest.RestClient]
20170606-05:36:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:20: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:21: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223620864; FilePart:sysmeta = /tmp/mmp.output.8401224219607533095.tmp (945 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171562236225; FilePart:sysmeta = /tmp/mmp.output.5594487636264642138.tmp (943 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223622511; FilePart:sysmeta = /tmp/mmp.output.5358560075824769256.tmp (945 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:22: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:23: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223622977; FilePart:sysmeta = /tmp/mmp.output.493581526031834992.tmp (945 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:23: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223623526; FilePart:sysmeta = /tmp/mmp.output.4812582825334995038.tmp (945 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:24: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:24: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:24: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:25: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017156223624615;  [org.dataone.client.rest.RestClient]
20170606-05:36:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/reserve/2017156223624615?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-05:36:26: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:26: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:26: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017156223626227;  [org.dataone.client.rest.RestClient]
20170606-05:36:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve/2017156223626227?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-05:36:27: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:27: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:27: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017156223627381;  [org.dataone.client.rest.RestClient]
20170606-05:36:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve/2017156223627381?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-05:36:28: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:28: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:28: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 201715622362877;  [org.dataone.client.rest.RestClient]
20170606-05:36:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve/201715622362877?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-05:36:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:29: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:29: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/reserve/2017156223629619?subject=public [org.dataone.client.rest.RestClient]
20170606-05:36:30: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve/2017156223630280?subject=public [org.dataone.client.rest.RestClient]
20170606-05:36:31: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve/201715622363192?subject=public [org.dataone.client.rest.RestClient]
20170606-05:36:31: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve/2017156223631429?subject=public [org.dataone.client.rest.RestClient]
20170606-05:36:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:31: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:31: [INFO]: 
***************** running test for testGetCapabilities() vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/ [org.dataone.client.rest.RestClient]
20170606-05:36:32: [INFO]: 
***************** running test for testGetCapabilities() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/ [org.dataone.client.rest.RestClient]
20170606-05:36:32: [INFO]: 
***************** running test for testGetCapabilities() vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/ [org.dataone.client.rest.RestClient]
20170606-05:36:32: [INFO]: 
***************** running test for testGetCapabilities() vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/ [org.dataone.client.rest.RestClient]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:32: [INFO]: Testing create() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:32: [INFO]: Testing delete() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: Testing delete(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223632214 [org.dataone.client.rest.RestClient]
20170606-05:36:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017156223632214 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223632214 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:32: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017156223632214
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_2017156223632214</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:32.856+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:32.856+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:34: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223632214; FilePart:object = /tmp/mmp.output.4627745048641423624.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4979263841984341962.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:34: [INFO]: object created.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223632214 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:34: [INFO]:  ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017156223632214 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223632214 [org.dataone.client.rest.RestClient]
20170606-05:36:35: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223632214; FilePart:sysmeta = /tmp/mmp.output.627241150525348830.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:35: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:35: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223635861 [org.dataone.client.rest.RestClient]
20170606-05:36:36: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:36: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017156223635861 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:36: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223635861 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:36: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017156223635861
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_2017156223635861</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:36.590+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:36.590+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:38: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223635861; FilePart:object = /tmp/mmp.output.7798585029546776012.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8009027413537874615.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:38: [INFO]: object created.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223635861 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:38: [INFO]:  ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017156223635861 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223635861 [org.dataone.client.rest.RestClient]
20170606-05:36:39: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223635861; FilePart:sysmeta = /tmp/mmp.output.5334766638646602539.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:39: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:39: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223639343 [org.dataone.client.rest.RestClient]
20170606-05:36:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:40: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017156223639343 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:40: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223639343 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:40: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017156223639343
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_2017156223639343</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:40.006+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:40.006+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:41: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223639343; FilePart:object = /tmp/mmp.output.5505577304622625936.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6296862846181821598.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:41: [INFO]: object created.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223639343 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:41: [INFO]:  ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017156223639343 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223639343 [org.dataone.client.rest.RestClient]
20170606-05:36:43: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223639343; FilePart:sysmeta = /tmp/mmp.output.4784832404165838832.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:43: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:43: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_201715622364338 [org.dataone.client.rest.RestClient]
20170606-05:36:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:44: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_201715622364338 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:44: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_201715622364338 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:44: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_201715622364338
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_201715622364338</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:44.268+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:44.268+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_201715622364338; FilePart:object = /tmp/mmp.output.1913460567026738084.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2431393109911740753.tmp (1083 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_201715622364338
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1080)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized(UpdateSystemMetadataTestImplementations.java:63)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotFound(UpdateSystemMetadataTestImplementations.java:661)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotFound(CNCoreV2IT.java:196)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_201715622364338
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	... 35 more
Caused by: org.dataone.service.exceptions.NotAuthorized: The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_201715622364338
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:82)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	at org.dataone.client.v2.impl.MultipartCNode.create(MultipartCNode.java:611)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:492)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 38 more
20170606-05:36:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:45: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:45: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:45: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223645502 [org.dataone.client.rest.RestClient]
20170606-05:36:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:46: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:46: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:46: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:46: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017156223645502 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:46: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223645502 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:46: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017156223645502
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_2017156223645502</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:46.063+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:46.063+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223645502; FilePart:object = /tmp/mmp.output.5500177017275872074.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3156702784808659165.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:47: [INFO]: object created.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223645502 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:47: [INFO]:  ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017156223645502 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223645502 [org.dataone.client.rest.RestClient]
20170606-05:36:48: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223645502; FilePart:sysmeta = /tmp/mmp.output.7662946154364717920.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:48: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:48: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223648667 [org.dataone.client.rest.RestClient]
20170606-05:36:49: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:49: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:49: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:49: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017156223648667 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:49: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223648667 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:49: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017156223648667
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_2017156223648667</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:49.230+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:49.230+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:51: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223648667; FilePart:object = /tmp/mmp.output.793181910365077004.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.937076053584088786.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:51: [INFO]: object created.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223648667 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:51: [INFO]:  ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017156223648667 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223648667 [org.dataone.client.rest.RestClient]
20170606-05:36:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223648667; FilePart:sysmeta = /tmp/mmp.output.3862692497938846105.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223652162 [org.dataone.client.rest.RestClient]
20170606-05:36:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017156223652162 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223652162 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:52: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017156223652162
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_2017156223652162</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:52.889+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:52.889+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:54: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223652162; FilePart:object = /tmp/mmp.output.1037519566261374228.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6741883247998319602.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:54: [INFO]: object created.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223652162 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:54: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:54: [INFO]:  ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017156223652162 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223652162 [org.dataone.client.rest.RestClient]
20170606-05:36:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223652162; FilePart:sysmeta = /tmp/mmp.output.1442119234395488623.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:55: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:55: [INFO]: 
***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017156223655904 [org.dataone.client.rest.RestClient]
20170606-05:36:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:57: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:57: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:57: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017156223655904 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:57: [INFO]: creating a test object.  pid = testUpdateSystemMetadata_NotAuthorized_2017156223655904 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:57: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017156223655904
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testUpdateSystemMetadata_NotAuthorized_2017156223655904</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:36:57.146+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:36:57.146+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017156223655904; FilePart:object = /tmp/mmp.output.7872719517706452465.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4219930514323525585.tmp (1084 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:36:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_2017156223655904
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1080)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized(UpdateSystemMetadataTestImplementations.java:63)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized(UpdateSystemMetadataTestImplementations.java:48)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized(CNCoreV2IT.java:202)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_2017156223655904
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	... 35 more
Caused by: org.dataone.service.exceptions.NotAuthorized: The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_2017156223655904
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:82)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	at org.dataone.client.v2.impl.MultipartCNode.create(MultipartCNode.java:611)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:492)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 38 more
20170606-05:36:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:36:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: 
***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_2017156223658339 [org.dataone.client.rest.RestClient]
20170606-05:36:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:36:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:36:59: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:36:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:36:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:36:59: [INFO]: 
***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_2017156223659597 [org.dataone.client.rest.RestClient]
20170606-05:37:00: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:00: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:00: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:00: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:00: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:00: [INFO]: 
***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_201715622370758 [org.dataone.client.rest.RestClient]
20170606-05:37:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:01: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:01: [INFO]: 
***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_201715622371928 [org.dataone.client.rest.RestClient]
20170606-05:37:03: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:03: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:187)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NoSerialVersion(UpdateSystemMetadataTestImplementations.java:173)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NoSerialVersion(CNCoreV2IT.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:03: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_201715622373708 [org.dataone.client.rest.RestClient]
20170606-05:37:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:04: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:04: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_201715622374595 [org.dataone.client.rest.RestClient]
20170606-05:37:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:05: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_201715622375182 [org.dataone.client.rest.RestClient]
20170606-05:37:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:05: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:05: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_201715622375833 [org.dataone.client.rest.RestClient]
20170606-05:37:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:07: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NoPid(UpdateSystemMetadataTestImplementations.java:89)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NoPid(CNCoreV2IT.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch201715622377268 [org.dataone.client.rest.RestClient]
20170606-05:37:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:07: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:07: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch201715622377947 [org.dataone.client.rest.RestClient]
20170606-05:37:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:08: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:08: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:08: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:08: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch201715622378698 [org.dataone.client.rest.RestClient]
20170606-05:37:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:09: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:09: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch201715622379355 [org.dataone.client.rest.RestClient]
20170606-05:37:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:10: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:226)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_PidMismatch(UpdateSystemMetadataTestImplementations.java:212)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_PidMismatch(CNCoreV2IT.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:10: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017156223710506 [org.dataone.client.rest.RestClient]
20170606-05:37:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:11: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017156223711121 [org.dataone.client.rest.RestClient]
20170606-05:37:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:11: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:11: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017156223711691 [org.dataone.client.rest.RestClient]
20170606-05:37:12: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:12: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:12: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:12: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:12: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:12: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017156223712377 [org.dataone.client.rest.RestClient]
20170606-05:37:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:13: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:269)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(UpdateSystemMetadataTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(CNCoreV2IT.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:13: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:306)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:293)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(CNCoreV2IT.java:239)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:14: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:306)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:293)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(CNCoreV2IT.java:239)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:14: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:306)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:293)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(CNCoreV2IT.java:239)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:15: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:15: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:306)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(UpdateSystemMetadataTestImplementations.java:293)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(CNCoreV2IT.java:239)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize2017156223716106 [org.dataone.client.rest.RestClient]
20170606-05:37:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:16: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:16: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize2017156223716939 [org.dataone.client.rest.RestClient]
20170606-05:37:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:17: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:17: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:17: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:17: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize2017156223717504 [org.dataone.client.rest.RestClient]
20170606-05:37:18: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:18: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:18: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:18: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:18: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:18: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize2017156223718372 [org.dataone.client.rest.RestClient]
20170606-05:37:19: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:19: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:350)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(UpdateSystemMetadataTestImplementations.java:337)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSize(CNCoreV2IT.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:19: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum2017156223719935 [org.dataone.client.rest.RestClient]
20170606-05:37:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:20: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:20: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum2017156223720598 [org.dataone.client.rest.RestClient]
20170606-05:37:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:21: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum2017156223721171 [org.dataone.client.rest.RestClient]
20170606-05:37:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:21: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:21: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum2017156223721832 [org.dataone.client.rest.RestClient]
20170606-05:37:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:23: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:395)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(UpdateSystemMetadataTestImplementations.java:382)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(CNCoreV2IT.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:23: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:23: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:443)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:428)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(CNCoreV2IT.java:257)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:23: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:23: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:443)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:428)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(CNCoreV2IT.java:257)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:24: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:24: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:443)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:428)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(CNCoreV2IT.java:257)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:24: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:24: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:443)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(UpdateSystemMetadataTestImplementations.java:428)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(CNCoreV2IT.java:257)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:25: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:25: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_2017156223725780 [org.dataone.client.rest.RestClient]
20170606-05:37:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:26: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:26: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_2017156223726420 [org.dataone.client.rest.RestClient]
20170606-05:37:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:27: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_201715622372754 [org.dataone.client.rest.RestClient]
20170606-05:37:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:27: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:27: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_2017156223727676 [org.dataone.client.rest.RestClient]
20170606-05:37:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:29: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:487)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(UpdateSystemMetadataTestImplementations.java:474)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(CNCoreV2IT.java:263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_2017156223729236 [org.dataone.client.rest.RestClient]
20170606-05:37:29: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:29: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:29: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:29: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_2017156223729796 [org.dataone.client.rest.RestClient]
20170606-05:37:30: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:30: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:30: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:30: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:30: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:30: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_2017156223730440 [org.dataone.client.rest.RestClient]
20170606-05:37:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:31: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_201715622373199 [org.dataone.client.rest.RestClient]
20170606-05:37:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:32: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:530)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(UpdateSystemMetadataTestImplementations.java:517)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(CNCoreV2IT.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017156223732223 [org.dataone.client.rest.RestClient]
20170606-05:37:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:32: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:32: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017156223732830 [org.dataone.client.rest.RestClient]
20170606-05:37:33: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:33: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:33: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:33: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:33: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:33: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017156223733441 [org.dataone.client.rest.RestClient]
20170606-05:37:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:34: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:34: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017156223734289 [org.dataone.client.rest.RestClient]
20170606-05:37:35: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:35: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:573)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(UpdateSystemMetadataTestImplementations.java:560)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_NullOriginMN(CNCoreV2IT.java:276)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:35: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:616)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:603)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(CNCoreV2IT.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:36: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:616)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:603)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(CNCoreV2IT.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:36: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:616)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:603)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(CNCoreV2IT.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:37: [INFO]: 
***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:37: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:37: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:37: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:37: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:37: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:616)
	at org.dataone.integration.it.testImplementations.UpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(UpdateSystemMetadataTestImplementations.java:603)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(CNCoreV2IT.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:37: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-05:37:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: 
***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_201715622373816 [org.dataone.client.rest.RestClient]
20170606-05:37:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:38: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:38: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:38: [INFO]: 
***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_2017156223738652 [org.dataone.client.rest.RestClient]
20170606-05:37:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:39: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [INFO]: 
***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_2017156223739418 [org.dataone.client.rest.RestClient]
20170606-05:37:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:40: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:40: [INFO]: 
***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_201715622374024 [org.dataone.client.rest.RestClient]
20170606-05:37:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:41: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:98)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNUpdateSystemMetadataTestImplementations.java:83)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_NotAuthorized_RightsHolder(CNCoreV2IT.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:41: [INFO]: 
***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_2017156223741428 [org.dataone.client.rest.RestClient]
20170606-05:37:42: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:42: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:42: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: 
***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_201715622374252 [org.dataone.client.rest.RestClient]
20170606-05:37:42: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:42: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:42: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:42: [INFO]: 
***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_2017156223742632 [org.dataone.client.rest.RestClient]
20170606-05:37:43: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:43: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:43: [INFO]: 
***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_2017156223743347 [org.dataone.client.rest.RestClient]
20170606-05:37:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:44: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:139)
	at org.dataone.integration.it.testImplementations.CNUpdateSystemMetadataTestImplementations.testUpdateSystemMetadata_CN(CNUpdateSystemMetadataTestImplementations.java:125)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testUpdateSystemMetadata_CN(CNCoreV2IT.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:44: [INFO]: 
***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized2017156223744621 [org.dataone.client.rest.RestClient]
20170606-05:37:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:45: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: 
***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized2017156223745258 [org.dataone.client.rest.RestClient]
20170606-05:37:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:45: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:45: [INFO]: 
***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized2017156223745868 [org.dataone.client.rest.RestClient]
20170606-05:37:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:46: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:46: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:46: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:46: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:46: [INFO]: 
***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized2017156223746573 [org.dataone.client.rest.RestClient]
20170606-05:37:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:37:47: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1087)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:49)
	at org.dataone.integration.it.testImplementations.SynchronizeMetadataTestImplementations.testSynchronize_NotAuthorized(SynchronizeMetadataTestImplementations.java:35)
	at org.dataone.integration.it.apiTests.CNCoreV2IT.testSynchronize_NotAuthorized(CNCoreV2IT.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:37:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/monitor/ping [org.dataone.client.rest.RestClient]
20170606-05:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/monitor/ping [org.dataone.client.rest.RestClient]
20170606-05:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/monitor/ping [org.dataone.client.rest.RestClient]
20170606-05:37:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/monitor/ping [org.dataone.client.rest.RestClient]
20170606-05:37:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:49: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:37:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:49: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:37:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log?fromDate=2017-06-06T05:37:50.930%2B00:00&toDate=2017-06-06T05:37:51.931%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-05:37:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:52: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:37:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log?fromDate=2017-06-06T05:37:54.138%2B00:00&toDate=2017-06-06T05:37:55.139%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-05:37:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:55: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:37:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log?fromDate=2017-06-06T05:37:57.071%2B00:00&toDate=2017-06-06T05:37:58.072%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-05:37:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:58: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:37:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:38:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log?fromDate=2017-06-06T05:37:59.741%2B00:00&toDate=2017-06-06T05:38:00.741%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-05:38:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:01: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:38:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-05:38:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:04: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:38:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-05:38:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:08: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:38:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-05:38:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:11: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient]
20170606-05:38:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log?start=0&count=500 [org.dataone.client.rest.RestClient]
Tests run: 88, Failures: 63, Errors: 0, Skipped: 6, Time elapsed: 145.612 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNViewV2IT
20170606-05:38:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:13: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:13: [INFO]: 
***************** running test for testListViews(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-05:38:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:14: [INFO]: 
***************** running test for testListViews(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-05:38:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:14: [INFO]: 
***************** running test for testListViews(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-05:38:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:15: [INFO]: 
***************** running test for testListViews(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-05:38:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:16: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:16: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:16: [INFO]: 
***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017156223816510 [org.dataone.client.rest.RestClient]
20170606-05:38:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:17: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:17: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:17: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017156223816510 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:17: [INFO]: creating a test object.  pid = testView_NotAuthorized_2017156223816510 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:17: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017156223816510
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_NotAuthorized_2017156223816510</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:17.381+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:17.381+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:19: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_NotAuthorized_2017156223816510; FilePart:object = /tmp/mmp.output.8103051928258670411.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5872921740406401575.tmp (1068 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:19: [INFO]: object created.  pid = testView_NotAuthorized_2017156223816510 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:19: [INFO]:  ====>>>>> pid of procured test Object: testView_NotAuthorized_2017156223816510 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_2017156223816510 [org.dataone.client.rest.RestClient]
20170606-05:38:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: 
***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017156223821296 [org.dataone.client.rest.RestClient]
20170606-05:38:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017156223821296 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: creating a test object.  pid = testView_NotAuthorized_2017156223821296 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:21: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017156223821296
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_NotAuthorized_2017156223821296</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:21.899+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:21.899+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:23: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_NotAuthorized_2017156223821296; FilePart:object = /tmp/mmp.output.1535402632765726019.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.9145721820688803897.tmp (1068 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:23: [INFO]: object created.  pid = testView_NotAuthorized_2017156223821296 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:23: [INFO]:  ====>>>>> pid of procured test Object: testView_NotAuthorized_2017156223821296 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_2017156223821296 [org.dataone.client.rest.RestClient]
20170606-05:38:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:25: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:25: [INFO]: 
***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017156223825544 [org.dataone.client.rest.RestClient]
20170606-05:38:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:26: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017156223825544 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:26: [INFO]: creating a test object.  pid = testView_NotAuthorized_2017156223825544 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:26: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017156223825544
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_NotAuthorized_2017156223825544</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:26.596+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:26.596+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:28: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_NotAuthorized_2017156223825544; FilePart:object = /tmp/mmp.output.3087981142783135770.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7793914843553148908.tmp (1068 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:28: [INFO]: object created.  pid = testView_NotAuthorized_2017156223825544 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:28: [INFO]:  ====>>>>> pid of procured test Object: testView_NotAuthorized_2017156223825544 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_2017156223825544 [org.dataone.client.rest.RestClient]
20170606-05:38:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:33: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:33: [INFO]: 
***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017156223833722 [org.dataone.client.rest.RestClient]
20170606-05:38:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:34: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017156223833722 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:34: [INFO]: creating a test object.  pid = testView_NotAuthorized_2017156223833722 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:34: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017156223833722
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_NotAuthorized_2017156223833722</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:34.933+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:34.933+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_NotAuthorized_2017156223833722; FilePart:object = /tmp/mmp.output.1268389917412790650.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3434619321453365031.tmp (1068 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_NotAuthorized_2017156223833722
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1080)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.ViewTestImplementations.testView_NotAuthorized(ViewTestImplementations.java:60)
	at org.dataone.integration.it.testImplementations.ViewTestImplementations.testView_NotAuthorized(ViewTestImplementations.java:44)
	at org.dataone.integration.it.apiTests.CNViewV2IT.testView_NotAuthorized(CNViewV2IT.java:29)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_NotAuthorized_2017156223833722
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	... 34 more
Caused by: org.dataone.service.exceptions.NotAuthorized: The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_NotAuthorized_2017156223833722
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:82)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	at org.dataone.client.v2.impl.MultipartCNode.create(MultipartCNode.java:611)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:492)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 37 more
20170606-05:38:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: 
***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testView_InvalidTheme_201715622383699 [org.dataone.client.rest.RestClient]
20170606-05:38:36: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_201715622383699 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: creating a test object.  pid = testView_InvalidTheme_201715622383699 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:36: [INFO]: SystemMetadata for pid: testView_InvalidTheme_201715622383699
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_InvalidTheme_201715622383699</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:36.754+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:36.754+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:38: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_InvalidTheme_201715622383699; FilePart:object = /tmp/mmp.output.2290170778578222307.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4989677557128323667.tmp (1066 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:38: [INFO]: object created.  pid = testView_InvalidTheme_201715622383699 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:38: [INFO]:  ====>>>>> pid of procured test Object: testView_InvalidTheme_201715622383699 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/bogus_theme_yaaaay/testView_InvalidTheme_201715622383699 [org.dataone.client.rest.RestClient]
20170606-05:38:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [INFO]: 
***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testView_InvalidTheme_2017156223839302 [org.dataone.client.rest.RestClient]
20170606-05:38:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_2017156223839302 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [INFO]: creating a test object.  pid = testView_InvalidTheme_2017156223839302 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:39: [INFO]: SystemMetadata for pid: testView_InvalidTheme_2017156223839302
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_InvalidTheme_2017156223839302</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:39.881+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:39.881+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:41: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_InvalidTheme_2017156223839302; FilePart:object = /tmp/mmp.output.7985445446530831714.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4663711718301116580.tmp (1067 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:41: [INFO]: object created.  pid = testView_InvalidTheme_2017156223839302 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:41: [INFO]:  ====>>>>> pid of procured test Object: testView_InvalidTheme_2017156223839302 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/bogus_theme_yaaaay/testView_InvalidTheme_2017156223839302 [org.dataone.client.rest.RestClient]
20170606-05:38:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:42: [INFO]: 
***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testView_InvalidTheme_2017156223842437 [org.dataone.client.rest.RestClient]
20170606-05:38:43: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:43: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_2017156223842437 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:43: [INFO]: creating a test object.  pid = testView_InvalidTheme_2017156223842437 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:43: [INFO]: SystemMetadata for pid: testView_InvalidTheme_2017156223842437
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_InvalidTheme_2017156223842437</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:43.199+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:43.199+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:44: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_InvalidTheme_2017156223842437; FilePart:object = /tmp/mmp.output.8360244375259501583.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2129385151526771915.tmp (1067 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:44: [INFO]: object created.  pid = testView_InvalidTheme_2017156223842437 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:44: [INFO]:  ====>>>>> pid of procured test Object: testView_InvalidTheme_2017156223842437 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/bogus_theme_yaaaay/testView_InvalidTheme_2017156223842437 [org.dataone.client.rest.RestClient]
20170606-05:38:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:45: [INFO]: 
***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testView_InvalidTheme_2017156223845537 [org.dataone.client.rest.RestClient]
20170606-05:38:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:46: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:46: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:46: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:46: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_2017156223845537 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:46: [INFO]: creating a test object.  pid = testView_InvalidTheme_2017156223845537 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:46: [INFO]: SystemMetadata for pid: testView_InvalidTheme_2017156223845537
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_InvalidTheme_2017156223845537</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T05:38:46.708+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:38:46.708+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_InvalidTheme_2017156223845537; FilePart:object = /tmp/mmp.output.3719228890123661579.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7837201505751786680.tmp (1067 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_InvalidTheme_2017156223845537
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1080)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.ViewTestImplementations.testView_InvalidTheme(ViewTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.ViewTestImplementations.testView_InvalidTheme(ViewTestImplementations.java:88)
	at org.dataone.integration.it.apiTests.CNViewV2IT.testView_InvalidTheme(CNViewV2IT.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_InvalidTheme_2017156223845537
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	... 34 more
Caused by: org.dataone.service.exceptions.NotAuthorized: The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_InvalidTheme_2017156223845537
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:82)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	at org.dataone.client.v2.impl.MultipartCNode.create(MultipartCNode.java:611)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:492)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 37 more
20170606-05:38:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:47: [INFO]: 
***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/bogus%20pid [org.dataone.client.rest.RestClient]
20170606-05:38:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:48: [INFO]: 
***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/bogus%20pid [org.dataone.client.rest.RestClient]
20170606-05:38:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:49: [INFO]: 
***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/bogus%20pid [org.dataone.client.rest.RestClient]
20170606-05:38:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:50: [INFO]: 
***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/views/default/bogus%20pid [org.dataone.client.rest.RestClient]
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 37.877 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNRegisterV2IT
20170606-05:38:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:51: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:51: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/node; MMP message has: FilePart:node = /tmp/mmp.output.368296702162433641.tmp (1264 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:52: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node; MMP message has: FilePart:node = /tmp/mmp.output.6751166189750108146.tmp (1264 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:53: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:54: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/node; MMP message has: FilePart:node = /tmp/mmp.output.1739928975455603008.tmp (1264 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:54: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/node; MMP message has: FilePart:node = /tmp/mmp.output.2490635427698007591.tmp (1264 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:55: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:55: [INFO]: 
***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node/urn:node:mnDevGMN [org.dataone.client.rest.RestClient]
20170606-05:38:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:56: [INFO]: 
***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node/urn:node:mnDevGMN [org.dataone.client.rest.RestClient]
20170606-05:38:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:56: [INFO]: 
***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node/urn:node:mnDevGMN [org.dataone.client.rest.RestClient]
20170606-05:38:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:56: [INFO]: 
***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node/urn:node:mnDevGMN [org.dataone.client.rest.RestClient]
20170606-05:38:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:57: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:57: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.4136663186008778921.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:58: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.452408505646767831.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:58: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:59: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.7304549137298596588.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:38:59: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.8447327490734434645.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:38:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:38:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:38:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:38:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.5962459766725727272.tmp (899 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.1674930049267016143.tmp (899 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:01: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v2/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.3015099692265911665.tmp (899 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:01: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v2/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.5364206237474364709.tmp (899 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:39:01: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:02: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.251633129731866303.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:02: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:02: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.6832338741984716094.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:02: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:03: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.9120918820981643325.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:03: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-05:39:03: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v2/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.582936417713602368.tmp (833 bytes);  [org.dataone.client.rest.RestClient]
Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 12.134 sec
Running org.dataone.integration.it.apiTests.CNRegisterV1IT
20170606-05:39:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:03: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:39:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:03: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:04: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.1763884536612481152.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:04: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:06: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.6553526322590495826.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:06: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:06: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.1015467709471838332.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:06: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:08: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.5261866513721459608.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:08: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:39:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:08: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/node; MMP message has: FilePart:node = /tmp/mmp.output.4457286241833227090.tmp (1211 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:09: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node; MMP message has: FilePart:node = /tmp/mmp.output.2580810994062152761.tmp (1211 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:09: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/node; MMP message has: FilePart:node = /tmp/mmp.output.3547886942845287395.tmp (1211 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:09: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:10: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/node; MMP message has: FilePart:node = /tmp/mmp.output.6747114543123347165.tmp (1211 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:10: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:39:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:10: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.7138165501791341696.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:11: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.7635861280855556991.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:11: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.3280402208891614570.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.3643417693114632373.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:39:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:13: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.8816889628775866527.tmp (846 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:13: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.9190981491229863679.tmp (846 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:14: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.8046249142074974906.tmp (846 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:14: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:15: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.6897707029793211020.tmp (846 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:15: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:15: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:15: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:15: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:39:15: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:15: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.608783399728178633.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:15: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.6901221710177802538.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:16: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.2044479290857456495.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:39:16: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:39:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.1086621920785738691.tmp (780 bytes);  [org.dataone.client.rest.RestClient]
Tests run: 12, Failures: 8, Errors: 0, Skipped: 1, Time elapsed: 13.216 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNAuthorizationV1IT
20170606-05:39:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:16: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20170606-05:39:16: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:16: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:39:19: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:19: [INFO]: Caching identifier TierTesting:cn-dev:Public_READ.15 for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:39:21: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:21: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:39:23: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:23: [INFO]: Caching identifier TierTesting:cn-dev-ucsb-1:Public_READ.15 for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:39:25: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:25: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:39:30: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:30: [INFO]: Caching identifier TierTesting:cn-dev-unm-1:Public_READ.15 for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:39:35: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:35: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:39:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:39:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-05:39:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-05:39:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-05:39:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-05:39:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-05:39:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-05:39:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-05:39:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-05:39:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-05:39:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-05:39:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-05:39:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-05:39:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-05:39:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-05:39:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-05:39:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-05:39:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-05:39:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-05:40:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-05:40:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-05:40:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-05:40:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-05:40:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-05:40:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-05:40:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-05:40:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.AuthAPITestImplementations.testIsAuthorized(AuthAPITestImplementations.java:46)
	at org.dataone.integration.it.testImplementations.AuthAPITestImplementations.testIsAuthorized(AuthAPITestImplementations.java:28)
	at org.dataone.integration.it.apiTests.CNAuthorizationV1IT.testIsAuthorized(CNAuthorizationV1IT.java:47)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:902)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:924)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:253)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 33 more
20170606-05:40:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:09: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:40:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:09: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:09: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:09: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:10: [INFO]: clear the AccessPolicy [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/accessRules/TierTesting:cn-dev:setAccess.15; MMP message has: FilePart:accessPolicy = /tmp/mmp.output.7934387583641600922.tmp (274 bytes); ParamPart:serialVersion = 733;  [org.dataone.client.rest.RestClient]
20170606-05:40:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/TierTesting:cn-dev:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:14: [INFO]: allow read permission for client-who-is-the-object's-RightsHolder [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:17: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/accessRules/TierTesting:cn-dev:setAccess.15; MMP message has: FilePart:accessPolicy = /tmp/mmp.output.7344051662777985274.tmp (268 bytes); ParamPart:serialVersion = 734;  [org.dataone.client.rest.RestClient]
20170606-05:40:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:18: [INFO]: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:accessPolicy xmlns:ns2="http://ns.dataone.org/service/types/v1">
    <allow>
        <subject>CN=testPerson,DC=dataone,DC=org</subject>
        <permission>read</permission>
    </allow>
</ns2:accessPolicy>
 [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:18: [INFO]: trying isAuthorized as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:20: [INFO]: now trying get() as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/TierTesting:cn-dev:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:24: [INFO]: now try to get as a known user with no rights to the object (should not be able) [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/TierTesting:cn-dev:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:25: [INFO]: now try isAuthorized() on it as a known user with no rights to the object [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:26: [INFO]: finally test access against anonymous client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:27: [WARN]: Cookie rejected [JSESSIONID="83338F6D78DF4C8041CEE5A1ADCAC202", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev:setAccess.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:40:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/TierTesting:cn-dev:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:27: [INFO]: and test isAuthorized on it with certificateless client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:27: [WARN]: Cookie rejected [JSESSIONID="601F5931B9F20C41DF284D52F3420B69", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:setAccess.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:40:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:27: [INFO]: done. [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:27: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:27: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:27: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:28: [INFO]: clear the AccessPolicy [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accessRules/TierTesting:cn-dev-ucsb-1:setAccess.15; MMP message has: FilePart:accessPolicy = /tmp/mmp.output.3442831898487153408.tmp (274 bytes); ParamPart:serialVersion = 743;  [org.dataone.client.rest.RestClient]
20170606-05:40:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-ucsb-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:33: [INFO]: allow read permission for client-who-is-the-object's-RightsHolder [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:35: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accessRules/TierTesting:cn-dev-ucsb-1:setAccess.15; MMP message has: FilePart:accessPolicy = /tmp/mmp.output.5562435043871305804.tmp (268 bytes); ParamPart:serialVersion = 744;  [org.dataone.client.rest.RestClient]
20170606-05:40:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:36: [INFO]: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:accessPolicy xmlns:ns2="http://ns.dataone.org/service/types/v1">
    <allow>
        <subject>CN=testPerson,DC=dataone,DC=org</subject>
        <permission>read</permission>
    </allow>
</ns2:accessPolicy>
 [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:36: [INFO]: trying isAuthorized as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:38: [INFO]: now trying get() as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-ucsb-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:41: [INFO]: now try to get as a known user with no rights to the object (should not be able) [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-ucsb-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:42: [INFO]: now try isAuthorized() on it as a known user with no rights to the object [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:44: [INFO]: finally test access against anonymous client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:44: [WARN]: Cookie rejected [JSESSIONID="59739A5FD881B2EE60924FDC425A93FC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev-ucsb-1:setAccess.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:40:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-ucsb-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:44: [INFO]: and test isAuthorized on it with certificateless client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:45: [WARN]: Cookie rejected [JSESSIONID="D4F1863FD78855C1F0846A2DAC93E9A5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:setAccess.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:40:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:45: [INFO]: done. [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:45: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:45: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:45: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:40:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:46: [INFO]: clear the AccessPolicy [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/accessRules/TierTesting:cn-dev-unm-1:setAccess.15; MMP message has: FilePart:accessPolicy = /tmp/mmp.output.577716271496139695.tmp (274 bytes); ParamPart:serialVersion = 836;  [org.dataone.client.rest.RestClient]
20170606-05:40:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:40:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-unm-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:40:56: [INFO]: allow read permission for client-who-is-the-object's-RightsHolder [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:40:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:41:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/accessRules/TierTesting:cn-dev-unm-1:setAccess.15; MMP message has: FilePart:accessPolicy = /tmp/mmp.output.1401951459146361600.tmp (268 bytes); ParamPart:serialVersion = 837;  [org.dataone.client.rest.RestClient]
20170606-05:41:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:41:02: [INFO]: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:accessPolicy xmlns:ns2="http://ns.dataone.org/service/types/v1">
    <allow>
        <subject>CN=testPerson,DC=dataone,DC=org</subject>
        <permission>read</permission>
    </allow>
</ns2:accessPolicy>
 [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:02: [INFO]: trying isAuthorized as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:41:07: [INFO]: now trying get() as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-unm-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:41:17: [INFO]: now try to get as a known user with no rights to the object (should not be able) [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-unm-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:41:20: [INFO]: now try isAuthorized() on it as a known user with no rights to the object [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:41:22: [INFO]: finally test access against anonymous client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:23: [WARN]: Cookie rejected [JSESSIONID="6C6121FE7ED72910E383AC8A4301A985", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev-unm-1:setAccess.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:41:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-unm-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:41:23: [INFO]: and test isAuthorized on it with certificateless client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:24: [WARN]: Cookie rejected [JSESSIONID="9DDAE476F3A5D84B345DDD14610F1E11", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:setAccess.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:41:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:setAccess.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:41:24: [INFO]: done. [org.dataone.integration.it.testImplementations.CNAuthTestImplementations]
20170606-05:41:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:24: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:24: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:24: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:setAccess.15 [org.dataone.client.rest.RestClient]
20170606-05:41:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:41:26: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:41:27: [INFO]: creating a test object.  pid = TierTesting:setRH:2017156224126257 on https://cn-dev.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:27: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017156224126257
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>TierTesting:setRH:2017156224126257</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <dateUploaded>2017-06-06T05:41:27.052+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:41:27.052+00:00</dateSysMetadataModified>
    <originMemberNode>urn:node:mnDevGMN</originMemberNode>
    <authoritativeMemberNode>urn:node:mnDevGMN</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/object; MMP message has: ParamPart:pid = TierTesting:setRH:2017156224126257; FilePart:object = /tmp/mmp.output.2765181829835419145.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8515669667978167249.tmp (826 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:41:29: [INFO]: object created.  pid = TierTesting:setRH:2017156224126257 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017156224126257 [org.dataone.client.rest.RestClient]
20170606-05:41:31: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017156224126257; MMP message has: ParamPart:userId = CN=testPerson,DC=dataone,DC=org; ParamPart:serialVersion = 1;  [org.dataone.client.rest.RestClient]
20170606-05:41:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017156224126257?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:41:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017156224126257?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:41:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017156224126257 [org.dataone.client.rest.RestClient]
20170606-05:41:36: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017156224126257; MMP message has: ParamPart:userId = CN=testRightsHolder,DC=dataone,DC=org; ParamPart:serialVersion = 2;  [org.dataone.client.rest.RestClient]
20170606-05:41:36: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:36: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:36: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:41:37: [INFO]: creating a test object.  pid = TierTesting:setRH:2017156224136311 on https://cn-dev-ucsb-1.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:37: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017156224136311
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>TierTesting:setRH:2017156224136311</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <dateUploaded>2017-06-06T05:41:37.120+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:41:37.120+00:00</dateSysMetadataModified>
    <originMemberNode>urn:node:mnDevGMN</originMemberNode>
    <authoritativeMemberNode>urn:node:mnDevGMN</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:38: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object; MMP message has: ParamPart:pid = TierTesting:setRH:2017156224136311; FilePart:object = /tmp/mmp.output.5157092083382792026.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3172038126749099677.tmp (826 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:41:38: [INFO]: object created.  pid = TierTesting:setRH:2017156224136311 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017156224136311 [org.dataone.client.rest.RestClient]
20170606-05:41:40: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017156224136311; MMP message has: ParamPart:userId = CN=testPerson,DC=dataone,DC=org; ParamPart:serialVersion = 1;  [org.dataone.client.rest.RestClient]
20170606-05:41:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017156224136311?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:41:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017156224136311?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:41:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017156224136311 [org.dataone.client.rest.RestClient]
20170606-05:41:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017156224136311; MMP message has: ParamPart:userId = CN=testRightsHolder,DC=dataone,DC=org; ParamPart:serialVersion = 2;  [org.dataone.client.rest.RestClient]
20170606-05:41:45: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:41:45: [INFO]: creating a test object.  pid = TierTesting:setRH:2017156224145648 on https://cn-dev-unm-1.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:45: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017156224145648
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>TierTesting:setRH:2017156224145648</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <dateUploaded>2017-06-06T05:41:45.993+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:41:45.993+00:00</dateSysMetadataModified>
    <originMemberNode>urn:node:mnDevGMN</originMemberNode>
    <authoritativeMemberNode>urn:node:mnDevGMN</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/object; MMP message has: ParamPart:pid = TierTesting:setRH:2017156224145648; FilePart:object = /tmp/mmp.output.1709052616241408024.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2420609733031898151.tmp (826 bytes);  [org.dataone.client.rest.RestClient]
20170606-05:41:47: [INFO]: object created.  pid = TierTesting:setRH:2017156224145648 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017156224145648 [org.dataone.client.rest.RestClient]
20170606-05:41:49: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017156224145648; MMP message has: ParamPart:userId = CN=testPerson,DC=dataone,DC=org; ParamPart:serialVersion = 1;  [org.dataone.client.rest.RestClient]
20170606-05:41:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017156224145648?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:41:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017156224145648?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:41:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017156224145648 [org.dataone.client.rest.RestClient]
20170606-05:41:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017156224145648; MMP message has: ParamPart:userId = CN=testRightsHolder,DC=dataone,DC=org; ParamPart:serialVersion = 2;  [org.dataone.client.rest.RestClient]
20170606-05:41:53: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-05:41:53: [INFO]: creating a test object.  pid = TierTesting:setRH:2017156224153360 on https://cn-dev-orc-1.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:53: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017156224153360
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>TierTesting:setRH:2017156224153360</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <dateUploaded>2017-06-06T05:41:53.984+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T05:41:53.984+00:00</dateSysMetadataModified>
    <originMemberNode>urn:node:mnDevGMN</originMemberNode>
    <authoritativeMemberNode>urn:node:mnDevGMN</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/object; MMP message has: ParamPart:pid = TierTesting:setRH:2017156224153360; FilePart:object = /tmp/mmp.output.1967542721229186845.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.9145964964999534643.tmp (826 bytes);  [org.dataone.client.rest.RestClient]
org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid TierTesting:setRH:2017156224153360
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolder(CNAuthTestImplementations.java:75)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolder(CNAuthTestImplementations.java:51)
	at org.dataone.integration.it.apiTests.CNAuthorizationV1IT.testSetRightsHolder(CNAuthorizationV1IT.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.NotAuthorized: The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid TierTesting:setRH:2017156224153360
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:82)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	at org.dataone.client.v1.impl.MultipartCNode.create(MultipartCNode.java:740)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:487)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 37 more
20170606-05:41:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:55: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:41:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-05:41:55: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:55: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017156224145648 with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:41:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:41:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:41:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:59: [INFO]: certificate filename: testPerson_NoSubjectInfo [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:41:59: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:41:59: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:41:59: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:02: [INFO]: certificate filename: testEQPerson1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:02: [INFO]: client setup as Subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:02: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:03: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:05: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:06: [INFO]: certificate filename: testEQPerson3 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:06: [INFO]: client setup as Subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:06: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:06: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:09: [INFO]: certificate filename: testGroupie [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:09: [INFO]: client setup as Subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:09: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:10: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:279)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:12: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:14: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:setAccess.15?action=read with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:18: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:setAccess.15?action=read with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:20: [WARN]: Cookie rejected [JSESSIONID="F8FE01F8BBD00CD588609FA9034E3CC9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:292)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:21: [WARN]: Cookie rejected [JSESSIONID="80E49BF349BDEAF87FF3B7B289085875", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:293)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:22: [WARN]: Cookie rejected [JSESSIONID="47FC366CCFA6173FB4943E0AB8CA6E05", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:22: [INFO]: certificate filename: testPerson_Expired [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:22: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:22: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:22: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:22: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:300)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:23: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:23: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:23: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:23: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:23: [INFO]: certificate filename: testPerson_SelfSigned [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:23: [INFO]: client setup as Subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-05:42:23: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:24: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:25: [WARN]: Cookie rejected [JSESSIONID="3D0D9A8F35E2DD38536F7756ECFE08F4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:307)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:25: [WARN]: Cookie rejected [JSESSIONID="DF5AAB3956F38E11336F4A3C2594B625", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:308)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:26: [WARN]: Cookie rejected [JSESSIONID="3D64FC6B0E8BFEB729C2937ECC2D86CA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-05:42:27: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:27: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:30: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:33: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:38: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:41: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:42: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:279)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:47: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:48: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:53: [WARN]: Cookie rejected [JSESSIONID="3BADBAD7C723BCF21C2678A3EE33FF33", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:292)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:54: [WARN]: Cookie rejected [JSESSIONID="E90D42DFBDD8837BA50C73099812FF7E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:293)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:54: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:54: [WARN]: Cookie rejected [JSESSIONID="D1A6CCE458832337FA46F4E882536655", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:54: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:55: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:55: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:300)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:55: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:55: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:56: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:56: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:56: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:57: [WARN]: Cookie rejected [JSESSIONID="B889CDD07CB8A5731740D51021783C91", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:42:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:307)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:58: [WARN]: Cookie rejected [JSESSIONID="2755089D8CAEB3A98698559BB790F80C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:42:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:308)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:42:59: [WARN]: Cookie rejected [JSESSIONID="684E4EBBF9069EF43ABBD7435E873735", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:42:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:42:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:42:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-05:43:00: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:00: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:01: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:04: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:06: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:07: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:07: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:09: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:11: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:13: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:16: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:279)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:25: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:29: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:35: [WARN]: Cookie rejected [JSESSIONID="E243C5455F288D6681C80B889C7B93F9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:43:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:292)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:37: [WARN]: Cookie rejected [JSESSIONID="3ADCB21E35DD555D52693FE01BBC3559", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:43:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:293)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:38: [WARN]: Cookie rejected [JSESSIONID="08BF120E189C72209102568F711CF56C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:43:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:38: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:38: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:38: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:300)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:39: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:39: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:39: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:39: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:39: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:42: [WARN]: Cookie rejected [JSESSIONID="F4C5D4456138A0CBE669D52CEEA4C188", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:43:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:307)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:43: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:43: [WARN]: Cookie rejected [JSESSIONID="616C14F281AC9DFCA8CD8024772E0DF5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:43:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:308)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:44: [WARN]: Cookie rejected [JSESSIONID="02E3C2BF565FD5BB65E745616D72349E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:43:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-05:43:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:46: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:43:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-05:43:47: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:47: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:51: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:53: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:405)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:54: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:43:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:406)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:43:56: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:43:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:43:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:43:59: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:00: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:04: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:07: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:08: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:11: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:12: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:13: [WARN]: Cookie rejected [JSESSIONID="85CA2669FC011E908B98A15594C5961C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:14: [WARN]: Cookie rejected [JSESSIONID="65FB1B3BFA0F0E978CD687F0AAF62D32", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:442)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:14: [WARN]: Cookie rejected [JSESSIONID="04BC2C513B9F830E67D5C3C3BCA2B996", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:14: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:16: [WARN]: Cookie rejected [JSESSIONID="BDA324ABE6B99D7BE9A9F26A5EF02ABB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:16: [WARN]: Cookie rejected [JSESSIONID="AADB8498C69B0BC5A33B923DCACD2843", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:17: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:17: [WARN]: Cookie rejected [JSESSIONID="D63EAFA6DCE271B1ED7899104950FD89", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:458)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-05:44:18: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:18: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:22: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:23: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:24: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:405)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:406)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:27: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:27: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:31: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:35: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:36: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:39: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:46: [WARN]: Cookie rejected [JSESSIONID="C2B6F76959053D1C93E478B00470AEDE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:47: [WARN]: Cookie rejected [JSESSIONID="3621D5513E9DD68C6C1115DFC7632A80", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:442)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:48: [WARN]: Cookie rejected [JSESSIONID="77399B71D3B26D24679F88443197C46C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:48: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:48: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:49: [WARN]: Cookie rejected [JSESSIONID="1771C01FF590BD92EB50D74A3656EF50", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:50: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:50: [WARN]: Cookie rejected [JSESSIONID="8D0DCAAA80B5DA0DC5FE2424B7F13627", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:50: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:51: [WARN]: Cookie rejected [JSESSIONID="D377E74FCD75BDAA6B3D9070085510D9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:44:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:458)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:44:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-05:44:52: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:44:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:44:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:44:58: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:44:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:405)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:406)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:06: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:08: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:12: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:18: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:21: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:22: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:22: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:27: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:31: [WARN]: Cookie rejected [JSESSIONID="AAE00BB2F33FB7E3B30F43C6B349E211", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:45:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:32: [WARN]: Cookie rejected [JSESSIONID="760A7C2882E63C5C06489E67CD4D847C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:45:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:442)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:33: [WARN]: Cookie rejected [JSESSIONID="47F0E675A7D2F88C26593BE686E87B04", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:45:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:33: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:34: [WARN]: Cookie rejected [JSESSIONID="EE40BE745B16455D8FFC1862A0ADD94E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:45:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:35: [WARN]: Cookie rejected [JSESSIONID="01ADBA99E33D52DB03DFF39A1F35B60B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:45:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:36: [WARN]: Cookie rejected [JSESSIONID="F5AF3D8C03CB6CBA50452D8A0D1481B0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:45:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:458)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-05:45:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:38: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:45:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:45:39: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017156224145648?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:41: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:42: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:43: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:540)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:46: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:541)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:51: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:546)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:53: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:45:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:45:56: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:45:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:45:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:553)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:45:59: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:554)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:03: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:559)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:560)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:10: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:566)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:12: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:567)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:15: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:573)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:17: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:574)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:21: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:21: [WARN]: Cookie rejected [JSESSIONID="AA6132735FBB1947FCA4232253EE5534", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:46:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:22: [WARN]: Cookie rejected [JSESSIONID="CE358D32966EAF2BE253763BED695072", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:46:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:23: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:23: [WARN]: Cookie rejected [JSESSIONID="69DD4255FF3809709300528A77A84E0F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:46:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:23: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:24: [WARN]: Cookie rejected [JSESSIONID="55B23B17D2540A6460F0AE01568AE1CA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:46:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:594)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:25: [WARN]: Cookie rejected [JSESSIONID="04CAB3ACF701E5F91C0E81830C72E28B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:46:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:595)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:26: [WARN]: Cookie rejected [JSESSIONID="D835155C00E22570B01865F9CD9595E2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:46:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:46:27: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:27: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:31: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:540)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:541)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:38: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:546)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:43: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:553)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:554)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:50: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:559)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:46:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:560)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:46:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:46:57: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:46:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:46:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:566)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:567)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:02: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:47:03: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:47:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:573)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:574)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:47:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:09: [WARN]: Cookie rejected [JSESSIONID="A82FB2E60F61808108B818DFB0529A66", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:47:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:47:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:09: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:09: [WARN]: Cookie rejected [JSESSIONID="46BE8F9A2E91889CE0DFE402D5885654", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:47:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:10: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:10: [WARN]: Cookie rejected [JSESSIONID="868C041F387503D27B274D5089EB7A98", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:47:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:47:10: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:11: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:11: [WARN]: Cookie rejected [JSESSIONID="BB7A37659AD36DA376D1D2A03B3A0E0E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:47:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:47:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:594)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:12: [WARN]: Cookie rejected [JSESSIONID="5B3FB10B30F4528203F455D5A858442D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:47:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:595)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:13: [WARN]: Cookie rejected [JSESSIONID="C412688D56B38D417A83195546157963", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:47:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:47:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:47:14: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:15: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:47:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:19: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:47:21: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:47:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:540)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:27: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:541)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:47:38: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:47:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:546)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:47:47: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:47:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:553)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:47:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:47:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:554)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:47:59: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:04: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:48:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:559)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:48:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:560)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:21: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:48:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:566)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:48:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:567)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:30: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:48:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:573)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:48:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:574)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:40: [WARN]: Cookie rejected [JSESSIONID="368CC22131986DBAC46964E196B43AEA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:48:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:48:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:41: [WARN]: Cookie rejected [JSESSIONID="4F4E989B0561711A9CA06193DC519C95", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:48:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:48:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:42: [WARN]: Cookie rejected [JSESSIONID="F2A89388B4F5F52289FC5F8AAA3C551B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:48:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:42: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:43: [WARN]: Cookie rejected [JSESSIONID="D21FEE8254BA8F5EE9B4484DD9A1AAC1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:48:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:48:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:594)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:44: [WARN]: Cookie rejected [JSESSIONID="FF7A697436F062F5837D889325D37EAA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:48:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:48:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:595)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:45: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:46: [WARN]: Cookie rejected [JSESSIONID="131F892294E407369F3004466DF9BAC6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:48:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:48:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:48:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:48:48: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:48: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:48:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:48:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:48:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:677)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:48:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:678)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:48:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:48:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:48:59: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:684)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:04: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:690)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:691)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:11: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:696)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:697)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:18: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:703)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:704)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:23: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:710)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:711)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:29: [WARN]: Cookie rejected [JSESSIONID="C59DDC1237E63286D09955B0F3C4366A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:49:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:716)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:29: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:29: [WARN]: Cookie rejected [JSESSIONID="D96E453CDE6FA1C399259CFC83C4B729", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:49:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:717)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:30: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:30: [WARN]: Cookie rejected [JSESSIONID="2FF4EA56B4E4C05663DC331B7CA82E48", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:49:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:30: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:31: [WARN]: Cookie rejected [JSESSIONID="1D8085E1F7987BF688170F3DC4CA82BD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:49:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:731)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:32: [WARN]: Cookie rejected [JSESSIONID="3CAB7D8833AE56736352AC96D569086B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:49:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:732)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:33: [WARN]: Cookie rejected [JSESSIONID="D9B451935CCDD3362296221BFBDDD797", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:49:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:733)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:49:34: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:38: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:677)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:678)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:45: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:45: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:684)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:50: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:690)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:49:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:691)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:49:57: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:49:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:49:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:696)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:49:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:697)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:02: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:04: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:703)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:704)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:09: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:710)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:711)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:15: [WARN]: Cookie rejected [JSESSIONID="E5C077F2E5A12EF4DBE1D26D1B26B33B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:50:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:716)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:16: [WARN]: Cookie rejected [JSESSIONID="8C1013917C9D315B0EBEF8043F5EC3F2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:50:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:717)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:17: [WARN]: Cookie rejected [JSESSIONID="DC9F06276D487ED0E8561F862FACD3EB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:17: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:17: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:18: [WARN]: Cookie rejected [JSESSIONID="3171514D2793661ACEAB31CD9C9936C5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:50:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:731)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:18: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:19: [WARN]: Cookie rejected [JSESSIONID="1B5A7B60605C2B99A9648C6A0B40A81C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:50:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:732)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:19: [WARN]: Cookie rejected [JSESSIONID="2048741281F10B4A27BA38F6B5C44634", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:50:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:733)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:50:21: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:27: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:677)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:678)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:44: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:50:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:684)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:50:53: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:50:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:50:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:690)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:50:59: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:51:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:691)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:51:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:51:10: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:10: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:51:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:696)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:51:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:51:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:697)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:51:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:51:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:51:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:51:58: [ERROR]: isAuthorized() returned exception: ServiceFailure0 Client_Error : class org.dataone.client.exception.ClientSideException: /Read timed out : class org.dataone.client.exception.ClientSideException: /Read timed out [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /Read timed out
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:703)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.client.exception.ClientSideException: /Read timed out
	... 37 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:153)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:944)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:901)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:136)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:152)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:270)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:161)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:153)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:254)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.dataone.client.rest.RestClient.doRequest(RestClient.java:330)
	at org.dataone.client.rest.RestClient.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 36 more
20170606-05:51:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:704)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:06: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:07: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:710)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:711)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:13: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:17: [WARN]: Cookie rejected [JSESSIONID="2B3619C0AC9339557BC20C534E65C078", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:52:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:716)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:18: [WARN]: Cookie rejected [JSESSIONID="67D62BD9788319373C793252531F2CFE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:52:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:717)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:19: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:19: [WARN]: Cookie rejected [JSESSIONID="45DC31A99B0AE3D9E8B5E4E0FE146A7B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:52:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:19: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:20: [WARN]: Cookie rejected [JSESSIONID="7C5E0F91317AF12BBFE8FC50F892C08B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:52:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:731)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:21: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:22: [WARN]: Cookie rejected [JSESSIONID="1C3D205B5763DB1B412F3A3171A9F91B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:52:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:732)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:23: [WARN]: Cookie rejected [JSESSIONID="7EF55A34FDA1DA3086104E30C6130036", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:52:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:733)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:52:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:24: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:52:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:52:25: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:27: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:29: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:29: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:816)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:817)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:35: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:824)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:37: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:825)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:826)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:40: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:42: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:838)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:46: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:843)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:844)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:53: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:852)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:52:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:52:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:854)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:57: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:52:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:52:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:859)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:52:59: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:860)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:04: [WARN]: Cookie rejected [JSESSIONID="6A03FB9FDF52924F174373FE0DD46F21", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:04: [WARN]: Cookie rejected [JSESSIONID="A7F510880FC9DE903AC90B4FEA27E781", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:866)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:05: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:05: [WARN]: Cookie rejected [JSESSIONID="A58B4DF4C8172FDF8F2723484F5629AD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:05: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:06: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:06: [WARN]: Cookie rejected [JSESSIONID="049EC539852361BFA22DB791CBEFEA88", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:880)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:07: [WARN]: Cookie rejected [JSESSIONID="4A73529F84A8FAED42CDC4A721AAC868", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:881)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:08: [WARN]: Cookie rejected [JSESSIONID="41E9EF827411794269DA35DD904CBAB4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:882)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:53:09: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:10: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:14: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:816)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:817)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:21: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:824)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:825)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:24: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:826)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:25: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:27: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:838)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:31: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:843)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:844)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:38: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:852)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:854)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:43: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:859)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:860)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:48: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:48: [WARN]: Cookie rejected [JSESSIONID="BF6FA00EE699D05BEF768AA2662E409C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:49: [WARN]: Cookie rejected [JSESSIONID="C76CD2BDA222EEE877C1DA9EE960D396", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:866)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:50: [WARN]: Cookie rejected [JSESSIONID="75BA323C325686E19C6599826F5C3512", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:50: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:51: [WARN]: Cookie rejected [JSESSIONID="DC43A4064412C5D6D2A88BC9AEC8D8F6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:880)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:52: [WARN]: Cookie rejected [JSESSIONID="77A6787A3ED4E615633C76AE2E487C62", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:881)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:52: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:52: [WARN]: Cookie rejected [JSESSIONID="5D4CA4877BDF3103181F41536FA93DB9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:53:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:53:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:882)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:53:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:53:54: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:54: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:54: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:53:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:53:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:53:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:54:00: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:54:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:816)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:06: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:54:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:817)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:12: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:54:17: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:18: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:54:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:824)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:54:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:825)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:54:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:826)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:25: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:54:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:54:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:838)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:54:48: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:54:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:54:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:843)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:54:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:844)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:07: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:07: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:852)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:12: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:854)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:19: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:859)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:860)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:29: [WARN]: Cookie rejected [JSESSIONID="EDF2929B435078CF463E1061428CAE04", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:55:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:30: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:30: [WARN]: Cookie rejected [JSESSIONID="51B8CC2201DD4BA4BDCFDCF1169145D0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:55:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:866)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:31: [WARN]: Cookie rejected [JSESSIONID="332D575586E7C06ED6343D3DFC881FF2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:55:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:31: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:33: [WARN]: Cookie rejected [JSESSIONID="D0A774286B6379BCC8C4DE92BE739AC1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:55:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:880)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:34: [WARN]: Cookie rejected [JSESSIONID="B017C06B9561ED2A9A64C32699B933EA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:55:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:881)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:35: [WARN]: Cookie rejected [JSESSIONID="04331104C04E5F71205A4135EDCEE3B9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:55:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:882)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:55:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:36: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:55:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:55:37: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:37: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:38: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:41: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:42: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:965)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:966)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:47: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:48: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:973)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:55:53: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:55:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:980)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:55:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:55:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:981)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:55:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:00: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:986)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:987)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:05: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:07: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:07: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:994)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:995)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:11: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:996)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:13: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1001)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1002)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1003)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:18: [WARN]: Cookie rejected [JSESSIONID="EA419BA5C4B2D5B43D034C9CBBA3F3DD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:56:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1008)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:18: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:19: [WARN]: Cookie rejected [JSESSIONID="4B76CDB86135A64654491907B4E40277", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:56:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1009)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:19: [WARN]: Cookie rejected [JSESSIONID="1F4804F9A3908C03C136997516E505CA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:56:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:19: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:21: [WARN]: Cookie rejected [JSESSIONID="CD241A0313545181CB99BA7F4F12CD61", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:56:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1023)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:21: [WARN]: Cookie rejected [JSESSIONID="E1A058EC2467FDEB084E0287DD8D481C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:56:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1024)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:22: [WARN]: Cookie rejected [JSESSIONID="26EB9D19109B6D5390E1C994E5BB3722", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:56:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1025)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:56:23: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:23: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:25: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:27: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:27: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:965)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:966)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:33: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:973)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:38: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:980)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:981)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:44: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:45: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:986)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:987)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:51: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:994)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:995)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:56:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:996)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:56: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:56:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1001)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:56:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:56:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1002)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:56:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:57:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1003)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:00: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:01: [WARN]: Cookie rejected [JSESSIONID="44CBFE8EBD06DE3659FD4E9F3A87BE1B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:57:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:57:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1008)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:01: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:02: [WARN]: Cookie rejected [JSESSIONID="82BE08023C56459FA3800DB82E5BAF45", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:57:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:57:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1009)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:02: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:02: [WARN]: Cookie rejected [JSESSIONID="35A7A747BFF897C7B0531E00A1C08DE7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:57:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:57:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:02: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:04: [WARN]: Cookie rejected [JSESSIONID="0173E17E203A81099E04F9BB4E81FED5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:57:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:57:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1023)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:04: [WARN]: Cookie rejected [JSESSIONID="F351E57F9290C7F77EEBE8CCD3317B35", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:57:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:57:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1024)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:05: [WARN]: Cookie rejected [JSESSIONID="18FC13404853124042C26C77FD166725", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:57:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:57:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1025)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:57:06: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:07: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:57:09: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:57:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:57:13: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:14: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:57:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:965)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:19: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:57:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:966)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:57:30: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:57:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:973)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:57:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:57:38: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:57:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:980)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:45: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:57:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:981)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:57:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:57:55: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:57:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:986)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:987)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:07: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:12: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:994)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:995)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:996)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:22: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1001)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1002)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1003)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:31: [WARN]: Cookie rejected [JSESSIONID="1FF67AB20A1BF2D45A4C707F58917E52", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:58:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1008)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:33: [WARN]: Cookie rejected [JSESSIONID="92FA3797E1C096E76723ADE6E95608F5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:58:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1009)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:34: [WARN]: Cookie rejected [JSESSIONID="EB8876C19D0F9B84A43896CF8F52DD39", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:58:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:34: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:35: [WARN]: Cookie rejected [JSESSIONID="198C2288A0A917BE49E71ED4FF1331DA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:58:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1023)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:36: [WARN]: Cookie rejected [JSESSIONID="346C7C5CBC794E9CFB97E69A7478E69A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:58:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1024)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:37: [WARN]: Cookie rejected [JSESSIONID="3F7C7A90FD822C3525DB373291A5C540", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:58:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1025)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-05:58:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:39: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-05:58:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-05:58:40: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:42: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:46: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:50: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:58:54: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:58:55: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:55: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:58:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:58:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:58:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:00: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:01: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:08: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:08: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:10: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:12: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:13: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:13: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:18: [WARN]: Cookie rejected [JSESSIONID="A555ECFE4C3D279123195EEB595F757A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:59:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:19: [WARN]: Cookie rejected [JSESSIONID="778D56BB32B090DA89C35B44D180D05C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:59:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:20: [WARN]: Cookie rejected [JSESSIONID="C80A1C774F74D79CE91E0EF18DD5683E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:59:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:20: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:21: [WARN]: Cookie rejected [JSESSIONID="4775CD5B585F9357326367559CAD5EE7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:59:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:22: [WARN]: Cookie rejected [JSESSIONID="5CD919BB3F46CDA6A97B15BAD6AC416F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:59:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:22: [WARN]: Cookie rejected [JSESSIONID="CEC5116657B280589E844B5221319A51", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-05:59:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-05:59:23: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:24: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:25: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:27: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:27: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:34: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:35: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:39: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:44: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:46: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:46: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:52: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:53: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-05:59:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-05:59:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-05:59:58: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-05:59:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-05:59:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:00:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:01: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:00:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:03: [WARN]: Cookie rejected [JSESSIONID="B2432E0902C278CC636EB6A31A1F0CB6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:00:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:00:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:04: [WARN]: Cookie rejected [JSESSIONID="C2F25EBBAB6B057538245D71E7A3BA8E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:00:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:00:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:05: [WARN]: Cookie rejected [JSESSIONID="754E05D94D0521A7D991AF606E7F165B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:00:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:00:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:05: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:05: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:06: [WARN]: Cookie rejected [JSESSIONID="24B949DAED49D1BDD00406F4926605DF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:00:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:00:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:07: [WARN]: Cookie rejected [JSESSIONID="59D25B4EEFEC0C2DE485DCFFB1C359DB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:00:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:00:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:07: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:08: [WARN]: Cookie rejected [JSESSIONID="41BEE25E0780FC34EF6105AA61658FA5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:00:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:00:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:00:09: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:09: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:00:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:00:14: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:00:15: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:00:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:00:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:00:33: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:00:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:00:38: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:00:41: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:00:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:00:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:00:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:00:58: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:00:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:01:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:01:15: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:19: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:01:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:01:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:25: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:01:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:01:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:34: [WARN]: Cookie rejected [JSESSIONID="D52045E3108D55B6DC5126CB86375CD8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:01:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:36: [WARN]: Cookie rejected [JSESSIONID="A9D0DA1FBE27677F4775FE61CFF2710B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:01:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:01:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:37: [WARN]: Cookie rejected [JSESSIONID="E5187F7A9A78ED97E1FF5216A11F66AB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:01:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:01:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:37: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:38: [WARN]: Cookie rejected [JSESSIONID="0380246016C6E273519562779654507D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:01:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:39: [WARN]: Cookie rejected [JSESSIONID="B4B157B527D0C7EA02FBB3E29ECAC5A9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:01:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:01:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:40: [WARN]: Cookie rejected [JSESSIONID="1142230F86D5E2EAFA3F550C63F03A2B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:01:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:01:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:01:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:42: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:01:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
20170606-06:01:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:46: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:01:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:01:47: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:48: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:01:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:01:51: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:54: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:01:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1388)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:01:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:01:58: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:01:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:01:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1396)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:00: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1397)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1398)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:03: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1410)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:10: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1415)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1416)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:17: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1423)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1424)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:23: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1430)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1431)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:28: [WARN]: Cookie rejected [JSESSIONID="FE8D67D264E3A82CCE2B7A66894A7264", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:02:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:29: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:29: [WARN]: Cookie rejected [JSESSIONID="71BA67B50A72672245114642A2F7FFB4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:02:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:30: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:30: [WARN]: Cookie rejected [JSESSIONID="60875CFBF17AF259B92C3DAAAFF806A1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:02:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1438)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:30: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:30: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:31: [WARN]: Cookie rejected [JSESSIONID="36C24B2D076EA929119B7BB942FCFF21", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:02:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:32: [WARN]: Cookie rejected [JSESSIONID="E50318E3471A66461B4804E240D5C3CE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:02:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1452)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:33: [WARN]: Cookie rejected [JSESSIONID="F839EFB3781F08600B6F66BE529F50FE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:02:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:02:34: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:38: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1388)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:45: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:46: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1396)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1397)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1398)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:50: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:02:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1410)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:02:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:02:57: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:02:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:02:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1415)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1416)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:02: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:04: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1423)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1424)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:09: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1430)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1431)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:15: [WARN]: Cookie rejected [JSESSIONID="6E96FC8EAEC5C7FC51468B2472CCA239", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:03:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:16: [WARN]: Cookie rejected [JSESSIONID="900AAEEE372DA8BBBDF2CA2B5CCE210E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:03:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:17: [WARN]: Cookie rejected [JSESSIONID="21F981CF9346A18808818CFCC32F7A7F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:03:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1438)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:17: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:17: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:18: [WARN]: Cookie rejected [JSESSIONID="E5FE3D0B840CBE65966B465A3DDA89B1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:03:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:18: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:19: [WARN]: Cookie rejected [JSESSIONID="6ECD789FF4B6CB42900327D7E78180B8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:03:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1452)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:20: [WARN]: Cookie rejected [JSESSIONID="CC3BC35E2AF4892F9A2D14BEACB3C527", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:03:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:03:21: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:22: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:28: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1388)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:45: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1396)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:48: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:03:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1397)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:03:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1398)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:53: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:54: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:03:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:03:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:03:59: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:04:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1410)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:04:10: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:10: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:04:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1415)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:04:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1416)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:04:28: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:04:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1423)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:04:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1424)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:04:37: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:04:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1430)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:04:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1431)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:43: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:04:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:46: [WARN]: Cookie rejected [JSESSIONID="89952EDF08E42DECA3513D04B111069F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:04:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:04:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:48: [WARN]: Cookie rejected [JSESSIONID="67614D29202E2F38385245692A9EBE13", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:04:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:04:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:48: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:49: [WARN]: Cookie rejected [JSESSIONID="57153679941262F7A2C8D1F8C47D94CF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:04:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:04:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1438)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:49: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:50: [WARN]: Cookie rejected [JSESSIONID="CDC5F6A7E3B784CAECD57F0E26E4C8E2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:04:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:04:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:51: [WARN]: Cookie rejected [JSESSIONID="FFC99B98887D447CFDC1D9440B273801", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:04:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:04:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1452)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:52: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:52: [WARN]: Cookie rejected [JSESSIONID="910E7F22B8E511F9A7E8B37C0D333B3B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:04:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:04:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:04:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:54: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:04:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:04:55: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:55: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:55: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:04:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:04:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:04:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:04:59: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1534)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:06: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:06: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1542)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1543)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1544)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:10: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1555)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:17: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1561)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:24: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1570)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:29: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:29: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1577)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1578)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:35: [WARN]: Cookie rejected [JSESSIONID="D5395693C4A67F22BFD66F0781475DAB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:05:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:35: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:35: [WARN]: Cookie rejected [JSESSIONID="B349836388EDF80116B08F7D7BAB67DB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:05:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1584)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:36: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:36: [WARN]: Cookie rejected [JSESSIONID="BF1E94BD58E97D960E7145524C9BD5BE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:05:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1585)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:36: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:37: [WARN]: Cookie rejected [JSESSIONID="9A42AFEA75144C0BB4E0166906410816", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:05:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:38: [WARN]: Cookie rejected [JSESSIONID="E5F6F39926F013F712747C6093651326", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:05:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1599)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:39: [WARN]: Cookie rejected [JSESSIONID="E85A62E78E5145674EE25EA6B2708609", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:05:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1600)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:05:40: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:40: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1534)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:51: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1542)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:52: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:05:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1543)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:54: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:05:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1544)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:55: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:05:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1555)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:05:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:05:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:02: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1561)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:07: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:08: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1570)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:10: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:13: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1577)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:15: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1578)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:19: [WARN]: Cookie rejected [JSESSIONID="7A9A0D02A9A933129DB6AD3E00E2B911", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:06:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:20: [WARN]: Cookie rejected [JSESSIONID="E0CE1F103BD8A0C33D19216DCBC3307F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:06:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1584)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:21: [WARN]: Cookie rejected [JSESSIONID="F8338EB0AE3AAAC24D5D3C36AADE1B68", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:06:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1585)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:21: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:22: [WARN]: Cookie rejected [JSESSIONID="4E56BAA7DF82325809C8959AF6CA9D50", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:06:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:22: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:23: [WARN]: Cookie rejected [JSESSIONID="C5B5DA9E971AB63B878C5A1807E45779", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:06:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1599)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:23: [WARN]: Cookie rejected [JSESSIONID="F88801DB036BB6BCF19195FA351BE342", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:06:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1600)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:06:25: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:30: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:31: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1534)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:43: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:48: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:06:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1542)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:06:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1543)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:06:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1544)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:06:56: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:06:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:07:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1555)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:07:07: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:07:12: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:07:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1561)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:07:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:07:29: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:07:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1570)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:07:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:07:38: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:07:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1577)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:07:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1578)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:07:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:48: [WARN]: Cookie rejected [JSESSIONID="96A43D5882F0018EB5A81B49EA83B26C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:07:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:07:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:48: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:49: [WARN]: Cookie rejected [JSESSIONID="904C4C6034883BC95ACD8F5C03C5F508", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:07:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:07:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1584)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:50: [WARN]: Cookie rejected [JSESSIONID="2B89B77E66D3CC6BDE88582CD0915867", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:07:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:07:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1585)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:50: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:50: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:51: [WARN]: Cookie rejected [JSESSIONID="48C2B4832AAF99E26F6254DA34B3F570", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:07:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:07:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:52: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:52: [WARN]: Cookie rejected [JSESSIONID="4FA98BEB569FD4B2EE497035C3AEBBE9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:07:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:07:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1599)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:53: [WARN]: Cookie rejected [JSESSIONID="AC97085851F737C1E18893ABD713B0BD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:07:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:07:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1600)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:07:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:55: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:07:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1667)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1667)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1667)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:07:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
20170606-06:07:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:59: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:07:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:07:59: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:07:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:04: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1827)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:11: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:16: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:23: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:30: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1862)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:35: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1868)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:37: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:41: [WARN]: Cookie rejected [JSESSIONID="D86485B34A9199E32BFFE315F5FD6EFF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:08:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1874)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:42: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:42: [WARN]: Cookie rejected [JSESSIONID="164084847F5F6D5362891D3E8C2F48CD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:08:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:43: [WARN]: Cookie rejected [JSESSIONID="54342812A718F576C17A0D54A327FDD4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:08:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:43: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:43: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:44: [WARN]: Cookie rejected [JSESSIONID="C3FF69044F4FAC8C3E63DAA012556A68", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:08:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1889)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:45: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:45: [WARN]: Cookie rejected [JSESSIONID="386E31153F50E510B870341FAB9DE86C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:08:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1890)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:46: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:46: [WARN]: Cookie rejected [JSESSIONID="462708C3ED1CEE49FA82DBF402FA8DEB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:08:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1891)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:08:47: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:47: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:50: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:51: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1827)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:08:54: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:08:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:08:58: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:08:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:08:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:01: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:03: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:09: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:10: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:14: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:16: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:17: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:18: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1862)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:21: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1868)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:25: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:27: [WARN]: Cookie rejected [JSESSIONID="02AB6AE22E72FC0ACF80330C86FEADA4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1874)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:28: [WARN]: Cookie rejected [JSESSIONID="D09C5F6E6B3FB5BB5723569DA42E74AD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:29: [WARN]: Cookie rejected [JSESSIONID="943DD683E4054E0D3B1C69F4F563EF81", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:29: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:29: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:30: [WARN]: Cookie rejected [JSESSIONID="4EC3CA686394D5403637F0C89C966ADE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1889)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:31: [WARN]: Cookie rejected [JSESSIONID="EAF6CA97AC97519E0C9ADE44FD201451", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1890)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:31: [WARN]: Cookie rejected [JSESSIONID="3C97D644FC40256A9E024ADF881D450C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1891)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:09:33: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:33: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:39: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1827)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:45: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:09:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:09:55: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:09:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:09:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:09:59: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:10:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:10:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:03: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:10:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:10:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:10:20: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:10:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:10:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:10:37: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:10:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:10:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1862)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:10:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:47: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:10:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1868)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:10:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:10:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:56: [WARN]: Cookie rejected [JSESSIONID="6392CD88E2785B36474E74319D067CB9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:10:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:10:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1874)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:57: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:57: [WARN]: Cookie rejected [JSESSIONID="80DA25CD10C673E5928DA79E3E7786D8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:10:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:10:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:59: [WARN]: Cookie rejected [JSESSIONID="2A0F1294BA3FC30C65339FE934353227", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:10:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:10:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:10:59: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:10:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:00: [WARN]: Cookie rejected [JSESSIONID="9D232F829755FB7341C83EE4E5F8181F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:11:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1889)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:01: [WARN]: Cookie rejected [JSESSIONID="E3B3091909EC3A09FD6EA6CF5BF342F3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:11:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1890)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:02: [WARN]: Cookie rejected [JSESSIONID="F676BCE6E221895CC0BB899282A05167", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:11:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1891)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:11:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:04: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:11:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170606-06:11:05: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:11:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:11:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:11:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:10: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:11:11: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:11:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170606-06:11:13: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:11:15: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:11:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:11:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:19: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:11:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:11:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170606-06:11:22: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:22: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:11:27: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:11:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:11:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:37: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:11:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:11:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:406)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:11:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
Tests run: 23, Failures: 23, Errors: 0, Skipped: 0, Time elapsed: 1,947.897 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT
20170606-06:11:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:44: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:11:44: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:45: [WARN]: Cookie rejected [JSESSIONID="A8EB5010BC9B0F6A92C108C0A05BB09E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:11:46: [WARN]: Cookie rejected [JSESSIONID="E661BF2CF5BE1AD9CA34A8F69EDBD902", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:47: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:47: [WARN]: Cookie rejected [JSESSIONID="53511AB81770FC6119EB8AA9C661EB08", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:11:48: [WARN]: Cookie rejected [JSESSIONID="FD63BB92AC0BF3DE36A23FA587FC87C6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:48: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:49: [WARN]: Cookie rejected [JSESSIONID="BF3D541D2167766DA19417E98170898D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:11:52: [WARN]: Cookie rejected [JSESSIONID="C9AC1F012D78C07BEA5D0C1B80E8E40C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:52: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:53: [WARN]: Cookie rejected [JSESSIONID="B8B9620F95D51DCE647467278E1460AB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:11:53: [WARN]: Cookie rejected [JSESSIONID="86BFA2F7095DF7AFF41D7F309C0D4819", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:53: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:11:53: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(RESOURCE) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:53: [INFO]:    looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:54: [WARN]: Cookie rejected [JSESSIONID="0AA9F67AB4A6EF5659A5E66A24833A51", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:11:54: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:54: [WARN]: Cookie rejected [JSESSIONID="1199C5070B203FF453AFF4A7C0A0DD88", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:55: [WARN]: Cookie rejected [JSESSIONID="8771DC7C647E0885B7DB4B8E7BA54B0C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:55: [INFO]:    looking for objects with format: http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:55: [WARN]: Cookie rejected [JSESSIONID="EB89EAF51BCBFA12A0107672B092468F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.client.rest.RestClient]
20170606-06:11:55: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(RESOURCE) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:55: [INFO]:    looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:56: [WARN]: Cookie rejected [JSESSIONID="EB87235B1928B62EBC7E8B720E33E605", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:11:56: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:57: [WARN]: Cookie rejected [JSESSIONID="15606F3D163A55660345FDF61AA048E8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:58: [WARN]: Cookie rejected [JSESSIONID="9C2740869B6B64AAAD6F9A059E30A352", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:11:58: [INFO]:    looking for objects with format: http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:58: [WARN]: Cookie rejected [JSESSIONID="19771BBEB40038352AA1DA18C3A3828A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.client.rest.RestClient]
20170606-06:11:58: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(RESOURCE) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:11:58: [INFO]:    looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:59: [WARN]: Cookie rejected [JSESSIONID="72EACC94C31E18A2E15ED9250DF581C8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:11:59: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:11:59: [WARN]: Cookie rejected [JSESSIONID="6FA2848D7080DAEDA235BB534CF35534", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:11:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:12:01: [WARN]: Cookie rejected [JSESSIONID="B17C8B470F41582B0690F971130DDD52", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:12:01: [INFO]:    looking for objects with format: http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:01: [WARN]: Cookie rejected [JSESSIONID="D29C2F6030E761212BE960576458957B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.client.rest.RestClient]
20170606-06:12:01: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(RESOURCE) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:01: [INFO]:    looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:02: [WARN]: Cookie rejected [JSESSIONID="3E99EF6943C4BA3AF59AA5CA62F49D17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-06:12:02: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:03: [WARN]: Cookie rejected [JSESSIONID="8486920ECCBA334B3049DBC4D77EC99C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:12:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:03: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:12:03: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(METADATA) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:03: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:03: [WARN]: Cookie rejected [JSESSIONID="1749DC3A62254EC2BF858F108A16F660", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.0.0 [org.dataone.client.rest.RestClient]
20170606-06:12:03: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:04: [WARN]: Cookie rejected [JSESSIONID="5A3836FEB32C296FD3B4DBBF9A9F4158", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/john.2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/john.2 [org.dataone.client.rest.RestClient]
20170606-06:12:05: [WARN]: Cookie rejected [JSESSIONID="EDCAF6B19F5893AFD85F3AD9CC4174F1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/john.2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/john.2 [org.dataone.client.rest.RestClient]
20170606-06:12:05: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:06: [WARN]: Cookie rejected [JSESSIONID="CC490323712AB7EEDAAD4ADBC1433372", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.0.1 [org.dataone.client.rest.RestClient]
20170606-06:12:06: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:06: [WARN]: Cookie rejected [JSESSIONID="79D9AEFEC306D0C50247335C0D7FC568", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/CNCallAdapterTierTests.cn-dev.2015189132115615.testEchoIndexedObject" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/CNCallAdapterTierTests.cn-dev.2015189132115615.testEchoIndexedObject [org.dataone.client.rest.RestClient]
20170606-06:12:06: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:07: [WARN]: Cookie rejected [JSESSIONID="60DD68DAFA31E12AC5B6C83DBE01C369", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.1.0 [org.dataone.client.rest.RestClient]
20170606-06:12:07: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:07: [WARN]: Cookie rejected [JSESSIONID="283DDF4A8A841D057BC4B3EE534741BF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/cNodeTier1TestCreate2015121145233722" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient]
20170606-06:12:08: [WARN]: Cookie rejected [JSESSIONID="67EFC714C5062659143F3A5DAC7D02EE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/cNodeTier1TestCreate2015121145233722" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient]
20170606-06:12:08: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(METADATA) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:08: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:08: [WARN]: Cookie rejected [JSESSIONID="809A0C4A134DB1D11576FFEA50D0B41A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.0.0 [org.dataone.client.rest.RestClient]
20170606-06:12:08: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:09: [WARN]: Cookie rejected [JSESSIONID="7B5F61D5B0FD9CA8675BDD56D4085F3C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/john.2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/john.2 [org.dataone.client.rest.RestClient]
20170606-06:12:09: [WARN]: Cookie rejected [JSESSIONID="B5160E439BC4AD66D68B97A5A1FB118D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/john.2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/john.2 [org.dataone.client.rest.RestClient]
20170606-06:12:09: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:10: [WARN]: Cookie rejected [JSESSIONID="D24FAF6FBF115FD704469FFB0498D48C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.0.1 [org.dataone.client.rest.RestClient]
20170606-06:12:10: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:10: [WARN]: Cookie rejected [JSESSIONID="830DE560B74DCA8BCD0F51C5E9194737", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/CNCallAdapterTierTests.cn-dev.2015189132115615.testEchoIndexedObject" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/CNCallAdapterTierTests.cn-dev.2015189132115615.testEchoIndexedObject [org.dataone.client.rest.RestClient]
20170606-06:12:10: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:10: [WARN]: Cookie rejected [JSESSIONID="66DCDCB66DF4600B889E559586A91697", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.1.0 [org.dataone.client.rest.RestClient]
20170606-06:12:11: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:11: [WARN]: Cookie rejected [JSESSIONID="87295B3E228DFF82637C217239D6DB45", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/cNodeTier1TestCreate2015121145233722" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient]
20170606-06:12:11: [WARN]: Cookie rejected [JSESSIONID="08EF1F96B9F17DF077C2D1CC59D1368E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/cNodeTier1TestCreate2015121145233722" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient]
20170606-06:12:11: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(METADATA) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:11: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:12: [WARN]: Cookie rejected [JSESSIONID="6BF69393D726299527D5184C854BEE3C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.0.0 [org.dataone.client.rest.RestClient]
20170606-06:12:12: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:12: [WARN]: Cookie rejected [JSESSIONID="77005152EC64E704B6B281FD21858193", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/john.2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/john.2 [org.dataone.client.rest.RestClient]
20170606-06:12:14: [WARN]: Cookie rejected [JSESSIONID="C12B6284A2455671C0DA08E17F336B18", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/john.2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/john.2 [org.dataone.client.rest.RestClient]
20170606-06:12:14: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:14: [WARN]: Cookie rejected [JSESSIONID="88204BB8645DC65B51D9ED6B6A59D04F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.0.1 [org.dataone.client.rest.RestClient]
20170606-06:12:14: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:15: [WARN]: Cookie rejected [JSESSIONID="537129344459B34AB627C95D0C1E90C4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/CNCallAdapterTierTests.cn-dev.2015189132115615.testEchoIndexedObject" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/CNCallAdapterTierTests.cn-dev.2015189132115615.testEchoIndexedObject [org.dataone.client.rest.RestClient]
20170606-06:12:15: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:16: [WARN]: Cookie rejected [JSESSIONID="4CF841785136C5A90DAAD17835723004", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.1.0 [org.dataone.client.rest.RestClient]
20170606-06:12:16: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:16: [WARN]: Cookie rejected [JSESSIONID="80BBCAEBE65C9C5B655227B9BC92C4D7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/cNodeTier1TestCreate2015121145233722" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient]
20170606-06:12:17: [WARN]: Cookie rejected [JSESSIONID="E394E1ADCC58B9DCD11D6CA4FCAF9C32", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/cNodeTier1TestCreate2015121145233722" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient]
20170606-06:12:17: [INFO]: 
***************** running test for testContent_Checksum_Size_Consistency(METADATA) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:17: [INFO]:    looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:18: [WARN]: Cookie rejected [JSESSIONID="A796BF8A8046EE1A7FAC75A2B06DAF4B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=eml://ecoinformatics.org/eml-2.0.0 [org.dataone.client.rest.RestClient]
20170606-06:12:18: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:18: [WARN]: Cookie rejected [JSESSIONID="930B762333BBD99FDE75E8D32FB5F75B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/john.2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/john.2 [org.dataone.client.rest.RestClient]
20170606-06:12:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:18: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:12:18: [INFO]: 
***************** running test for testResourceMapParsing() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:19: [WARN]: Cookie rejected [JSESSIONID="C11F36A3A0537FD90F6CE8F3C3BC5372", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:12:19: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:20: [WARN]: Cookie rejected [JSESSIONID="C3B570DB03773356DC45864D7DA92C0B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:12:20: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:22: [WARN]: Cookie rejected [JSESSIONID="4739271B1F6994042261DF330C387726", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:12:22: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:23: [WARN]: Cookie rejected [JSESSIONID="ED70EB20CEDBDBACCE5CA4B30E21F1E8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:12:23: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:24: [WARN]: Cookie rejected [JSESSIONID="F12A77ACC84930A2D55638252A985173", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:12:24: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:26: [WARN]: Cookie rejected [JSESSIONID="2472BF80C72927C1E4AD5A40D1F49064", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:12:26: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:27: [WARN]: Cookie rejected [JSESSIONID="F965FF901C3817447719E9EFF862BFB8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:12:27: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:28: [WARN]: Cookie rejected [JSESSIONID="77FB1B47FA57B412331B487FEDF6D37C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:12:28: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:29: [WARN]: Cookie rejected [JSESSIONID="3E6A07683FDC71B58F4DE21A71D39E01", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:12:29: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:29: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:29: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:29: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:29: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:30: [WARN]: Cookie rejected [JSESSIONID="E79578CEA871475C322E78BFF8EBB3B2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:12:30: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:30: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:30: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:30: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:30: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:31: [WARN]: Cookie rejected [JSESSIONID="6A504CCA5E403AC2D1B0073934CCD7AC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:12:31: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:31: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:31: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:31: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:31: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:32: [WARN]: Cookie rejected [JSESSIONID="F289D33C799B6EF42A17C9BD7FE961FC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:12:32: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:32: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:32: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:32: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:32: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:33: [WARN]: Cookie rejected [JSESSIONID="88EE6EC1C71FE79FA992FF0C19D9B020", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:12:33: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:33: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:33: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:33: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:33: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:34: [WARN]: Cookie rejected [JSESSIONID="495AD937F71D5940DA8A4075BAAF340D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:12:34: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:34: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:34: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:34: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:34: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:35: [WARN]: Cookie rejected [JSESSIONID="5349E407A8264DFFB7B3103CE21998AA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:12:35: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:35: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:35: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:35: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:35: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:36: [WARN]: Cookie rejected [JSESSIONID="B13E9D9F69DC99C2F553C15B278780DF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:12:36: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:36: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:36: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:36: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:36: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:37: [WARN]: Cookie rejected [JSESSIONID="D4B1800A28FC97432FBE9ED5F90A252A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:12:37: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:37: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:37: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:37: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:37: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:38: [WARN]: Cookie rejected [JSESSIONID="C7B81C32E2A6D51613396E7D3C25CDEC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:12:38: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:38: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:38: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:38: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:38: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:39: [WARN]: Cookie rejected [JSESSIONID="E5CB7F41F768C0F516E3A42E4EBBCE45", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:12:39: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:39: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:39: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:39: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:39: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:40: [WARN]: Cookie rejected [JSESSIONID="84875A1786336F2E417D894327E09CA5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:12:40: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:40: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:40: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:40: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:40: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:41: [WARN]: Cookie rejected [JSESSIONID="1FF7BD27A1C3602E47E7505135F9B601", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:12:41: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:41: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:41: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:41: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:41: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:42: [WARN]: Cookie rejected [JSESSIONID="D4FD36D598203486546944C6B88F3234", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
20170606-06:12:42: [INFO]: 
***************** running test for testResourceMapParsing() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:43: [WARN]: Cookie rejected [JSESSIONID="B7615E50554B0E3237FF9BD5C87592A7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:12:43: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:44: [WARN]: Cookie rejected [JSESSIONID="725877D35E8BE78B73018393ADB433B4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:12:44: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:45: [WARN]: Cookie rejected [JSESSIONID="5A49B3A4F4BD0B1C68B3650F8953EDB5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:12:45: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:45: [WARN]: Cookie rejected [JSESSIONID="2CDB2DCD7850758267CF8E8A4829867D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:12:45: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:46: [WARN]: Cookie rejected [JSESSIONID="F909FBF7CD70DD0AE1793399FDC3E41C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:12:46: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:47: [WARN]: Cookie rejected [JSESSIONID="822E253A179458FC750574B79A35D313", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:12:47: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:47: [WARN]: Cookie rejected [JSESSIONID="7CAA02ED9979BE988DCE0F52101DD580", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:12:47: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:48: [WARN]: Cookie rejected [JSESSIONID="F30621ABF2370CDEED9E211FB939DCFF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:12:48: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:49: [WARN]: Cookie rejected [JSESSIONID="7EC0566FBC673D56F0F219D4112A3B58", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:12:49: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:49: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:49: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:49: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:49: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:49: [WARN]: Cookie rejected [JSESSIONID="2E60DFEB6D2800271C5716A55709885E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:12:49: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:49: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:49: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:49: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:49: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:50: [WARN]: Cookie rejected [JSESSIONID="D3218491C30374C019A781373F42AD44", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:12:50: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:50: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:50: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:50: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:50: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:51: [WARN]: Cookie rejected [JSESSIONID="1227A4235BFACB93325F854F72245FFB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:12:51: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:51: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:51: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:51: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:51: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [WARN]: Cookie rejected [JSESSIONID="202B1F25A78875B669B9C7D62F398FC2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:12:52: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:52: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [WARN]: Cookie rejected [JSESSIONID="0BB3399CE0D2DCC2612EA14CE0FEDDBE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:12:52: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:52: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:52: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:53: [WARN]: Cookie rejected [JSESSIONID="6248F7FE4A8E509BC978DFFEB6E76494", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:12:53: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:53: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:53: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:53: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:53: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [WARN]: Cookie rejected [JSESSIONID="0C55CBFE3E293F61B8A2FC4BDD385CB8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:12:54: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:54: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [WARN]: Cookie rejected [JSESSIONID="1BCDE107ECDF840AAF4B3CA3665B18F4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:12:54: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:54: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:54: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:55: [WARN]: Cookie rejected [JSESSIONID="894DC0A62D23D3EA2D403ED61D7CC873", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:12:55: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:55: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:55: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:55: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:55: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:56: [WARN]: Cookie rejected [JSESSIONID="8258377A2B313A65764C86A11D0C4C80", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:12:56: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:56: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:56: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:56: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:56: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [WARN]: Cookie rejected [JSESSIONID="5BC9D5D749CE46CBF9D58C864A70B330", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:12:57: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:57: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [WARN]: Cookie rejected [JSESSIONID="E41A61E33848361857564C16A64DEF83", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:12:57: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:12:57: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:57: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:12:58: [WARN]: Cookie rejected [JSESSIONID="AE2FD2E5F4D909011B1E439EB74B6C29", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
20170606-06:12:58: [INFO]: 
***************** running test for testResourceMapParsing() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:12:59: [WARN]: Cookie rejected [JSESSIONID="FD9286D8AAC6BA3D8D6F892F470AA7A3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:12:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:12:59: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:01: [WARN]: Cookie rejected [JSESSIONID="88474C53AB821A494D1E67CD926A1FA0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:13:01: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:02: [WARN]: Cookie rejected [JSESSIONID="B7941168AB963CF2588002D81E2C89B2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:13:02: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:04: [WARN]: Cookie rejected [JSESSIONID="50F6AD8C0C029ED2A0B7B87F6CBC79EC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:13:04: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:05: [WARN]: Cookie rejected [JSESSIONID="9CC83E523B13749320EB673AF8FFEDF7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:13:05: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:07: [WARN]: Cookie rejected [JSESSIONID="22A17485DA6A1E286AFEB60E2EC09E21", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:13:07: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:08: [WARN]: Cookie rejected [JSESSIONID="2AA242788F3CB0BC174092D1543232B7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:13:08: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:09: [WARN]: Cookie rejected [JSESSIONID="6F7E1BF4561CDD4D574A62472EBA29E6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:13:09: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:11: [WARN]: Cookie rejected [JSESSIONID="E051D479ECAB3E987B58F07B8470904C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:13:11: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:11: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:11: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:11: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:11: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:12: [WARN]: Cookie rejected [JSESSIONID="114EA2C7782911D718E5D43B6C360429", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:13:12: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:12: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:12: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:12: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:12: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:14: [WARN]: Cookie rejected [JSESSIONID="DCAD3303D90A8DB51E0731A4DD2F5300", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:13:14: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:14: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:14: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:14: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:14: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:15: [WARN]: Cookie rejected [JSESSIONID="F27BC409A78173FF968F14D4484D3058", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:13:15: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:15: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:15: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:15: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:15: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:16: [WARN]: Cookie rejected [JSESSIONID="88C6C4D35D48D187A65BEBC4D442F90D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:13:16: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:16: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:16: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:16: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:16: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:18: [WARN]: Cookie rejected [JSESSIONID="8A804B0006FB693B4268B2AFB1D032B9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:13:18: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:18: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:18: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:18: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:18: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:19: [WARN]: Cookie rejected [JSESSIONID="460CE68930177C11E5CFD7C27FA7132E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:13:19: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:19: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:19: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:19: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:19: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:21: [WARN]: Cookie rejected [JSESSIONID="6CDA1CC57EE416782134CFF821B04CA2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:13:21: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:21: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:21: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:21: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:21: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:22: [WARN]: Cookie rejected [JSESSIONID="318E05C77C43BAF28DF5847F4D251D7E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:13:22: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:22: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:22: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:22: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:22: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:24: [WARN]: Cookie rejected [JSESSIONID="DDD0EDCAEC77531E64B4814DF32D6C2B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:13:24: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:24: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:24: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:24: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:24: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:25: [WARN]: Cookie rejected [JSESSIONID="E0A86F8815C3674FE84C084197C5E2ED", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:13:25: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:25: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:25: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:25: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:25: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:26: [WARN]: Cookie rejected [JSESSIONID="0C924588FC504AD17305395D89D8AFA6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:13:26: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:26: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:26: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:26: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:26: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:28: [WARN]: Cookie rejected [JSESSIONID="3F953B77E7B339898A0FCC7DA25505B1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:13:28: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:28: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:28: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:28: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:28: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:29: [WARN]: Cookie rejected [JSESSIONID="7BCC8A712F9E2CADF87E207598B4F453", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
20170606-06:13:29: [INFO]: 
***************** running test for testResourceMapParsing() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:13:31: [WARN]: Cookie rejected [JSESSIONID="3E33EAEA98658CDD4D543B14143AE9F0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:13:31: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:31: [WARN]: Cookie rejected [JSESSIONID="1432FDCFE3D348BD49C087F8E986ADBB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:13:31: [WARN]: Cookie rejected [JSESSIONID="9835348E55BDAACE5D14A31255988A9B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:13:32: [WARN]: Cookie rejected [JSESSIONID="9A2C43C6C29D5A7113334721B4489A9B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:13:33: [WARN]: Cookie rejected [JSESSIONID="32DF04C8542CE00C352695FDF0EBE56B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:13:33: [WARN]: Cookie rejected [JSESSIONID="2B25F314AC5C5DD0D93FC7064C21BF87", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:13:34: [WARN]: Cookie rejected [JSESSIONID="D2DB800323D932D8E0DD178396F35347", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:13:35: [WARN]: Cookie rejected [JSESSIONID="3A79F7617B504393F1E1FC24F940E82F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:13:35: [WARN]: Cookie rejected [JSESSIONID="F2980175901137713D5CF4A8593D6805", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:13:36: [WARN]: Cookie rejected [JSESSIONID="8F86FB631026CC50BC992EF235563F52", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:13:36: [WARN]: Cookie rejected [JSESSIONID="D1C53883C471767C5755C72F2CCBC035", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:13:37: [WARN]: Cookie rejected [JSESSIONID="94761B09565F5A4E5C0CC5010D8B3818", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:13:38: [WARN]: Cookie rejected [JSESSIONID="517AEBAC95AC6D478A4AA98B7A2F3604", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:13:38: [WARN]: Cookie rejected [JSESSIONID="4C704695CB9E64B9DD2884DA288BA76B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:13:39: [WARN]: Cookie rejected [JSESSIONID="BF6E3546444C1B9E23D7202E831CEDDC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:13:40: [WARN]: Cookie rejected [JSESSIONID="32099010F0610FB4C8F2BA9EBBE1EDF2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:13:40: [WARN]: Cookie rejected [JSESSIONID="17B5AC0245CAE58F8CCEE03ACD5AAD81", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:13:41: [WARN]: Cookie rejected [JSESSIONID="E9B1AE5E2D792A76B66858CEE9C9D79C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:13:41: [WARN]: Cookie rejected [JSESSIONID="80DCAD20811495C19215B80B6B576327", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:13:42: [WARN]: Cookie rejected [JSESSIONID="850AB0B7853A3B4C9D8BF42B7EE7C1A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:13:43: [WARN]: Cookie rejected [JSESSIONID="B7D44B45B4B770B1BD773C53441DE65E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:13:44: [WARN]: Cookie rejected [JSESSIONID="32FA80CA2EE84C354038A7A5B5B1B5E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
20170606-06:13:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:13:44: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:13:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:13:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:13:44: [INFO]: 
***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:13:45: [WARN]: Cookie rejected [JSESSIONID="23B46382B9809E5DA126FE3E0B3FE819", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:13:45: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:46: [WARN]: Cookie rejected [JSESSIONID="0183D25F9A8BD97E7A3E9CC07A9253C9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:13:46: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter]
package: 38f9df9c-eb42-449c-af15-75ff4569f918_package
md: 38f9df9c-eb42-449c-af15-75ff4569f918
data: 5aa8d469-3e90-4a24-b071-19b8587fb80c
20170606-06:13:47: [WARN]: Cookie rejected [JSESSIONID="1D91390BF470371B0ED0B3C1A2B6127A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:13:47: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141028133614145285751
md: ctdMetadata20141028133614145285751
data: ctdData20141028133614145285751
20170606-06:13:47: [WARN]: Cookie rejected [JSESSIONID="ACE16C12FF5E73C9258F8D5EF27BE170", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:13:47: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141028134114145288651
md: ctdMetadata20141028134114145288651
data: ctdData20141028134114145288651
20170606-06:13:48: [WARN]: Cookie rejected [JSESSIONID="67C7348D9D6E7841EBCC081533025450", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:13:48: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141030084814146840841
md: ctdMetadata20141030084814146840841
data: ctdData20141030084814146840841
20170606-06:13:49: [WARN]: Cookie rejected [JSESSIONID="75BB45EF16E75E10AF0CC8305A58E23C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:13:49: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141030091314146855841
md: ctdMetadata20141030091314146855841
data: ctdData20141030091314146855841
20170606-06:13:49: [WARN]: Cookie rejected [JSESSIONID="5FEFAB5D28B149D4674E8BB764C334B4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:13:49: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141107110514153871431
md: ctdMetadata20141107110514153871431
data: ctdData20141107110514153871431
20170606-06:13:50: [WARN]: Cookie rejected [JSESSIONID="1CDE239A44FD59784B08E6EB966017EA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:13:50: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141107111114153874641
md: ctdMetadata20141107111114153874641
data: ctdData20141107111114153874641
20170606-06:13:51: [WARN]: Cookie rejected [JSESSIONID="1DF9EC7C5D94937857770779BE9FB4F8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:13:51: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:51: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:51: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:51: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:51: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:51: [WARN]: Cookie rejected [JSESSIONID="2A40D3199CF6956AEC00065F97E05C2B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:13:51: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:51: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:51: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:51: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:51: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:52: [WARN]: Cookie rejected [JSESSIONID="E318013D339C3B21EAF8079F2FB164CA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:13:52: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:52: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:52: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:52: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:52: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:53: [WARN]: Cookie rejected [JSESSIONID="CE6073E7E5774D56D11502A220DDE4C4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:13:53: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:53: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:53: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:53: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:53: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [WARN]: Cookie rejected [JSESSIONID="A9062DDD15305E9EFD586822A9D29B80", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:13:54: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:54: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [WARN]: Cookie rejected [JSESSIONID="E00C743C92A6862F40031659827CB126", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:13:54: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:54: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:54: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:55: [WARN]: Cookie rejected [JSESSIONID="1C9C2FB90567311149575B9403DE50E4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:13:55: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:55: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:55: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:55: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:55: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [WARN]: Cookie rejected [JSESSIONID="16E21D4B4F2658803ECB2E030B94CEC3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:13:56: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:56: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [WARN]: Cookie rejected [JSESSIONID="86F59FF260803749BF12D39A18CDFD82", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:13:56: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:56: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:56: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:57: [WARN]: Cookie rejected [JSESSIONID="1FD1719B0A8A3F96F3201C991CDD2AA4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:13:57: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:57: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:57: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:57: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:57: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:58: [WARN]: Cookie rejected [JSESSIONID="039A6705242B7C9987EA4E7C1021D31E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:13:58: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:58: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:58: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:58: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:58: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [WARN]: Cookie rejected [JSESSIONID="C88A9E093AECB0659E58BB7E4EC48D7A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:13:59: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:59: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [WARN]: Cookie rejected [JSESSIONID="C83B525866857AA3C2B0B35A6167816F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:13:59: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:13:59: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:13:59: [WARN]: Cookie rejected [JSESSIONID="E6C9CA0F7F70FE4C77B7E1BA6B73EDC6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:13:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
20170606-06:13:59: [INFO]: 
***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:00: [WARN]: Cookie rejected [JSESSIONID="A8B5BE6A30852E350A7FAD9996F3C371", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:14:00: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:01: [WARN]: Cookie rejected [JSESSIONID="5FE0D0FC4F022EEEA3117633CB7EC81B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:14:01: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter]
package: 38f9df9c-eb42-449c-af15-75ff4569f918_package
md: 38f9df9c-eb42-449c-af15-75ff4569f918
data: 5aa8d469-3e90-4a24-b071-19b8587fb80c
20170606-06:14:02: [WARN]: Cookie rejected [JSESSIONID="F95EA206E297944568767F9B2A3C2CEB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:14:02: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141028133614145285751
md: ctdMetadata20141028133614145285751
data: ctdData20141028133614145285751
20170606-06:14:02: [WARN]: Cookie rejected [JSESSIONID="BA8A22F20170B9BE1B1A64D3BA4F7DAB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:14:02: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141028134114145288651
md: ctdMetadata20141028134114145288651
data: ctdData20141028134114145288651
20170606-06:14:03: [WARN]: Cookie rejected [JSESSIONID="CD4F9C82DD65E0B2AB3F64C55DC4F64B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:14:03: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141030084814146840841
md: ctdMetadata20141030084814146840841
data: ctdData20141030084814146840841
20170606-06:14:04: [WARN]: Cookie rejected [JSESSIONID="4FCA4289648E6E5D3311F8DB20C4A1BF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:14:04: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141030091314146855841
md: ctdMetadata20141030091314146855841
data: ctdData20141030091314146855841
20170606-06:14:04: [WARN]: Cookie rejected [JSESSIONID="7E6D9283D35E9798E45DB44EC991E188", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:14:04: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141107110514153871431
md: ctdMetadata20141107110514153871431
data: ctdData20141107110514153871431
20170606-06:14:05: [WARN]: Cookie rejected [JSESSIONID="BBDE3B459FC5080DE4903662331779AE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:14:05: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141107111114153874641
md: ctdMetadata20141107111114153874641
data: ctdData20141107111114153874641
20170606-06:14:06: [WARN]: Cookie rejected [JSESSIONID="3E62823804052645B3F56A34C4AE6B40", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:14:06: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:06: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:06: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:06: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:06: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:06: [WARN]: Cookie rejected [JSESSIONID="709EDA6F97E7E72B3EE8F7977CF10468", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:14:06: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:06: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:06: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:06: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:06: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:07: [WARN]: Cookie rejected [JSESSIONID="9B515DE07D1C2CB41F582B7AE967F8C6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:14:07: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:07: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:07: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:07: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:07: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [WARN]: Cookie rejected [JSESSIONID="7554CF3CD939F71EEEADDADB8F48D58D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:14:08: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:08: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [WARN]: Cookie rejected [JSESSIONID="D22EF35809D79E2596A453AE4156F83F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:14:08: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:08: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:08: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:09: [WARN]: Cookie rejected [JSESSIONID="7EED9E303D86EBF5C698B685E0CF603D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:14:09: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:09: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:09: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:09: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:09: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [WARN]: Cookie rejected [JSESSIONID="6295067EF4E6809CD96D7232A383572C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:14:10: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:10: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [WARN]: Cookie rejected [JSESSIONID="35356E2107A0D79686E88D935DD2B9E4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:14:10: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:10: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:10: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:11: [WARN]: Cookie rejected [JSESSIONID="59383C0763F9CFB562C8BBADF704AE6F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:14:11: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:11: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:11: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:11: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:11: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:12: [WARN]: Cookie rejected [JSESSIONID="1598A0368C958A405BBEAEB4D29A7686", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:14:12: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:12: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:12: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:12: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:12: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [WARN]: Cookie rejected [JSESSIONID="D39721747EAF8DED4CFD0BC501EBB8C7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:14:13: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:13: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [WARN]: Cookie rejected [JSESSIONID="EE4E80CBAEF0A9A47A7FBFDA9A44C827", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:14:13: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:13: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:13: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:14: [WARN]: Cookie rejected [JSESSIONID="226FA7CC2B13B73F5BA374EA6D649D3D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:14:14: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:14: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:14: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:14: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:14: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:15: [WARN]: Cookie rejected [JSESSIONID="D579C68E27B20761F4DB0AA687B3BC16", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
20170606-06:14:15: [INFO]: 
***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:15: [WARN]: Cookie rejected [JSESSIONID="504BF6B3AFF1301C010FE9E68BA783D8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:14:15: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:17: [WARN]: Cookie rejected [JSESSIONID="634DC955529D1328667E81E67A84589A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:14:17: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter]
package: 38f9df9c-eb42-449c-af15-75ff4569f918_package
md: 38f9df9c-eb42-449c-af15-75ff4569f918
data: 5aa8d469-3e90-4a24-b071-19b8587fb80c
20170606-06:14:18: [WARN]: Cookie rejected [JSESSIONID="EDA8617403B1D12BC41EC2CB9FAF5EA2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:14:18: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141028133614145285751
md: ctdMetadata20141028133614145285751
data: ctdData20141028133614145285751
20170606-06:14:20: [WARN]: Cookie rejected [JSESSIONID="0D4EDFB345BD1D3543AE0F8597914201", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:14:20: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141028134114145288651
md: ctdMetadata20141028134114145288651
data: ctdData20141028134114145288651
20170606-06:14:21: [WARN]: Cookie rejected [JSESSIONID="2156F576B69ACBA6B0239E5A2160E8D4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:14:21: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141030084814146840841
md: ctdMetadata20141030084814146840841
data: ctdData20141030084814146840841
20170606-06:14:22: [WARN]: Cookie rejected [JSESSIONID="8690BA7F9F500F730490BBD4D731A36B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:14:22: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141030091314146855841
md: ctdMetadata20141030091314146855841
data: ctdData20141030091314146855841
20170606-06:14:24: [WARN]: Cookie rejected [JSESSIONID="07CBE9171EC8BD357B481FD8E7641403", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:14:24: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141107110514153871431
md: ctdMetadata20141107110514153871431
data: ctdData20141107110514153871431
20170606-06:14:25: [WARN]: Cookie rejected [JSESSIONID="82CDB80A457E15B08943411139C4646B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:14:25: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter]
package: ctdPkg20141107111114153874641
md: ctdMetadata20141107111114153874641
data: ctdData20141107111114153874641
20170606-06:14:27: [WARN]: Cookie rejected [JSESSIONID="7E4609A9C5C8F501DCA2A2CB564118B3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:14:27: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:27: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:27: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:27: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:27: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically <dakoop_test-PKG> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:28: [WARN]: Cookie rejected [JSESSIONID="01B31F77A5ECDDC461AE416BEE2C12C2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:14:28: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:28: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:28: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:28: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:28: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:29: [WARN]: Cookie rejected [JSESSIONID="AA13B91FDE4ED5297450910FDEDC2C76", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:14:29: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:29: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:29: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:29: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:29: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV1> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:31: [WARN]: Cookie rejected [JSESSIONID="89C8D978A1C437CD4296FCB25905C293", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:14:31: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:31: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:31: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:31: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:31: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV10> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:32: [WARN]: Cookie rejected [JSESSIONID="A705D105CF9B87E574EF9BF6344CF6F9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:14:32: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:32: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:32: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:32: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:32: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV2> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:33: [WARN]: Cookie rejected [JSESSIONID="8C44F96282FC9857D69BC8469EEEFCC5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:14:33: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:33: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:33: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:33: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:33: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV3> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:35: [WARN]: Cookie rejected [JSESSIONID="046B3B4F5C79654D3FBE5F338C84C1AC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:14:35: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:35: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:35: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:35: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:35: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV4> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:36: [WARN]: Cookie rejected [JSESSIONID="52B36F7D27C888D42FE54AA1DA200578", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:14:36: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:36: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:36: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:36: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:36: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV6> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:37: [WARN]: Cookie rejected [JSESSIONID="959F2AAF8E7F245AC76F20FAA381DAE4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:14:37: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:37: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:37: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:37: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:37: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV7> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:39: [WARN]: Cookie rejected [JSESSIONID="899906DBD19F49FAC010B4733153FCDE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:14:39: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:39: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:39: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:39: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:39: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV8> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:40: [WARN]: Cookie rejected [JSESSIONID="1E00D54F35A1F11DD2FCF06D135C9A8B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:14:40: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:40: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:40: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:40: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:40: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PackageVCV9> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:42: [WARN]: Cookie rejected [JSESSIONID="116B261A8D11BD5E9913D15195FAE952", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:14:42: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:42: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:42: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:42: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:42: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage21> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:43: [WARN]: Cookie rejected [JSESSIONID="FFB351F3D4C41261EE09E80B880F56C6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:14:43: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:43: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:43: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:43: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:43: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically <EVAWF1PaperPackage22> [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler]
20170606-06:14:44: [WARN]: Cookie rejected [JSESSIONID="191A33146D8BF9CC0A5FEE4305778F80", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
20170606-06:14:44: [INFO]: 
***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:44: [WARN]: Cookie rejected [JSESSIONID="2ABD021ED4373C5A7096AD1E6D5A0AE6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=http://www.openarchives.org/ore/terms&count=20 [org.dataone.client.rest.RestClient]
20170606-06:14:44: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter]
20170606-06:14:45: [WARN]: Cookie rejected [JSESSIONID="31D3F650ADFFA0E6E36AE9DA3A31D908", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-06:14:45: [WARN]: Cookie rejected [JSESSIONID="757D461E13E5A79AA02A62E557D8F74D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028133614145285751" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-06:14:46: [WARN]: Cookie rejected [JSESSIONID="38544F320193F78BFC94C35E546683FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141028134114145288651" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-06:14:46: [WARN]: Cookie rejected [JSESSIONID="F7BFBBEE1D0B8593C91393F484B290AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030084814146840841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-06:14:47: [WARN]: Cookie rejected [JSESSIONID="C07BD30F9B1B243B753B4D667FA526C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141030091314146855841" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-06:14:48: [WARN]: Cookie rejected [JSESSIONID="06A76D2DE7D3AC5276D719DEDE034066", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107110514153871431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-06:14:48: [WARN]: Cookie rejected [JSESSIONID="924C0473945B2FEB47A6ADAA2DD20ADD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/ctdPkg20141107111114153874641" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-06:14:49: [WARN]: Cookie rejected [JSESSIONID="BC18C32204B9D74353B4468350796559", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/dakoop_test-PKG" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-06:14:50: [WARN]: Cookie rejected [JSESSIONID="69AE2FADB357B6AF1A15FD907ECE934C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-06:14:50: [WARN]: Cookie rejected [JSESSIONID="6393538A1B0EA5CF69D389D3F80CB637", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV1" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-06:14:51: [WARN]: Cookie rejected [JSESSIONID="D89D919763365FAA36F44E26FFABD323", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV10" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-06:14:52: [WARN]: Cookie rejected [JSESSIONID="9CD9E84A3CE0AFA13D2A4C8ED3814E4D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV2" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-06:14:52: [WARN]: Cookie rejected [JSESSIONID="50A96D70EB3FD968E10CC513B7A51799", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV3" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-06:14:53: [WARN]: Cookie rejected [JSESSIONID="A28314714A117785F3529A79B2EB24C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV4" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-06:14:53: [WARN]: Cookie rejected [JSESSIONID="404201C27012C45FEB3686C482AE47FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV6" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-06:14:54: [WARN]: Cookie rejected [JSESSIONID="5D5AC25A559D78B2A7C957F11D14999D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV7" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-06:14:55: [WARN]: Cookie rejected [JSESSIONID="CE509B45DC03CF92DB11FC984220E013", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV8" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-06:14:55: [WARN]: Cookie rejected [JSESSIONID="9A664541DCA8C16983621A5B0B4C4E82", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PackageVCV9" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-06:14:56: [WARN]: Cookie rejected [JSESSIONID="3F94035BE48612F3B3B9AACBF90CAA66", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage21" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-06:14:56: [WARN]: Cookie rejected [JSESSIONID="CB560E67204BAF89AE4AA196894E1E38", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/EVAWF1PaperPackage22" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-06:14:57: [WARN]: Cookie rejected [JSESSIONID="832C8D9A0CCA6A8ADA5B7B2AF6CAB4B0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:14:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html&count=20 [org.dataone.client.rest.RestClient]
Tests run: 126, Failures: 126, Errors: 0, Skipped: 0, Time elapsed: 192.886 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT
20170606-06:14:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:57: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:14:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:57: [INFO]: certificate filename: urn_node_cnStageUNM1_SS1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:14:57: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:14:57: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
total:2952082
20170606-06:14:58: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:14:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
total:2952082
20170606-06:14:59: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
total:2952082
20170606-06:15:00: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
total:2952082
20170606-06:15:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:00: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:15:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:15:01: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:15:01: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-06:15:02: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-06:15:02: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-06:15:02: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
Tests run: 11, Failures: 8, Errors: 0, Skipped: 0, Time elapsed: 5.748 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNReadV1IT
20170606-06:15:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:03: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         1
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         1
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         1
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:15:03: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:03: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:05: [WARN]: Cookie rejected [JSESSIONID="F7857754CC495E23C51A86792CE7B730", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:05: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:05: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:08: [WARN]: Cookie rejected [JSESSIONID="4E85089EED6F79FEBDBC60C2FAE348F8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:08: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:08: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:09: [WARN]: Cookie rejected [JSESSIONID="6C8B3DBAB08AB6BEB7E08967F249CE94", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:09: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:10: [WARN]: Cookie rejected [JSESSIONID="42FDB5A529E13771465515BF1AD62225", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:11: [WARN]: Cookie rejected [JSESSIONID="8F8F353215BB0F15C56B96BD41252DC4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:15:11: [WARN]: Cookie rejected [JSESSIONID="6566D1E0A225008524F7F73FF89CC2FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:15:12: [WARN]: Cookie rejected [JSESSIONID="DA34F36B1EBF95A7DAE81E07A6240E13", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-06:15:12: [WARN]: Cookie rejected [JSESSIONID="C008BF912E400F277D780BA9ACE95B17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-06:15:13: [WARN]: Cookie rejected [JSESSIONID="1AF40BDB07B53F11A86DC88378A1CB0A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-06:15:14: [WARN]: Cookie rejected [JSESSIONID="086254086B9CCDE5C6E316B4C412DE57", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-06:15:14: [WARN]: Cookie rejected [JSESSIONID="96C39077FD19A3BA501F39B71E111027", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-06:15:15: [WARN]: Cookie rejected [JSESSIONID="A2DD12EA5FBD74A37C5116178566ED7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:15:16: [WARN]: Cookie rejected [JSESSIONID="079DDCBCE32DDA486E536ED747BCFB76", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:15:16: [WARN]: Cookie rejected [JSESSIONID="8ED42447349AA04B1B6FC3EAB7F29A9D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:15:17: [WARN]: Cookie rejected [JSESSIONID="91A587AC356EE2F15C27812905940E5E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:15:17: [WARN]: Cookie rejected [JSESSIONID="62B6AE2F285BD3B1FE93BF405C72CF1B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:15:18: [WARN]: Cookie rejected [JSESSIONID="79608619EF394825B33577B3C7C2764C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-06:15:19: [WARN]: Cookie rejected [JSESSIONID="82F445D4FC3501B3E3DCB9ABBAAEFE32", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-06:15:19: [WARN]: Cookie rejected [JSESSIONID="ECA1CF68D6D6CB83CD429533C2DCBAE3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-06:15:20: [WARN]: Cookie rejected [JSESSIONID="CD389D5F1C4637485388F906D851D8E8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-06:15:21: [WARN]: Cookie rejected [JSESSIONID="7A7C3E61D4465D06ED863709E48F6A1A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-06:15:21: [WARN]: Cookie rejected [JSESSIONID="7B27A480D7BBF0BA2D3283DE7EAAF112", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-06:15:22: [WARN]: Cookie rejected [JSESSIONID="B286CB0CAF9D9FE2DD6D90389FC2E03D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-06:15:22: [WARN]: Cookie rejected [JSESSIONID="C74C26B3D9F247E74B331D6C6257E99A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-06:15:23: [WARN]: Cookie rejected [JSESSIONID="5AE92C45BD040C572776AE2C7C6C251A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-06:15:24: [WARN]: Cookie rejected [JSESSIONID="D98599732EBE4B9C77093BB8A434B9A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-06:15:24: [WARN]: Cookie rejected [JSESSIONID="D206F0870A9E6054FBEF91477E569C01", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-06:15:25: [WARN]: Cookie rejected [JSESSIONID="6190E35E0091F64D78A5321291AC5BFC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-06:15:25: [WARN]: Cookie rejected [JSESSIONID="0B487B344DC1885D70859C6B1C87EC13", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-06:15:26: [WARN]: Cookie rejected [JSESSIONID="4E4D0D6EA29B74A7B222DBE60B4E553C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-06:15:27: [WARN]: Cookie rejected [JSESSIONID="0B952AFA976F7F835937EA090CA52BED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-06:15:28: [WARN]: Cookie rejected [JSESSIONID="760E03C11831C1FC021FF844CED7C1C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-06:15:28: [WARN]: Cookie rejected [JSESSIONID="E1871085A2DF54E3989A46CD5D669F72", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-06:15:29: [WARN]: Cookie rejected [JSESSIONID="5617F9B8D1768646F4114857E200F59B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-06:15:30: [WARN]: Cookie rejected [JSESSIONID="450B6D3DA7E6719F893E6854FFB76857", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-06:15:30: [WARN]: Cookie rejected [JSESSIONID="10679A65FBD8A02BFB18E71B96D5610B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-06:15:31: [WARN]: Cookie rejected [JSESSIONID="1B057911C71AD98CACA1EA064950ECDB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-06:15:32: [WARN]: Cookie rejected [JSESSIONID="46370257C00529A030B8B375E8F90EFD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-06:15:33: [WARN]: Cookie rejected [JSESSIONID="40012C8A9E59F32902F99490E05C9752", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-06:15:33: [WARN]: Cookie rejected [JSESSIONID="95EBDBE8EEF341D413F158FD188C6385", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-06:15:34: [WARN]: Cookie rejected [JSESSIONID="36AA27CFFA6F85E8077BFB57757A94C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-06:15:35: [WARN]: Cookie rejected [JSESSIONID="C2C6C4DE4C74027635467C5783E04AAA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-06:15:36: [WARN]: Cookie rejected [JSESSIONID="6ADC18C666BC83B6A4298EDA19117994", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-06:15:36: [WARN]: Cookie rejected [JSESSIONID="478C384A6F6D5E236A681B95C0DE1C4C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-06:15:37: [WARN]: Cookie rejected [JSESSIONID="416A3A7475C9F51FFF735F6810759791", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-06:15:38: [WARN]: Cookie rejected [JSESSIONID="D750C8E654C867A811DCE635A28518EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-06:15:39: [WARN]: Cookie rejected [JSESSIONID="38E1FD01EA2EE583BF1293BBC0F9938E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-06:15:39: [WARN]: Cookie rejected [JSESSIONID="C7CF9CF1B94C8DD2C6E5F9EB0559F8C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-06:15:40: [WARN]: Cookie rejected [JSESSIONID="FF27BDB872C1541C8E3774A99C61F809", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-06:15:41: [WARN]: Cookie rejected [JSESSIONID="F4B9A3CBCA2D2C39D99606607AF8FF27", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-06:15:42: [WARN]: Cookie rejected [JSESSIONID="68FBAACD9D9702FDB78CAC3FA7F2889F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-06:15:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:42: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         2
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         2
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         2
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:15:42: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:42: [WARN]: Cookie rejected [JSESSIONID="C378DFA23F9A26A9DED7DB9CCAA9F51C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:201715623154232" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/TestingNotFound:201715623154232 [org.dataone.client.rest.RestClient]
20170606-06:15:42: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:43: [WARN]: Cookie rejected [JSESSIONID="21DB4A6E1C8F5BAC3DAA71ED99D34667", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:2017156231542676" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TestingNotFound:2017156231542676 [org.dataone.client.rest.RestClient]
20170606-06:15:43: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:43: [WARN]: Cookie rejected [JSESSIONID="20F5C279D9305DD89EBE8C189F9A3238", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:2017156231543265" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TestingNotFound:2017156231543265 [org.dataone.client.rest.RestClient]
20170606-06:15:43: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="7162954CE43AB72FB58AD84611F5BF25", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:2017156231543719" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/TestingNotFound:2017156231543719 [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:44: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         2
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         2
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         2
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:15:44: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:44: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:44: [INFO]: 0   common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ	common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 1   common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz	common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 2   common-unicode-ascii-safe-0123456789	common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 3   common-unicode-ascii-safe-:@$-_.!*()',~	common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 4   common-unicode-ascii-safe-unreserved-._~	common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 5   common-unicode-ascii-safe-sub-delims-$!*()',	common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 6   common-unicode-ascii-safe-gen-delims-:@	common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 7   common-unicode-ascii-escaped-"#<>[]^`{}|	common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 8   common-unicode-ascii-escaped-tomcatBlocked-\	common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 9   common-unicode-ascii-escaped-tomcatBlocked-%5C	common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 10   common-unicode-ascii-semi-colon-test-%3B	common-unicode-ascii-semi-colon-test-%253B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 11   common-unicode-ascii-escaped-%	common-unicode-ascii-escaped-%25 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 12   common-unicode-ascii-escape-anyway-+	common-unicode-ascii-escape-anyway-%2B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 13   path-unicode-ascii-safe-&=&=	path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 14   path-unicode-ascii-escaped-;	path-unicode-ascii-escaped-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 15   path-unicode-ascii-escaped-?	path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 16   path-unicode-ascii-escaped-/	path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 17   path-unicode-ascii-escaped-%3F	path-unicode-ascii-escaped-%253F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 18   path-unicode-ascii-escaped-%2F	path-unicode-ascii-escaped-%252F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 19   path-unicode-ascii-escaped-double-//case	path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 20   path-unicode-ascii-escaped-double-trailing//	path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 21   path-unicode-ascii-escaped-double-%2F%2Fcase	path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 22   path-unicode-ascii-escaped-double-trailing%2F%2F	path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 23   common-unicode-bmp-1byte-escaped-ยกยขยฃ	common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 24   common-unicode-bmp-2byte-escaped-ไฆนไฆบ	common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 25   common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815	common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 26   path-ascii-doc-example-10.1000/182	path-ascii-doc-example-10.1000%2F182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 27   path-ascii-doc-example-http://example.com/data/mydata?row=24	path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 28   common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰	common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 29   common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine	common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="0B3B3097600D3D175A3EBC67BE86E65D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544256_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544256_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="B8352CB2E7D107F1B63950AC52F97741", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544333_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544333_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="FF645200DD0777DDCEF5380233F8F873", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544390_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544390_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="86AE27AAAF5F445EBD4D84AF0381458A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544447_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544447_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="05EEFCFA4573964C56B1107061B3934D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544504_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544504_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="B9387D85E42F415E92E42E0551888D03", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544562_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544562_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="9A6D472EB76AAD30369B42AB2A12BB8D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544620_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544620_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="9EF546994C82D2D9A29E8EC919784FA4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544677_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544677_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="043DEB4B015E707A9D61F38440EB65A5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544733_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544733_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="4E070A28ECFA3B343BEB04DEF057B866", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544787_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544787_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="33E793EA578C3DB1D11FCD36812A4B2D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544842_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544842_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [WARN]: Cookie rejected [JSESSIONID="0CB454D0618D9E1BB13793FEE35F3579", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544897_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544897_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:15:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:44: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="5AF7A04CCBC0FC35B501A5187CD80AAC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231544951_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231544951_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="0D97F861A0C608CAD251D5943EB2F449", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171562315457_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test20171562315457_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="D8F82909904484CE52B5FFA36ADE6082", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154563_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201715623154563_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="4AF5F4ACBC61042E1381E5E847B270DD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545119_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545119_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="C7EBB501E2CF3D83ACBF9B30DD1C3709", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545173_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545173_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="1BCF47925966BFB825584529AEAE14D5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545228_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545228_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="0060F221A6DB03D5D10392ECC77DA2FB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545296_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545296_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="F1768D0127A2A61F1BE48E4C2E98E757", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545354_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545354_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="2067DBF7217FE179A8727F33592338C5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545412_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545412_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="ED70FC4D74E14EC774C40B6B20E2BAA6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545470_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545470_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="B4D4FA21C7DB78ADD2570825A1E40A41", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545527_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545527_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="8252DDC0988ED12687CAEC26776D1967", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545585_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545585_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="F888B6516E8005B45FA3E6FDD04B3348", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545648_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545648_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="5CFAD15856E2CCA378DA63622769321C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545712_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545712_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="0B2B9D27F8EDB93706B1AB2977211311", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545771_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545771_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="8266B0AD5851CBBEF35F2FBDEB6A36E1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545834_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545834_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [WARN]: Cookie rejected [JSESSIONID="8181FAAAF28999543DCA28A18F530EFD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545892_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545892_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:15:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:45: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="371EC468DC4376D1F5FAC4BA2F7D57A8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231545954_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231545954_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:46: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="00468D179226A4B030FEE9CDEC57C85B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154612_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623154612_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="EEAC8B12F0FBAF7EA72CA72B2192C6D3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154675_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623154675_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="73EE40513C51876D2CFC65441223C81C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546140_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546140_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="E6A6F408BE1227D6A33E40557CF1955D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546197_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546197_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="3904289AF910462074B253A0C59DA05C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546254_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546254_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="07F612BD25C5F7A4BDA35FE4CC8F19BF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546313_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546313_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="C4CE23E7E756D2175E9D486D781D9A32", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546369_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546369_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="2DECE549FCA30E7A12B67DF98496E2AD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546427_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546427_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="C71A056815CE814FE4A1F31281DD03BD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546488_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546488_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="8095AF127170CD35C300DBBBE774B246", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546569_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546569_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="586299AD4CFB637E78AE33598DAC4859", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546639_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546639_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="ECD2838B6C5B5C7B940A57495CEE2275", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546697_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546697_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="21519ECBD1B33F5F0D027E84B6F8A2E8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546755_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546755_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="F214B7BF08F3FB9D2F4B82000B0AE7EF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546811_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546811_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="89BA470DCD179A60A563E2EE4E4E7B11", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546868_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546868_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [WARN]: Cookie rejected [JSESSIONID="72EC524FB4E4F99369CCF1D8A099B5E2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546923_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546923_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:15:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:46: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="61A2B59E8C2A9D19F750CFFDEC941F55", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231546978_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231546978_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="2584DCB27C4B9DE059A812BB736FD670", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154737_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623154737_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="9091DB5763876DFCF381E38BC9BF3FEB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154798_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623154798_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="35AAAEF2EA21179DF6C0B1514EDFFBF3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547155_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547155_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="D9A3B4F91EFA0B99071B5018CC26DDAC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547211_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547211_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="68081E931FCF61C8717CBE8D64A9BB5D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547276_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547276_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="08F4166060E38590A13B63D6DF5061C8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547336_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547336_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="31182B343065A16EEF186E01EE9B41B4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547390_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547390_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="C14F56F6BF72273200880AA73815791D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547444_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547444_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="70683154EB092F91910EE0F6E8A4F6EC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547500_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547500_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="76AC3CDA45E43E53B07C5BD6FC884C39", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547553_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547553_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="21A450A654D6105B3C475E429D9F2254", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547606_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547606_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="31D454204D7B9EF476110B581436AB7E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547659_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547659_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="C6BDE7C7C4DBAC57786E862A80E00E52", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547712_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231547712_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:47: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="DFB004C1DCC5F035608BB36F3F499A6A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547766_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547766_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="860715A893F0060E48F8EC60DAAA9464", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547779_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547779_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="300826525D790A51DE5E5E9C8B34B585", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547789_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547789_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="2EB787A9BF6F0DA62968E0B79D507139", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547799_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547799_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="4BB2C04B1AA6086C9C6EA7639EDA7F6A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547812_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547812_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="B9650C638A81A455E13AACB0AD7DD874", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547822_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547822_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="50A4ABBB2A801956E912D27DCB6CE987", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547831_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547831_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="9A73B580AFF319EA4A8D459F117788A3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547841_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547841_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="F4E3E3BC19559D45C0C60391900768F6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547850_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547850_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="EA3C8C26B4EA19C2BD81906B6D155691", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547860_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547860_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="0E049C14358C71A5A6BE0CDFC9776722", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547869_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547869_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="31067A1A49E4A5FDECE53E148CFF0C62", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547879_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547879_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="7C213D474AB901CF698D33CB6D819ACF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547889_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547889_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="178E7E708A8520BA1D87018437DDED61", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547899_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547899_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="BBDE33E40AB32F678E7D2ADC4CDE9C64", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547908_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547908_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="E22584F004E3BCE798EFCC331559B9DB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547923_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547923_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="632538E65366808C21678839548CD1F1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547934_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547934_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="F7E8ABED60B0E1C9AAB2B23F1F4873E9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547944_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547944_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="483C1150DC32EC4FA226877B6FF7FC63", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547953_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547953_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="40206E6D3B3209CB4EE182F0223D0CBE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547966_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547966_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="16B8BC280AC06F741F63945C1026124A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547976_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547976_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [WARN]: Cookie rejected [JSESSIONID="BE490D49116AB63811B7827E583FC3BC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547986_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547986_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:47: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="B87E4688CB302E4C6E035B8986A3E3EE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231547996_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231547996_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="C45E5F4400DAA89229701D221EE8DFDF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171562315486_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test20171562315486_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="EEB5AB5239263965174B8E1EFADDA30C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154819_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623154819_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="5B423A8FF2E6C38DC79A2DF0A5632BE6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154830_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623154830_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="0EFE2B1E04E815D9749E9BF1E114EB36", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154840_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623154840_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="C477B85A4B6F48D2499900E51B708EF5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154851_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623154851_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="351ECF666282F79924ECAC1B02231765", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154866_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623154866_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="74DFC1DD6813C38F7163CC807EB19946", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154879_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623154879_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:48: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="8E958B2392C21EB3AE8C7F998863F4FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154890_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201715623154890_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="270DF7ADBE0E8223298BD5E2BB441BC2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548171_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548171_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="7F514CDA55861A1C4FA76449A24AFB74", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548239_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548239_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="80BBDB9E1750AA68633D78B6EDBDF64A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548305_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548305_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="2D63318DED853718FA27FAAC05C5A1E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548372_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548372_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="30952B4AB2657425BDFEB1A3CDFD0CE1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548439_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548439_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="8E154DF20739337B02805C47CFD97403", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548505_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548505_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="D6DC0765F52A3CD85F042C092A065A8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548576_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548576_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="D0C9DCC16B62C08C2B3C60B6523ECC64", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548642_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548642_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="192BABCC51479DABA1E22F396899E402", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548709_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548709_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="A87C92216E2D056D2984C01054CC5B16", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548776_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548776_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="DAFF5BE1D8FC88D1BF6B90B9D5B3491F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548843_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548843_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [WARN]: Cookie rejected [JSESSIONID="9A71F7076251B8547D68803A64739C24", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548912_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548912_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:15:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:48: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="B6DFAB029D82F39C8F3A2D0635598E14", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231548979_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231548979_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="7060626C5CEBFF8F48CCA944A02D5292", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623154945_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201715623154945_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="A2AD20A99B2FFBDB83FC50572A255D45", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549111_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549111_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="0258A14C2705BC0A0011174133ECD78D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549177_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549177_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="3AD3C529F9D5F15E487B27C98550199A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549244_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549244_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="5A37503598784B5904BA005BA83B6372", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549310_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549310_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="6501377344FA9BF94B3D4437FF177A37", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549377_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549377_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="1A73A9167018908ED987826123191EED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549443_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549443_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="0081F21820D55BD097486764C8284846", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549511_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549511_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="801B3B8DA2040FA759C32856FCA3BFB3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549583_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549583_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="4367134B8964248BF411A5F38CE5E71C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549652_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549652_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="DC4A11AAE93B450F9BFFF60DF91D5ABF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549722_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549722_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="A699765B70B36F278F651D6BF697F9F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549791_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549791_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="CC7AB4138575D2441A2B98C3C95147BB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549857_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549857_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [WARN]: Cookie rejected [JSESSIONID="6552E147EA3FF438339A6DDCF88426D8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549924_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549924_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:15:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:49: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:50: [WARN]: Cookie rejected [JSESSIONID="D2B599928BD5332427DC6C1F1291C3C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231549990_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231549990_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:15:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:50: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:15:50: [WARN]: Cookie rejected [JSESSIONID="123F436A8C80F46A57FD7F262F50088C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623155056_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201715623155056_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:15:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:50: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         2
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         2
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         2
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:15:50: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:50: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:50: [WARN]: Cookie rejected [JSESSIONID="A624453E0E7E0AE342D1F17595813AB2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:50: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:50: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:51: [WARN]: Cookie rejected [JSESSIONID="3AC65356A9CADAEB89A41D57AB4880E6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:51: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:51: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:51: [WARN]: Cookie rejected [JSESSIONID="90D57557F710E0DEFF3D75373CEBE0ED", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:51: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:15:52: [WARN]: Cookie rejected [JSESSIONID="F99670A9E1A8648FF054CD3C59853AFC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:15:52: [WARN]: Cookie rejected [JSESSIONID="1CAA0733115484F4A79FBD30FEFB1AC4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:15:53: [WARN]: Cookie rejected [JSESSIONID="D09490FEC46F34367639DAE09ECDFC61", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:15:54: [WARN]: Cookie rejected [JSESSIONID="D59B13C1014AFB57D999F28290BB8361", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-06:15:54: [WARN]: Cookie rejected [JSESSIONID="1264185C2A0F4C4B30C8B247C5AD88AB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-06:15:55: [WARN]: Cookie rejected [JSESSIONID="EDD53CD945EFF6BFAC3E63119F130057", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-06:15:55: [WARN]: Cookie rejected [JSESSIONID="285C895BEAC2E2111C8E6651F1125FC7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-06:15:56: [WARN]: Cookie rejected [JSESSIONID="F4BE4A3AFEEB59DB70BD61DB752DBDAE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-06:15:57: [WARN]: Cookie rejected [JSESSIONID="355492FFD9B1E8F9BA52E02F52737409", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:15:57: [WARN]: Cookie rejected [JSESSIONID="11F7E6D46B274BE3F451786199DEBFB7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:15:58: [WARN]: Cookie rejected [JSESSIONID="BCAA8249D8FE930DF6BA16537FC5B16D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:15:59: [WARN]: Cookie rejected [JSESSIONID="B9A8F12BA202BB73F14C0306BA692C3E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:15:59: [WARN]: Cookie rejected [JSESSIONID="4E192277DC571051ADE91CD0D9B02645", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:15:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:16:00: [WARN]: Cookie rejected [JSESSIONID="417430A4DD9885C4B8CD77EF7354E7DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-06:16:00: [WARN]: Cookie rejected [JSESSIONID="195D27BF74FB3DEAF03927DCA88D79D7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-06:16:01: [WARN]: Cookie rejected [JSESSIONID="31DCC14116B5089DD81D8D7DED7564C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-06:16:02: [WARN]: Cookie rejected [JSESSIONID="95C9045FE93417374EA36908A980D89F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-06:16:02: [WARN]: Cookie rejected [JSESSIONID="A14DA1E182C58E08B08EF4EB4C0DC88F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-06:16:03: [WARN]: Cookie rejected [JSESSIONID="DAF2CD778E0A90E443158D66EA81802A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-06:16:04: [WARN]: Cookie rejected [JSESSIONID="BA8886F63E559A56F49DC12131B38CEB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-06:16:04: [WARN]: Cookie rejected [JSESSIONID="C60EA6523924768B3234F09D62E2A0AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-06:16:05: [WARN]: Cookie rejected [JSESSIONID="FB758BAD8F569EBB2C9EC4982F302366", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-06:16:05: [WARN]: Cookie rejected [JSESSIONID="0FB12B070AECE1AF45099E11E52B8AE8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-06:16:06: [WARN]: Cookie rejected [JSESSIONID="AC21E47FBA083118105CFF768D253B99", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-06:16:07: [WARN]: Cookie rejected [JSESSIONID="B8DA00D75BDB13D31DEB74BC4E843059", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-06:16:07: [WARN]: Cookie rejected [JSESSIONID="54E90A7C21E2CBABDFDE2CC8A7FA9A14", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-06:16:08: [WARN]: Cookie rejected [JSESSIONID="D40B1E5D055B7DC17BC8948245F4D732", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-06:16:09: [WARN]: Cookie rejected [JSESSIONID="A4E47CC19FA035995FF7A4AF150E2642", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-06:16:09: [WARN]: Cookie rejected [JSESSIONID="B33456AB4B63E9E6612777128FA4D06E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-06:16:10: [WARN]: Cookie rejected [JSESSIONID="7EE0F37148DA70FB19DA608DF7551C60", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-06:16:10: [WARN]: Cookie rejected [JSESSIONID="9F77E79F0EA2055524AD0CCCF87E951F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-06:16:11: [WARN]: Cookie rejected [JSESSIONID="8E2843FB92AE106A34D94456C7AC88CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-06:16:12: [WARN]: Cookie rejected [JSESSIONID="00A3812C7A8013DC70D3182346BEED1F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-06:16:12: [WARN]: Cookie rejected [JSESSIONID="B53820D7270419BEEA1A23B449980674", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-06:16:13: [WARN]: Cookie rejected [JSESSIONID="78988B507E44C42FD9E1FA7A91B3E76C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-06:16:13: [WARN]: Cookie rejected [JSESSIONID="4505FF1CA61CA60AEA95A784B72D4C73", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-06:16:14: [WARN]: Cookie rejected [JSESSIONID="41DD6E6E8B3F0A285FE448734C75F2B8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-06:16:15: [WARN]: Cookie rejected [JSESSIONID="341F4C25169CEEE402A26B8092E04DBE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-06:16:15: [WARN]: Cookie rejected [JSESSIONID="C67A059EDF65EA56746F6FB79924C8F2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-06:16:16: [WARN]: Cookie rejected [JSESSIONID="22BF9A7E49D227407D508597E9209FAD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-06:16:16: [WARN]: Cookie rejected [JSESSIONID="C0855B90EEEEC0B17732DE8697C98455", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-06:16:17: [WARN]: Cookie rejected [JSESSIONID="600E816CA70ED4926878593AD5242BF0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-06:16:18: [WARN]: Cookie rejected [JSESSIONID="6081D7DD23C8579D3D245C579D9E6CD1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-06:16:18: [WARN]: Cookie rejected [JSESSIONID="C681210991A3FD2D9CFECBF79DA74726", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-06:16:19: [WARN]: Cookie rejected [JSESSIONID="87677BFFCE9ED49E46D2407A1F52BC1E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-06:16:20: [WARN]: Cookie rejected [JSESSIONID="D178F21637700B1FFF8490BE9ABC03A3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-06:16:20: [WARN]: Cookie rejected [JSESSIONID="84B4A9B4BC98B39362ADDAB22B336228", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-06:16:21: [WARN]: Cookie rejected [JSESSIONID="277AE99535522B65E18387811830C446", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-06:16:22: [WARN]: Cookie rejected [JSESSIONID="03D827F04500F1ABC8A0FD6D89C84FA7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-06:16:22: [WARN]: Cookie rejected [JSESSIONID="96405B6B2296FE40F24467366E2F1439", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-06:16:23: [WARN]: Cookie rejected [JSESSIONID="8632917F60150B150E7C2BDF3AAABB77", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetSystemMetadata(ReadTestImplementations.java:213)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetSystemMetadata(ReadTestImplementations.java:200)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testGetSystemMetadata(CNReadV1IT.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:902)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:924)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:253)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 33 more
20170606-06:16:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:23: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         3
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         3
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         3
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:16:23: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:24: [WARN]: Cookie rejected [JSESSIONID="CC903722AADB807AF4E07632563B7D72", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TestingNotFound:2017156231623770" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TestingNotFound:2017156231623770 [org.dataone.client.rest.RestClient]
20170606-06:16:24: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:24: [WARN]: Cookie rejected [JSESSIONID="A67E63B6C1DB4095B95452339524EE76", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TestingNotFound:2017156231624407" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TestingNotFound:2017156231624407 [org.dataone.client.rest.RestClient]
20170606-06:16:25: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:25: [WARN]: Cookie rejected [JSESSIONID="9F33DAE44B6697A26F0EB17C1EFDAF4F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TestingNotFound:20171562316251" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TestingNotFound:20171562316251 [org.dataone.client.rest.RestClient]
20170606-06:16:25: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:25: [WARN]: Cookie rejected [JSESSIONID="AEE9789F73792C8A7B34F83FC46AFB16", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TestingNotFound:2017156231625388" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TestingNotFound:2017156231625388 [org.dataone.client.rest.RestClient]
20170606-06:16:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:25: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         3
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         3
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         3
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:16:25: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:25: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:25: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:25: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:25: [WARN]: Cookie rejected [JSESSIONID="DB2D556FF34AAB682F5BD27CD3AE0213", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231625907_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231625907_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:16:25: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:25: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="415E07FB2C89E181227DF1D4BDE042CB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231625972_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231625972_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="31E13E5A2215EC9C94348E1E768F7552", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623162629_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201715623162629_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="360E92FBE6D0A17930F4A164B9AC3749", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623162685_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201715623162685_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="A037490891BB4D5A34594F8AB4F47655", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626142_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626142_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="023DC0AB1DFCC56B2B4ADF66E5232636", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626202_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626202_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="F6B1BEE1F901638C55CB5B4F458422E9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626259_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626259_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="FB8CA5AEE42F22F545879266BD9B989B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626316_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626316_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="72E8795AAE440329FAE3388D18C7FE78", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626372_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626372_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="9666C20539AAF1C92696F3F6EBBACD32", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626429_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626429_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="03C4CD1B6DFB3718BD3BB1314657D539", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626484_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626484_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="C7D9677CF786D6DB09C39C0D2DE11812", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626540_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626540_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="EB9960223379B6B4870006FD1CD0DFA7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626600_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626600_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="2006D22E552865A4DD88958BF8173188", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626655_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626655_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="EB1BABD027FA27C2A45C6C1041EB4EC9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626710_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626710_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="18D6A9D58559EC05CB99F4B9F146B506", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626768_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626768_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="2430B22FECA5F956682B6AFB00A44447", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626825_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626825_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="B801B385FEBAF7E97378405B9746660C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626883_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626883_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [WARN]: Cookie rejected [JSESSIONID="962F0689C0AB798FC4ADC67D1B9080CC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626939_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626939_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:16:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:26: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="F6BBF455D2862966D2A03F5EA6579F61", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231626995_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231626995_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="80C732B97871BC84684651D0858AFE63", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623162753_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201715623162753_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="EF255B69056B148CAA17C4C008406946", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627109_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627109_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="E5435511873CE5D5FDD270F4F2C1BAE7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627165_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627165_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="573988B8DF5CDFB20883916971E84947", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627222_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627222_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="2D18A9F344926889CB79A8BFD711F3DA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627279_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627279_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="DBA71495B4A86671A5901C1DAD39552A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627334_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627334_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="BFB0594923C49856EBE5E691113ABAF8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627391_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627391_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="509E89481043EDDB26E611EBEBA3B634", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627450_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627450_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="89548CFBCC6DBB9076E405AFD4B63CB6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627503_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627503_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="28AA482572C25B53CCFEE01D6E21E80C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627557_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test2017156231627557_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:27: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="7624F5D35BC5BBA76B115D38D66534D1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627610_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231627610_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="468AD658EAD86B239F526DE2458B5F62", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627666_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231627666_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="BB947344D44BFB36653A7C18B4475E8F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627721_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231627721_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="53643CF1D06AF5D5723601FCEE397A30", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627774_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231627774_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="BE5CE536D62E3F1BBFEA459490839985", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627834_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231627834_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="01CA90DB861C64A20EE39BEAB312BE88", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627889_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231627889_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:16:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:27: [WARN]: Cookie rejected [JSESSIONID="DB2EEC97981278C873D46A2E17F8F44A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231627947_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231627947_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="B088DFE64813AD7BBEDA64398BBD5F1A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171562316283_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test20171562316283_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="3A4414FF994A5E473A1C25919055F394", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623162861_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201715623162861_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="123F225F00CD521774328DE10C7BBBC5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628117_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628117_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="17C0FF3A65F8D511D6B6006861E061B7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628172_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628172_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="4473F6D798F229AEC5B49F2F73A4FCA8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628228_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628228_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="36E9E318CBC70392EC1C8A8142596E47", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628285_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628285_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="7522908B542AD0A09E8A7D5E123268EF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628345_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628345_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="D9F0CBBCA26D28BF118CA42E1A0F27DA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628400_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628400_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="457D40106FDDED869FDF30DA84A48B14", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628456_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628456_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="B925679A27953FCE15C78543E6D0BE85", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628513_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628513_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="15A358F41C19783CDAD98AB6268D9128", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628568_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628568_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="7FDCBC5A2FBE899DF3613C6D9937C055", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628621_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628621_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="5523CD1B64A19F82C4F348E7F65D0C67", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628676_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628676_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="9BA6360B65160B4B65C4E83FC334C519", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628730_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628730_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="175ECCE9FF05B9154477741B3DA88D47", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628782_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628782_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="50B484CF1C1EC75786279486017C8A0A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628835_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628835_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [WARN]: Cookie rejected [JSESSIONID="47DB29961AC511585AF2E5C8DAFD8E09", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628892_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628892_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:16:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:28: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="A3C6FC1DA1550E151578BE5839AB9A8B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231628956_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231628956_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="BD9B686F81D8AC78BD77BA895058A161", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623162912_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201715623162912_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="B76755463152CEEA0FA0E41973B38181", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623162973_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201715623162973_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="4ED9F4F6604DDF3FBD839C06B20C3EED", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629129_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231629129_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="E9E7C96CF58066D3ADFEC059FB26D3CB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629186_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231629186_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="6DD6BC7CC4354102F0FCA0300EA51F7D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629243_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017156231629243_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:29: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="33B754566945BB62C3857E43DC44DC19", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629298_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629298_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="C21E8B477C568EA41CB9F15CE501321C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629319_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629319_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="2B19E205BBEEE4344C35DD33BF4110B9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629350_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629350_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="933371378331196839B63BA53D6664CE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629371_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629371_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="0EA1FA885A5CB3C66E4C8EDB65C9A11D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629384_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629384_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="D085747C1AD815629E12540FDB33EF15", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629403_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629403_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="0EDEA1C3E9EFA2884933F96C3D70A97E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629415_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629415_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="D385F9EE842005BA9ECBD2B98AEBD548", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629428_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629428_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="11F706F9A0A2DFE8A12F1A4C9117E9AA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629437_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629437_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="2A5823B39A3E56D213FFE6C9CF55453E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629454_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629454_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="A71BCCAEEB08985AE53ACC278E2151A0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629465_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629465_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="40BFE365EB24962446DB12E40FD5534F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629476_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629476_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="7D75307BD1150101957581A70F8EA816", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629491_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629491_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="AB9F8535821C7E0E2B572D8422AD2F07", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629502_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629502_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="AAB2156007FA9585A51B3589393C3B76", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629517_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629517_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="C4541C39BA649FBA4CF9FA4B38240BD1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629533_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629533_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="FF3EC17994D77C1A2A7EC33CC1DC46D5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629543_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629543_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="31BB9FE0F90A0A7C6080C7A1A252E4EA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629558_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629558_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="31CB5A076CE58D46EA94B9EBF4709548", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629570_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629570_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="625D70D91AF910AEBAA516E529370497", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629592_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629592_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="F99FB666CD9CBE0CBAD39F8DBB4A28A4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629603_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629603_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="1E2CB5D59AFC6CE730FB431CB7C93634", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629615_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629615_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="AA37164B61AB2A6313F521B088D1BD2E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629625_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629625_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="8271DF6D65462FEAA297CFCFC521AA4D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629635_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629635_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="13D5AB64080818203BA70FAF32FC5C75", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629645_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629645_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="60EEA7A12ADB30EC0A7FAEC0359661EA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629655_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629655_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="8ECE6409289C982ECEBB3C356F655919", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629665_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629665_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="DD2DA14FC68CA3C44B4DD7DDEED674E5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629674_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629674_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="9898AFC7DD6602DCEB0C563C083D8550", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629684_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629684_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="93EC5CF9279DC97270CC938A3FC443B5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629698_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test2017156231629698_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:29: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="BA910101ACF3C931A1F45E3391E947EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629711_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231629711_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="6B93606B0081673CC4249631727FF27F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629778_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231629778_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="55E31E427D3971D885181361342CFA6A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629844_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231629844_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [WARN]: Cookie rejected [JSESSIONID="739F87E209B2C88E7D50797630BAA6ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629910_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231629910_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:16:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:29: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="A09FE02A80D968B4664FDCA7C86B3704", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231629978_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231629978_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="4384D5FEDF7CE05B209A87ED6FCD2AF5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623163045_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201715623163045_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="FE9ECAD372B98D17CC5A688E2B0CEEB1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630111_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630111_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="4009A73CD0B6F9261471A6BD30CF5730", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630178_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630178_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="E8FA39BDDD7AB794231BC5745C825E9A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630244_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630244_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="25281A1A24B04E88F747FDFE252CA074", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630310_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630310_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="E476AA8B059B4FB0B4E8EA02B8C08EEF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630376_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630376_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="5A28F8765DE857E8B75C80765C6C67C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630443_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630443_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="FB6610EA72DB271A7D933479D3E03D66", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630508_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630508_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="38540942F153D5CB7C808BCB1BB05A8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630574_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630574_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="FCF01BF919AB2024769B9A8290413AFE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630641_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630641_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="559B87B2E99DBCEDAD7CC2B1EFA1EDC5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630708_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630708_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="0F45A081B0E6CDFD9036317F3BE8C405", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630775_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630775_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="2DBC7185576826CEADEE4A0DA76A8743", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630842_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630842_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [WARN]: Cookie rejected [JSESSIONID="FD079C2B857A6C6AF432DB027EB8F913", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630908_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630908_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:16:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:30: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="AFA2883D5B8444FC3EC42025269E05AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231630978_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231630978_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="FFFAF5601B1264ABB848C9F54ACDDA1F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201715623163144_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201715623163144_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="4F41A7FE16862B2E20BBFC168B6D0AFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631109_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631109_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="52F569F23D1EAAB368D33A6DD77F1309", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631175_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631175_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="3D2C569B3488ED9DB635ADD486233AFE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631241_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631241_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="8F569A4C0D91F6F6C7872B8D7683B60F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631306_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631306_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="C124BF5610F637FB6CB6CC6E7223764A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631372_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631372_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="4A2803BF000BB41457AD63442706621A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631438_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631438_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="ECB63655E3DE4EC71F7BCC787B2E191F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631504_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631504_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="4AE3D797B74BB4C6190AF6C62262D19F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631570_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631570_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:16:31: [WARN]: Cookie rejected [JSESSIONID="8A59D7F58F6C7170DE5E45E3AE24FFC7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017156231631637_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test2017156231631637_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:16:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:31: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:31: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         3
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         3
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         3
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:16:31: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:31: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:32: [WARN]: Cookie rejected [JSESSIONID="FF17AD80FC5BEB6E6901FABD0A389C66", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:16:32: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:32: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:32: [WARN]: Cookie rejected [JSESSIONID="DDBB0E9B6941AFDB36BC22892D1CEF32", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:16:32: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:32: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:33: [WARN]: Cookie rejected [JSESSIONID="0A6B5A863CC5912C508CFA59C03A1EB9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:16:33: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:16:33: [WARN]: Cookie rejected [JSESSIONID="5C60FE3B602BB299AD67828942FD1665", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:16:34: [WARN]: Cookie rejected [JSESSIONID="BD28D8922E3C4BC2A6F443BB3CFAA61A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:16:34: [WARN]: Cookie rejected [JSESSIONID="300998F3DB2928F40495A72F7770A591", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:16:35: [WARN]: Cookie rejected [JSESSIONID="F7B51C806938F3C111A5642C4C7739BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-06:16:36: [WARN]: Cookie rejected [JSESSIONID="4DA44767501DA1A0F8AE500F62B97577", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-06:16:36: [WARN]: Cookie rejected [JSESSIONID="6210E03F3AC75C146553675AC5BEFCB9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-06:16:37: [WARN]: Cookie rejected [JSESSIONID="0284C88CD0CB7F5BFE5A8A91AACA1CDC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-06:16:37: [WARN]: Cookie rejected [JSESSIONID="04A873C521E12CB7408C3A9EEE4C8E5D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-06:16:38: [WARN]: Cookie rejected [JSESSIONID="079268F4F8167F8434299DD1A660CFF8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:16:39: [WARN]: Cookie rejected [JSESSIONID="907CB89284EDD94E800F7B75B0EAA355", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:16:39: [WARN]: Cookie rejected [JSESSIONID="516A6C42AD14930E8E7B64CF08E789A3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:16:40: [WARN]: Cookie rejected [JSESSIONID="A00170DC97AE7362AADB5A5C9FB5DA8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:16:40: [WARN]: Cookie rejected [JSESSIONID="CC80FE4B24027DF0C003A7C930AD3E05", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:16:41: [WARN]: Cookie rejected [JSESSIONID="F4864F0A8CF0171A3D25FB7F0A8D4DC9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-06:16:42: [WARN]: Cookie rejected [JSESSIONID="441947F291778095F212EF84F7D6E082", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-06:16:42: [WARN]: Cookie rejected [JSESSIONID="FAB5CD9A684D6F23FE51E33720311A83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-06:16:43: [WARN]: Cookie rejected [JSESSIONID="ACC4F15E3830109C0C955EA938BB05D8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-06:16:44: [WARN]: Cookie rejected [JSESSIONID="95362C42A4A2C3A3C5108DE86C83969E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-06:16:44: [WARN]: Cookie rejected [JSESSIONID="1CFB663978A0015E085ED9CDA9BC0B0E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-06:16:45: [WARN]: Cookie rejected [JSESSIONID="4E05D995A746EFBC4C15214A18471577", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-06:16:45: [WARN]: Cookie rejected [JSESSIONID="72ED6822AF752FBADF42B3B97E75C544", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-06:16:46: [WARN]: Cookie rejected [JSESSIONID="196A597F3D2D7E4E217E505C707E34F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-06:16:47: [WARN]: Cookie rejected [JSESSIONID="6C5D6ED61140256853D277B709BDD45A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-06:16:47: [WARN]: Cookie rejected [JSESSIONID="6BEE7021BDA7560E76C26F20867F04E0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-06:16:48: [WARN]: Cookie rejected [JSESSIONID="BF9D26DA4B4A5A004A8B35DA26B3D33C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-06:16:48: [WARN]: Cookie rejected [JSESSIONID="71DBD3F262BF80170705D77E2425AD83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-06:16:49: [WARN]: Cookie rejected [JSESSIONID="8C934971E9F4004158ADEB0CE91022AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-06:16:50: [WARN]: Cookie rejected [JSESSIONID="6635EA740C84B33C04F21E055B55382D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-06:16:50: [WARN]: Cookie rejected [JSESSIONID="D822D5C6C35E3D1C0D659CFA61144934", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-06:16:51: [WARN]: Cookie rejected [JSESSIONID="53264C2C76FB9D90221ACE4E4F928733", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-06:16:51: [WARN]: Cookie rejected [JSESSIONID="E131AFE5A701B7A4EA57AC01644BF32E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-06:16:52: [WARN]: Cookie rejected [JSESSIONID="49598385124082B98F17CC53554AF7CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-06:16:53: [WARN]: Cookie rejected [JSESSIONID="28BBB4BAA53B8091C602A5C68B7FC8AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-06:16:53: [WARN]: Cookie rejected [JSESSIONID="FDA82D0B49B1A7ADDF135C987FAECCE3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-06:16:54: [WARN]: Cookie rejected [JSESSIONID="EFFD91B6B0E3C4F9CC2ADD88FE2FF72D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-06:16:55: [WARN]: Cookie rejected [JSESSIONID="1C5BEE8FCE6BA5F2095E1645476342B4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-06:16:55: [WARN]: Cookie rejected [JSESSIONID="CC8BC01F96C3C6AB096D1A01BCAFD53D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-06:16:56: [WARN]: Cookie rejected [JSESSIONID="B341875BBD605A6490B433EFC9D1C84D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-06:16:57: [WARN]: Cookie rejected [JSESSIONID="C5AFCD43684D10544C854EE754FBFC9B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-06:16:57: [WARN]: Cookie rejected [JSESSIONID="E848DCED1B33B76412F6198598E1FD6E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-06:16:58: [WARN]: Cookie rejected [JSESSIONID="D96D48A317F2514AB19E0EF28966A51E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-06:16:58: [WARN]: Cookie rejected [JSESSIONID="3658EB09853B3C403A5F58C6FAE61FEA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-06:16:59: [WARN]: Cookie rejected [JSESSIONID="EA08957813662554AFAD3B2F667F59C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:16:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-06:17:00: [WARN]: Cookie rejected [JSESSIONID="1211F8ED5018426A4CDEC08B55ECA361", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-06:17:00: [WARN]: Cookie rejected [JSESSIONID="24F4474A0FBEDAC8CAF5C2C0F4B38431", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-06:17:01: [WARN]: Cookie rejected [JSESSIONID="FF5F5705884F2077EEB85D6EF67382D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-06:17:02: [WARN]: Cookie rejected [JSESSIONID="20543D5C4D6C9098E0082E7D914F75AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-06:17:02: [WARN]: Cookie rejected [JSESSIONID="0BEA690450CAB80D3DAC75889BA10B45", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-06:17:03: [WARN]: Cookie rejected [JSESSIONID="A5195FD95C001E33E3584CE10C9E1D97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-06:17:03: [WARN]: Cookie rejected [JSESSIONID="9ED29FC4EBC6C25C24462349A985EC90", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-06:17:04: [WARN]: Cookie rejected [JSESSIONID="438513EFAAB9A79F7C250DFFC6D9E939", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-06:17:05: [WARN]: Cookie rejected [JSESSIONID="E45E349B9F494D611E61B59478D41C0C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testDescribe(ReadTestImplementations.java:347)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testDescribe(ReadTestImplementations.java:334)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testDescribe(CNReadV1IT.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:902)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:924)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:253)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 33 more
20170606-06:17:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:05: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         4
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         4
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         4
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:17:05: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:06: [WARN]: Cookie rejected [JSESSIONID="D2A5A70BC169955CAE3554F1ACAD52E8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:201715623175319" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/TestingNotFound:201715623175319 [org.dataone.client.rest.RestClient]
20170606-06:17:06: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:06: [WARN]: Cookie rejected [JSESSIONID="B1C9935C4754666AE979F9073D600856", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:20171562317659" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TestingNotFound:20171562317659 [org.dataone.client.rest.RestClient]
20170606-06:17:06: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [WARN]: Cookie rejected [JSESSIONID="F6103FDD3E4F4CDFA77EFE0FC5B2E27F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:201715623176635" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TestingNotFound:201715623176635 [org.dataone.client.rest.RestClient]
20170606-06:17:07: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [WARN]: Cookie rejected [JSESSIONID="F572690B218B43F0878716548A96C9BC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:201715623177110" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/TestingNotFound:201715623177110 [org.dataone.client.rest.RestClient]
20170606-06:17:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         4
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         4
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         4
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:17:07: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:07: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:08: [WARN]: Cookie rejected [JSESSIONID="89412DEDAEBAD89133FD566A31C905E4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623177614_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201715623177614_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:17:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:08: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:08: [WARN]: Cookie rejected [JSESSIONID="86776CB80D5A65AA361DEB20A89857A7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171562317867_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test20171562317867_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:17:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:08: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:08: [WARN]: Cookie rejected [JSESSIONID="6B3A2FC5D2A4A97DE595CE88B9E07AB6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623178512_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201715623178512_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:17:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:08: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:09: [WARN]: Cookie rejected [JSESSIONID="6819F73856A132B56E262BC746600A08", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623178966_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201715623178966_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:17:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:09: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:09: [WARN]: Cookie rejected [JSESSIONID="AFDC13053078D304359F3512CDD86ACC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623179453_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201715623179453_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:17:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:09: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:10: [WARN]: Cookie rejected [JSESSIONID="D4429A25AA7AED9E3582DAF60CE1446B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623179920_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201715623179920_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:17:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:10: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:10: [WARN]: Cookie rejected [JSESSIONID="38750A7A90D9518C56FC53F9D0121529", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231710370_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231710370_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:17:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:10: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:11: [WARN]: Cookie rejected [JSESSIONID="CFA8CF5F44B16ECB7AF7535132F0859E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231710836_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231710836_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:17:11: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:11: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:11: [WARN]: Cookie rejected [JSESSIONID="AD5F6E9690F8815DB9888D5B8E0ED3CB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231711297_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231711297_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:17:11: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:11: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:12: [WARN]: Cookie rejected [JSESSIONID="A414505252E40201C9FF24B93E8836F3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231711757_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231711757_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:17:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:12: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:12: [WARN]: Cookie rejected [JSESSIONID="D615B9F108E053C385A4F21D4C6092C5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231712215_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231712215_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:17:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:12: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:13: [WARN]: Cookie rejected [JSESSIONID="8344613810AC9758C579531B68460D6D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231712652_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231712652_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:17:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:13: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:13: [WARN]: Cookie rejected [JSESSIONID="3C8CD43EB633C0EA9E208B6A7E111673", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231713117_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231713117_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:17:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:13: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:14: [WARN]: Cookie rejected [JSESSIONID="701F9B292D6A7C66522FB6DEA9FF9191", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231713570_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231713570_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:17:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:14: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:14: [WARN]: Cookie rejected [JSESSIONID="F8860BB0A04A074C26EA9FB899BC806D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623171454_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201715623171454_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:17:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:14: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:14: [WARN]: Cookie rejected [JSESSIONID="F8A89E493F9F127781C66951FE5D47D2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231714509_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231714509_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:17:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:14: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:15: [WARN]: Cookie rejected [JSESSIONID="F497F48C9EF5EF05AC348C1818CE3685", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231714965_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231714965_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:17:15: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:15: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:15: [WARN]: Cookie rejected [JSESSIONID="15DC725E9EFEE3AFA289799F27705F3C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231715421_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231715421_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:17:15: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:15: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:16: [WARN]: Cookie rejected [JSESSIONID="B6E99D005AE76523BDDC1280006DF9F7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231715886_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231715886_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:17:16: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:16: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:16: [WARN]: Cookie rejected [JSESSIONID="1E805D0C800FBDBFD3E7F03D701A8723", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231716342_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231716342_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:16: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:16: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:17: [WARN]: Cookie rejected [JSESSIONID="4AB3970283869DED77E6AAB0F0F961D3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231716808_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231716808_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:17:17: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:17: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:17: [WARN]: Cookie rejected [JSESSIONID="64DEECA042FE11BFEBF4927D577BC48C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231717252_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231717252_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:17: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:17: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:18: [WARN]: Cookie rejected [JSESSIONID="EAC30A48C1ACA5CE00AEA88C72D8015B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231717694_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231717694_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:17:18: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:18: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:18: [WARN]: Cookie rejected [JSESSIONID="1A84B00C36562CAC1F22D8FD02CD7359", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231718155_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231718155_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:17:18: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:18: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:19: [WARN]: Cookie rejected [JSESSIONID="AE3A37C87EC7105F56E629AB2F37ADEF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231718600_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231718600_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:17:19: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:19: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:19: [WARN]: Cookie rejected [JSESSIONID="6854942B30AA4C25CFAAD1BAA41D6722", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623171964_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201715623171964_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:17:19: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:19: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:19: [WARN]: Cookie rejected [JSESSIONID="C55B91CBBB7666514F4EB68AFAE0C107", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231719510_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231719510_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:17:19: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:19: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:20: [WARN]: Cookie rejected [JSESSIONID="E47D17A572D571298BEEDC880900176B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231719962_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231719962_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:17:20: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:20: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:20: [WARN]: Cookie rejected [JSESSIONID="AB68ED0F8465F7A276347000BF9CE20F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231720427_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231720427_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:17:20: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:20: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:21: [WARN]: Cookie rejected [JSESSIONID="43B6B51149F7F63F789797955382322D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231720902_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test2017156231720902_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:17:21: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:21: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:21: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:21: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:21: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:21: [WARN]: Cookie rejected [JSESSIONID="EF1BDE4A00DEE0A4D9B9208F73CA80B9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231721371_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231721371_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:17:21: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:21: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:22: [WARN]: Cookie rejected [JSESSIONID="3199BA8EFF6A38B94EA0F80CA0D4F61C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231721835_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231721835_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:17:22: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:22: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:22: [WARN]: Cookie rejected [JSESSIONID="ED323F0E33F4A868223FE2EB7F577741", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231722285_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231722285_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:17:22: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:22: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:23: [WARN]: Cookie rejected [JSESSIONID="E2F6507017FC203EB7A1A3AA296DA53C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231722741_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231722741_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:17:23: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:23: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:23: [WARN]: Cookie rejected [JSESSIONID="625F153966070AC3E847E7673F0A01B1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231723208_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231723208_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:17:23: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:23: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:24: [WARN]: Cookie rejected [JSESSIONID="AE2FD66ABAF9DA31D2A5CC6A80957731", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231723694_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231723694_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:17:24: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:24: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:24: [WARN]: Cookie rejected [JSESSIONID="987CEFEC3ED61A659AE05303A0723C33", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231724161_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231724161_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:17:24: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:24: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:25: [WARN]: Cookie rejected [JSESSIONID="8DFEB39BE71BB76DF4C1DE9438ACC243", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231724623_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231724623_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:17:25: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:25: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:25: [WARN]: Cookie rejected [JSESSIONID="8DCD1580B26C9C6ABF49E7FE1930BD03", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623172588_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623172588_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:17:25: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:25: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:26: [WARN]: Cookie rejected [JSESSIONID="C40F4B524AC05870062F0617236E267C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231725538_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231725538_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:17:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:26: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:26: [WARN]: Cookie rejected [JSESSIONID="E590BCD90957E1F3D893E6A6728072EC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623172611_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623172611_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:17:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:26: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:26: [WARN]: Cookie rejected [JSESSIONID="298FEADC0F890534AC303D3BD5F8B688", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231726458_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231726458_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:17:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:26: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:27: [WARN]: Cookie rejected [JSESSIONID="33DDAD7C309A15A103901984B694A179", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231726904_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231726904_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:17:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:27: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:27: [WARN]: Cookie rejected [JSESSIONID="BBD5B07B8D1F8C182F750DE4461F9371", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231727357_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231727357_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:17:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:27: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:28: [WARN]: Cookie rejected [JSESSIONID="08893917D68BEF0C8AA224DAE27A9F4D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231727795_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231727795_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:17:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:28: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:28: [WARN]: Cookie rejected [JSESSIONID="7BC32B3BB38909FD1F7493323778052B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231728238_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231728238_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:17:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:28: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:29: [WARN]: Cookie rejected [JSESSIONID="E276B99E3029BD7B096CB4F2F3791B91", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231728688_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231728688_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:17:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:29: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:29: [WARN]: Cookie rejected [JSESSIONID="721266991183D90A17D23DA6FCE9EDBF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231729130_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231729130_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:17:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:29: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:30: [WARN]: Cookie rejected [JSESSIONID="601B96B580504386712225EA3B891582", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231729581_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231729581_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:17:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:30: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:30: [WARN]: Cookie rejected [JSESSIONID="20AC9999EA7FA3758200B55421C9D931", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623173037_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623173037_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:30: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:30: [WARN]: Cookie rejected [JSESSIONID="D61F21D4AA7C6F04542F75E5FB806167", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231730486_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231730486_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:17:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:30: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:31: [WARN]: Cookie rejected [JSESSIONID="2FA4BC9F344E7CB858CC7DA687CAE521", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231730932_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231730932_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:31: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:31: [WARN]: Cookie rejected [JSESSIONID="A72DA11CB0C7BB38C49F5B6338805EBB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231731377_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231731377_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:17:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:31: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:32: [WARN]: Cookie rejected [JSESSIONID="6F5956AB5A80BE7BCB91DC3F244328D7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231731828_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231731828_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:17:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:32: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:32: [WARN]: Cookie rejected [JSESSIONID="05EC06D4482A5361191A309A138D3F66", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231732279_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231732279_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:17:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:32: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:33: [WARN]: Cookie rejected [JSESSIONID="1E8782349E2FFA152A8317007B52E62E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231732735_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231732735_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:17:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:33: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:33: [WARN]: Cookie rejected [JSESSIONID="8C74ADC440EDD484A56FBA170D86F34F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231733177_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231733177_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:17:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:33: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:34: [WARN]: Cookie rejected [JSESSIONID="B45D368BD6CD5D719AB32A81386C09BB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231733629_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231733629_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:17:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:34: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:34: [WARN]: Cookie rejected [JSESSIONID="AFC06EE44D1AEF07D8EBFB0077A65B88", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623173493_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201715623173493_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:17:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:34: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [WARN]: Cookie rejected [JSESSIONID="39A6045D3DECE8E218B1C4359CDB8CD9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231734550_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test2017156231734550_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:17:35: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:35: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:35: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [WARN]: Cookie rejected [JSESSIONID="EFC559E3A2F46CA1E7FCBC97C3C9A514", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623173514_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623173514_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:17:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [WARN]: Cookie rejected [JSESSIONID="1318843D380523221D00AC550BC902C5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231735245_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231735245_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:17:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [WARN]: Cookie rejected [JSESSIONID="CA8AA1857F30999342DA86BE8A6E8938", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231735497_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231735497_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:17:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [WARN]: Cookie rejected [JSESSIONID="397887432F02C459DDCDE1A9251ECB11", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231735746_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231735746_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:17:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:35: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [WARN]: Cookie rejected [JSESSIONID="DAD31B31185C9DD497CDB5BCAC2EAC4D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231735982_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231735982_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:17:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [WARN]: Cookie rejected [JSESSIONID="C29946FF803F1D6828AC734D7333D40E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231736232_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231736232_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:17:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [WARN]: Cookie rejected [JSESSIONID="CFEA91D4C5AFC45AA852DCD429685B25", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231736459_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231736459_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:17:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [WARN]: Cookie rejected [JSESSIONID="A6E2967C6D953D805995B943235E18C9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231736726_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231736726_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:17:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:36: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:37: [WARN]: Cookie rejected [JSESSIONID="C77E16618EF856723F6481FE68D709FB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231736948_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231736948_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:17:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:37: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:37: [WARN]: Cookie rejected [JSESSIONID="369F99BAF1315306E45CBFA9EA3518ED", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231737375_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231737375_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:17:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:37: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:37: [WARN]: Cookie rejected [JSESSIONID="DAEA591548C3E7DAE1E5E5415F8C4183", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231737594_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231737594_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:17:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:37: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [WARN]: Cookie rejected [JSESSIONID="AEB5D6CF950B2B7A4072B72B340D0AD2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231737844_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231737844_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:17:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [WARN]: Cookie rejected [JSESSIONID="00B3A2166622840CC432273D258264E7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231738102_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231738102_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:17:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [WARN]: Cookie rejected [JSESSIONID="917CC858F1488C6632EC79A27AF8E088", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231738359_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231738359_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:17:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [WARN]: Cookie rejected [JSESSIONID="E713B9BBA1DF53D4F2CB4B7C2CF7BB76", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231738614_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231738614_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:17:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:38: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [WARN]: Cookie rejected [JSESSIONID="9C92E206A7B5CE50CAB625945A9921A5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231738843_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231738843_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:17:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [WARN]: Cookie rejected [JSESSIONID="C5302FC572E2B20C777F8BFB0EB478CF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623173995_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623173995_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:17:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [WARN]: Cookie rejected [JSESSIONID="F92E2A23E16281B254C73FC3DDA2764B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231739349_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231739349_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:17:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [WARN]: Cookie rejected [JSESSIONID="DC3C49D0F07A1E797CD8DF4410675AB4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231739592_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231739592_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:17:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:39: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [WARN]: Cookie rejected [JSESSIONID="AEC45A9F63A8C8B207AD05EC94DF8DB3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231739851_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231739851_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [WARN]: Cookie rejected [JSESSIONID="DF899F40F54CDABF11D3E8D265BAEA28", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231740114_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231740114_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:17:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [WARN]: Cookie rejected [JSESSIONID="74737A04E170C3E52E9FF1D382372B13", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231740340_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231740340_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [WARN]: Cookie rejected [JSESSIONID="AC1921AE2A2CD8A86BC53DF397767946", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231740593_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231740593_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:17:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:40: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [WARN]: Cookie rejected [JSESSIONID="D77BC97A8726962BC671D27EC52D965F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231740852_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231740852_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:17:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [WARN]: Cookie rejected [JSESSIONID="5B099782B4F406F59D212E0094293A36", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623174182_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623174182_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:17:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [WARN]: Cookie rejected [JSESSIONID="4EADE0A101BE5E14497ECD01202F36C8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231741324_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231741324_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:17:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [WARN]: Cookie rejected [JSESSIONID="6C37DB9B6D6BE09A065905ADA57917EE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231741548_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231741548_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:17:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:41: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:42: [WARN]: Cookie rejected [JSESSIONID="3E2C3A8A7B5FEB6733D5EAC63A8539B2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231741793_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231741793_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:17:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:42: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:42: [WARN]: Cookie rejected [JSESSIONID="5C00585910211BDC32EDCFAE64996DF6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623174232_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201715623174232_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:17:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:42: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:42: [WARN]: Cookie rejected [JSESSIONID="1C252C3F4F3555D2E16B2C83BF865418", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231742304_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test2017156231742304_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:17:42: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:42: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:42: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:42: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:43: [WARN]: Cookie rejected [JSESSIONID="3B60BD1F9533F0603A81C59042926D2A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231742557_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231742557_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:17:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:43: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:43: [WARN]: Cookie rejected [JSESSIONID="43976695ADB98D8E8BABFC0DA0718609", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231743307_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231743307_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:17:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:43: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:44: [WARN]: Cookie rejected [JSESSIONID="CDB153ECDB4DAA61322C59466266801D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231743817_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231743817_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:17:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:44: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:44: [WARN]: Cookie rejected [JSESSIONID="03015C34840ED05717636DF07B501F97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231744324_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231744324_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:17:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:44: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:45: [WARN]: Cookie rejected [JSESSIONID="C9E72B7A997D1C60CD1D4E3E408B7B6B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231744840_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231744840_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:17:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:45: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:45: [WARN]: Cookie rejected [JSESSIONID="F3F43372F2D72AD3F3242EEDEEB15620", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231745350_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231745350_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:17:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:45: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:46: [WARN]: Cookie rejected [JSESSIONID="7FF4036511525519755AA76266C90D15", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231745860_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231745860_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:17:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:46: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:46: [WARN]: Cookie rejected [JSESSIONID="F87FE58DD986EF462639CA3FC866B9FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231746373_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231746373_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:17:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:46: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:47: [WARN]: Cookie rejected [JSESSIONID="C8D48613FF4613E7DB8C259DD7AD6334", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231746884_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231746884_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:17:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:47: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:47: [WARN]: Cookie rejected [JSESSIONID="03F75CA62391304D81E594978292F5CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231747433_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231747433_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:17:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:47: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:48: [WARN]: Cookie rejected [JSESSIONID="97790894CC86A5646D45850FC9B1B6C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231747941_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231747941_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:17:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:48: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:48: [WARN]: Cookie rejected [JSESSIONID="176A367D22CBF4685AE74CDF817A4D2E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231748454_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231748454_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:17:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:48: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:49: [WARN]: Cookie rejected [JSESSIONID="4C0DF7A2884CF82D9CFD4ACDFF03129B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231748964_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231748964_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:17:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:49: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:50: [WARN]: Cookie rejected [JSESSIONID="35387308900A4A7E76632491D9DA57B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231749490_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231749490_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:17:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:50: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:50: [WARN]: Cookie rejected [JSESSIONID="0E88E2B793B3A073342FD5BCA8C8A61D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623175012_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201715623175012_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:17:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:50: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:51: [WARN]: Cookie rejected [JSESSIONID="2FEF226C108E78066DFE7B6E29AE90B3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231750523_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231750523_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:17:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:51: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:51: [WARN]: Cookie rejected [JSESSIONID="EFB1B9CF482C31AFF4E417C730947022", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623175137_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201715623175137_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:17:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:51: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:52: [WARN]: Cookie rejected [JSESSIONID="B958926291A681A5483CE57AE0F5EEA6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231751555_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231751555_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:17:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:52: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:52: [WARN]: Cookie rejected [JSESSIONID="9609421CD0654CE8318DD48E1C9D6CC0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623175268_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201715623175268_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:17:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:52: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:53: [WARN]: Cookie rejected [JSESSIONID="F086C1258E744F8935212EF2B0DFB603", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231752584_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231752584_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:53: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:53: [WARN]: Cookie rejected [JSESSIONID="771BAF3E3686FF786D56C260BA76B585", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201715623175393_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201715623175393_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:17:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:53: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:54: [WARN]: Cookie rejected [JSESSIONID="2F1BFF701297F75FA54BBA54B08795BC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231753602_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231753602_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:17:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:54: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:54: [WARN]: Cookie rejected [JSESSIONID="268C2B0F469C061D53613E304F07FB23", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231754107_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231754107_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:17:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:54: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:55: [WARN]: Cookie rejected [JSESSIONID="5151932B708AF42A6B76515BD91F9524", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231754614_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231754614_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:17:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:55: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:55: [WARN]: Cookie rejected [JSESSIONID="1849D0C30530924B083A118A543ECB1F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231755128_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231755128_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:17:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:55: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:56: [WARN]: Cookie rejected [JSESSIONID="6503C0E5F6B40573BABBED11A27B74E4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231755639_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231755639_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:17:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:56: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:56: [WARN]: Cookie rejected [JSESSIONID="75C87D22AD6ACE977AEAFE23C914303B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231756143_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231756143_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:17:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:56: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:57: [WARN]: Cookie rejected [JSESSIONID="5A8FC8667073B3FF53E7EAD439F67F36", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231756650_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231756650_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:17:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:57: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:57: [WARN]: Cookie rejected [JSESSIONID="14953249A76339F2D7793D7FCD39ED6F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231757156_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231757156_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:17:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:57: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:17:58: [WARN]: Cookie rejected [JSESSIONID="A2FB8E3A06CC6551EAAC72A31BC59FF5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017156231757668_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017156231757668_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:17:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         4
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         4
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         4
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:17:58: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:58: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:59: [WARN]: Cookie rejected [JSESSIONID="D9A8460D7A616134173BD000A217D8A1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:17:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:17:59: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:17:59: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:18:00: [WARN]: Cookie rejected [JSESSIONID="73F2CEEE81134E495CEFB33258FBE79C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:18:00: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:18:00: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:18:01: [WARN]: Cookie rejected [JSESSIONID="49D99DCA57B97AD23A19E04E9599620C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:18:01: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:18:01: [WARN]: Cookie rejected [JSESSIONID="B072416A7B68904CC1C81E9B84B7E72C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:18:02: [WARN]: Cookie rejected [JSESSIONID="C00230F59BB1852EE669BE659B31AEE1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:18:02: [WARN]: Cookie rejected [JSESSIONID="F53B01D09296921A085D8EF5AE1968E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:18:03: [WARN]: Cookie rejected [JSESSIONID="E0914CFE647B518F39271D28094D7631", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-06:18:03: [WARN]: Cookie rejected [JSESSIONID="FB5380D69570034098C049CEF733D603", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-06:18:04: [WARN]: Cookie rejected [JSESSIONID="253EC4EE30CEAF9073884B5C1A1B8D41", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-06:18:05: [WARN]: Cookie rejected [JSESSIONID="774AE209ECBFE6CC02FB1CF7D407C2F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-06:18:05: [WARN]: Cookie rejected [JSESSIONID="B03E517572D48F6CC40BC1E16E9EFB3B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-06:18:06: [WARN]: Cookie rejected [JSESSIONID="9E5E58842D48982315C59F6C0F759EA8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:18:07: [WARN]: Cookie rejected [JSESSIONID="70A9C9A3CED4C9FAC48B1542365B3BD9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:18:07: [WARN]: Cookie rejected [JSESSIONID="6DFC7B3BA0A62CD8FAE575EE9DC68D2B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:18:08: [WARN]: Cookie rejected [JSESSIONID="5A00243EEE889DB9D72ECFC1E4D1E6C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:18:08: [WARN]: Cookie rejected [JSESSIONID="26CDDCDBBEAB1FFCF83158B9A953F54A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:18:09: [WARN]: Cookie rejected [JSESSIONID="755304A7B79FA2551033A3C8F3EB4666", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-06:18:10: [WARN]: Cookie rejected [JSESSIONID="A64CD1730AD352CE496246E3615DEEC3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-06:18:10: [WARN]: Cookie rejected [JSESSIONID="FAF4FAEA852F6BC950C37394D5EA0284", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-06:18:11: [WARN]: Cookie rejected [JSESSIONID="AE3DA260F5A10C6C1D5DFFDD49FB186A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-06:18:11: [WARN]: Cookie rejected [JSESSIONID="E3FDB266A8E7A43421B0E78C923DC760", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-06:18:12: [WARN]: Cookie rejected [JSESSIONID="3D8B9393490C9BC5391AA06AA22A92B3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-06:18:13: [WARN]: Cookie rejected [JSESSIONID="C0551C3449EB76448F3A2AB2F1A9BBAF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-06:18:13: [WARN]: Cookie rejected [JSESSIONID="D544856D9E0A1AE676C34447BA037CE8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-06:18:14: [WARN]: Cookie rejected [JSESSIONID="6C68C96D76D7D773740478C91423B9BE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-06:18:15: [WARN]: Cookie rejected [JSESSIONID="73F664F63EA25863B59548B790B4B51A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-06:18:15: [WARN]: Cookie rejected [JSESSIONID="CAEA1006643EEB643EAE9BBD3E859CC1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-06:18:16: [WARN]: Cookie rejected [JSESSIONID="FFBE445FF488077C0322CE1A72D1534E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-06:18:16: [WARN]: Cookie rejected [JSESSIONID="5B6963CE2207CB343022459A085FDEBD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-06:18:17: [WARN]: Cookie rejected [JSESSIONID="D0E060859BC10EBC84CDAB7E8A37C749", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-06:18:18: [WARN]: Cookie rejected [JSESSIONID="336D224F4A700EF498A2C65B83A05877", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-06:18:18: [WARN]: Cookie rejected [JSESSIONID="6B599D1260411E7E29BAB6665BA0CCA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-06:18:19: [WARN]: Cookie rejected [JSESSIONID="0446FCEF0E96F85BF44F9DD67DB810D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-06:18:19: [WARN]: Cookie rejected [JSESSIONID="B7C98200BCF7E80EC65428C4F5158597", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-06:18:20: [WARN]: Cookie rejected [JSESSIONID="E2F2C40603DF7EAA5997857D478DFA06", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-06:18:21: [WARN]: Cookie rejected [JSESSIONID="41AE58FBE972D746C26F8A42902E763E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-06:18:21: [WARN]: Cookie rejected [JSESSIONID="68268DC37AE4AFEC5CBB8FFB7D8368AF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-06:18:22: [WARN]: Cookie rejected [JSESSIONID="109C0038783D290E7BA5B38F3737A53D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-06:18:23: [WARN]: Cookie rejected [JSESSIONID="D484B14BF8E6C62B62899BBED68D1FED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-06:18:23: [WARN]: Cookie rejected [JSESSIONID="C7B948D56930A75652F76ED65164605B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-06:18:24: [WARN]: Cookie rejected [JSESSIONID="304D0A152A078A72DADD688D94D8D3C0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-06:18:24: [WARN]: Cookie rejected [JSESSIONID="1607EB31A584B59617E26C12F52EBF07", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-06:18:25: [WARN]: Cookie rejected [JSESSIONID="BFC6BFEF7A244662EAD0DED656103432", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-06:18:26: [WARN]: Cookie rejected [JSESSIONID="1AEA5DD941F9226BF267E43B42682C16", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-06:18:26: [WARN]: Cookie rejected [JSESSIONID="424367A3B4CC64F1F04E0D79790CC26B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-06:18:27: [WARN]: Cookie rejected [JSESSIONID="64294B9A88050B6F9C831B3F1490839E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-06:18:27: [WARN]: Cookie rejected [JSESSIONID="CDACC23FFC3373DE934E1BBEEF4034F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-06:18:28: [WARN]: Cookie rejected [JSESSIONID="965951B046241C382E39A1DE9D236894", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-06:18:29: [WARN]: Cookie rejected [JSESSIONID="5A0474609B1112C6249430777750FF73", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-06:18:29: [WARN]: Cookie rejected [JSESSIONID="857D48BFE0EF57AF49F2A43D63F4437E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-06:18:30: [WARN]: Cookie rejected [JSESSIONID="BC6B4A8584345D43A43D07CBE3BD99E2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-06:18:31: [WARN]: Cookie rejected [JSESSIONID="9E8896524376CB654E3E864ED16C79DC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-06:18:31: [WARN]: Cookie rejected [JSESSIONID="70497D107A60848A2F7DAAC950E0731B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-06:18:32: [WARN]: Cookie rejected [JSESSIONID="12D77135B4C123D581464424C247E20D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-06:18:32: [WARN]: Cookie rejected [JSESSIONID="28BA5F1709EBC591EA8E6BBBC5E1FDF7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:18:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetChecksum(ReadTestImplementations.java:482)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetChecksum(ReadTestImplementations.java:469)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testGetChecksum(CNReadV1IT.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:902)
	at org.dataone.client.v1.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:924)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:253)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 33 more
20170606-06:18:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:18:32: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:18:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:18:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:18:32: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/TestingNotFound:2017156231832934 [org.dataone.client.rest.RestClient]
20170606-06:19:03: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:04: [WARN]: Cookie rejected [JSESSIONID="26FC28EA042E8DF6393CB80457A21D2B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/TestingNotFound:201715623193175" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/TestingNotFound:201715623193175 [org.dataone.client.rest.RestClient]
20170606-06:19:04: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:04: [WARN]: Cookie rejected [JSESSIONID="38571E44AD0A2935A6F7249B924D62A2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/TestingNotFound:201715623194136" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/TestingNotFound:201715623194136 [org.dataone.client.rest.RestClient]
20170606-06:19:04: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:05: [WARN]: Cookie rejected [JSESSIONID="8011CCD5E55A1253C490763FF77B2A5E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/TestingNotFound:201715623194694" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/TestingNotFound:201715623194694 [org.dataone.client.rest.RestClient]
20170606-06:19:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:05: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:19:05: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:05: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:05: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:05: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:05: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [WARN]: Cookie rejected [JSESSIONID="6E4441D03D879638EE904088E5C6007B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623195543_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623195543_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:19:06: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [WARN]: Cookie rejected [JSESSIONID="1BEB83666AA71FC190E7BDA467EF7571", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623196285_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623196285_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:19:06: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [WARN]: Cookie rejected [JSESSIONID="A3B7CCBE824E127BA417A6B8A0F296AB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623196524_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623196524_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:19:06: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [WARN]: Cookie rejected [JSESSIONID="597B020BD66B29746A9BB87005E74E8E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623196698_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623196698_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:19:06: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:06: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [WARN]: Cookie rejected [JSESSIONID="F90FC872F99A009F6C6961F81AB5CE0E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623196922_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623196922_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:19:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [WARN]: Cookie rejected [JSESSIONID="38D191A37882180D79DBA60487393F04", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623197139_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623197139_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:19:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [WARN]: Cookie rejected [JSESSIONID="F58235820142036D673F7D08EF3052A4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623197266_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623197266_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:19:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [WARN]: Cookie rejected [JSESSIONID="8D6032BCC0AD585A3652F7F502EA48C4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623197470_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623197470_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:19:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [WARN]: Cookie rejected [JSESSIONID="3F8B8D50622ECDB3303BD8E3EE80D769", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623197676_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623197676_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:19:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:07: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [WARN]: Cookie rejected [JSESSIONID="2ECF71F0250C8509026B54DA9313760A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623197835_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623197835_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:19:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [WARN]: Cookie rejected [JSESSIONID="D1A06A5D2C799D741CA0FD58EBE8D45C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171562319838_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test20171562319838_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:19:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [WARN]: Cookie rejected [JSESSIONID="7A3BD27B5FB71E42908EDA66DA06275D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623198183_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623198183_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:19:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [WARN]: Cookie rejected [JSESSIONID="2A4CD8C1803F874CB5D001C7002EB86A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623198315_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623198315_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:19:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [WARN]: Cookie rejected [JSESSIONID="B5BD573AA41B951835CFFF0B16F2BC8C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623198546_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623198546_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:19:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [WARN]: Cookie rejected [JSESSIONID="F67132E8B8FE656B2D1E230AAADC769E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623198646_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623198646_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:19:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [WARN]: Cookie rejected [JSESSIONID="6B6B977EDC98C39AB822CAD1387356C5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623198834_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623198834_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:19:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:08: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [WARN]: Cookie rejected [JSESSIONID="58FDE27481CDCF405022A8B704125222", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623198977_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623198977_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:19:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [WARN]: Cookie rejected [JSESSIONID="023E7482221276888FF38AA9CEE79756", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623199178_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623199178_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:19:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [WARN]: Cookie rejected [JSESSIONID="9EF54432C2B610A18B2D8B722E09C535", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623199379_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623199379_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:19:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [WARN]: Cookie rejected [JSESSIONID="74552DB0C1694F561809869024172E1D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623199565_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623199565_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [WARN]: Cookie rejected [JSESSIONID="348561B98B4691229CFBD962D47FFEDD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623199718_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623199718_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:19:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [WARN]: Cookie rejected [JSESSIONID="64FE34C93E50CC9E813A96FB0483215E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623199827_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623199827_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:09: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [WARN]: Cookie rejected [JSESSIONID="A367FB80CFF39A488A687E22A4C491B7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623199925_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623199925_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:19:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [WARN]: Cookie rejected [JSESSIONID="887DD2AF9FCF760F9DB81AAF0ED15326", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623191080_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201715623191080_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:19:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [WARN]: Cookie rejected [JSESSIONID="605E3EF611E4A2712FF6550D16822E47", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231910188_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test2017156231910188_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:19:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [WARN]: Cookie rejected [JSESSIONID="D169D152F7A65FEF52B70ED70C39A7CB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231910335_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test2017156231910335_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:19:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [WARN]: Cookie rejected [JSESSIONID="C748226E4314E0880978427379423ED5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231910489_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test2017156231910489_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:19:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [WARN]: Cookie rejected [JSESSIONID="F2121A7C56244D7589E13128D7D89BD5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231910652_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test2017156231910652_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:19:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [WARN]: Cookie rejected [JSESSIONID="42DD7514D870EEDD63AA09542FF9E3FD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231910834_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test2017156231910834_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:19:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:10: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [WARN]: Cookie rejected [JSESSIONID="A45640CCD9C5CDE6A46E9DB6B76907A6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231910931_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test2017156231910931_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:19:11: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:11: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:11: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:11: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [WARN]: Cookie rejected [JSESSIONID="5CA63E8E0FAA8D8AB0C93CD896B09242", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231911103_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231911103_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:19:11: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [WARN]: Cookie rejected [JSESSIONID="06E451810790C6DF32E0F3C4F0377582", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231911624_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231911624_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:19:11: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [WARN]: Cookie rejected [JSESSIONID="F787E96E115BC52A944519F3F3F42EEA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231911746_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231911746_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:19:11: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:11: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [WARN]: Cookie rejected [JSESSIONID="BD4251631B0C0C2D593DF060A9F22FCD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231911956_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231911956_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:19:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [WARN]: Cookie rejected [JSESSIONID="48BB34CF9C151984A1BDDDCEC3B1CEB9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231912111_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231912111_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:19:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [WARN]: Cookie rejected [JSESSIONID="D6ACD868BC8A203AB986EFD466EEEE1B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231912315_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231912315_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:19:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [WARN]: Cookie rejected [JSESSIONID="A952205C0D0739A9B105800F5A21C426", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231912485_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231912485_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:19:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [WARN]: Cookie rejected [JSESSIONID="25BE597DE53E09C0E09397C9D09BD2A4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231912596_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231912596_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:19:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [WARN]: Cookie rejected [JSESSIONID="6283220AEFCA814017737F8CCB19E43E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231912712_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231912712_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:19:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:12: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [WARN]: Cookie rejected [JSESSIONID="29B5DE70520C51863F5A789538DC5699", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231912937_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231912937_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:19:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [WARN]: Cookie rejected [JSESSIONID="A4BEA035C7381983F29D0C8FD8C30A43", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231913140_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231913140_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:19:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [WARN]: Cookie rejected [JSESSIONID="304A99D69A5700D91E9F8BD2C8D99C59", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231913307_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231913307_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:19:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [WARN]: Cookie rejected [JSESSIONID="4621A694DFBB3FA4707E192CA89BFB62", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231913398_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231913398_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:19:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [WARN]: Cookie rejected [JSESSIONID="C06C925B03C063197890F35BC05FD3CB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231913532_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231913532_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:19:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [WARN]: Cookie rejected [JSESSIONID="6BB4A68171C85E5C94D6ED7E527A7BE9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231913620_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231913620_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:19:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [WARN]: Cookie rejected [JSESSIONID="5636A4F3F1B6C92AE91CC8DC30AC7903", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231913808_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231913808_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:19:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:13: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [WARN]: Cookie rejected [JSESSIONID="1E5D7A8CA8339401F1401400678A4712", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231913923_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231913923_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:19:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [WARN]: Cookie rejected [JSESSIONID="57D454EB58566196BA09FBF07482305D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231914141_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231914141_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:19:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [WARN]: Cookie rejected [JSESSIONID="E61003C099487D4A7888CE4C0DC23442", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231914248_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231914248_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:19:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [WARN]: Cookie rejected [JSESSIONID="C5B0826CE3D61D8E6FD8B567C1E4315B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231914359_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231914359_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [WARN]: Cookie rejected [JSESSIONID="350B1C0154DF7127E4E0DEE731B04D68", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231914527_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231914527_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:19:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [WARN]: Cookie rejected [JSESSIONID="7B903854188705FC1491F92BF9F26870", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231914646_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231914646_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:14: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231914829_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:19:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:44: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:45: [WARN]: Cookie rejected [JSESSIONID="61BA7D5C329DF441C666922FFB327CDD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231944865_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231944865_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:19:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:45: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:45: [WARN]: Cookie rejected [JSESSIONID="5AC31F655F1921D909C78CE38D0C6C99", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231945576_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231945576_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:19:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:45: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:45: [WARN]: Cookie rejected [JSESSIONID="CE5EC37C6DEF11D7FD6D94CC7066056F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231945668_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231945668_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:19:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:45: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:46: [WARN]: Cookie rejected [JSESSIONID="D5B314F86779B52AD054A610CAFDFD2E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231945770_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231945770_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:19:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:46: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [WARN]: Cookie rejected [JSESSIONID="13708AD515089161B03EE661A041A4BF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231946983_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231946983_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:19:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [WARN]: Cookie rejected [JSESSIONID="77942F8DD0AFC264B9F6364A71B6039D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623194791_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201715623194791_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:19:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [WARN]: Cookie rejected [JSESSIONID="B8D7CFE8E457A1D59386FB354823EFE3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231947267_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017156231947267_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:19:47: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:47: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:47: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [WARN]: Cookie rejected [JSESSIONID="9C32BE3C10934EF3B79DCCCEE5E3D9B1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231947373_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231947373_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:19:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [WARN]: Cookie rejected [JSESSIONID="B16F17E764A14D6EEE51B65A64D38900", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231947860_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231947860_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:19:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:47: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="12FE4B888644867E23F610B8F22659FA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231947972_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231947972_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="C6C8572645BA41E013CB8B592506DA44", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948132_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948132_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="DB0973165B6F98241D7136F2202ABF36", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948276_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948276_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="032326B3FB4BC02C2E0DB0542B4F3A5E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948379_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948379_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="F9378C75CE54EB948CD08C1361C343B1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948474_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948474_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="390CA135F2B27AD495F7AB6581109BBA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948593_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948593_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="642F2AD726F022AE6FA7957E6DD0EF22", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948693_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948693_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [WARN]: Cookie rejected [JSESSIONID="4C24E58D36A2A78F347167242C70D8E1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948757_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948757_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:19:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:48: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="8C43C5C68BE7F628D09CB4ED2B0A2B9F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231948912_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231948912_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="8CEE09572A419D94794DBFACEC5AC854", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623194967_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201715623194967_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="DF795D003A56E599F29BAE60088E1895", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231949214_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231949214_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="5ABCCFBD4C5F457C6095E6EB36E68BF3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231949351_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231949351_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="56C6B9528410FF9399C5C5F51265A355", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231949450_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231949450_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="B4DB0D444E3F88CF9C4B5D0DE2B19423", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231949599_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231949599_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="5D2F135BC0E203DD7F396B8A36DB72D2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231949738_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231949738_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [WARN]: Cookie rejected [JSESSIONID="89D594BF5921E009E636481E36F319DF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231949806_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231949806_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:19:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:49: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="7EAF7B77C6F8308BAFDCBA3D3503C34E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231949918_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231949918_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="4D33763417A98C31510B946240E5CEA9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623195016_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201715623195016_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="658CE1AF55357D86A58F214920F75025", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950146_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950146_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="4B5BF5A53AEDF8CF8031B7A91F77D907", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950277_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950277_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="696BF530DAE634476C913B1EED8E7EA2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950342_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950342_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="4FFDF4960D5A6F3DD40723B05509CCC2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950418_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950418_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="8C7DA67A57EE3188D8007C5247940BDC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950510_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950510_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="2E505BF08C60DC4E03A59016AEE95DFA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950654_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950654_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="74498FEE7F72147427950C54B6B8C18D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950786_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950786_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [WARN]: Cookie rejected [JSESSIONID="B5877BB45C777719F14CE3C0A578899E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950861_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950861_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:19:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:50: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:51: [WARN]: Cookie rejected [JSESSIONID="5ABF45774D1F842F689FF498FD5A279A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231950993_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231950993_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:19:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:51: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:51: [WARN]: Cookie rejected [JSESSIONID="CC1223B3535E0935382DFA10A6747146", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231951109_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test2017156231951109_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:19:51: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:51: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:51: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:51: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [WARN]: Cookie rejected [JSESSIONID="95DD5A2855EDA53C08AE746866824614", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231951231_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231951231_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-06:19:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [WARN]: Cookie rejected [JSESSIONID="C8C571C2ECD8373A9E051F353D72AD48", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623195249_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201715623195249_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-06:19:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [WARN]: Cookie rejected [JSESSIONID="10136AB7EE8DCA7EA0EC2B8699FEC986", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231952273_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231952273_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-06:19:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [WARN]: Cookie rejected [JSESSIONID="9DE2E22ADEC262A4049CB3CE05516333", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231952485_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231952485_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-06:19:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [WARN]: Cookie rejected [JSESSIONID="9A68C15FC1DF7507C37853DB142A396A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231952611_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231952611_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-06:19:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [WARN]: Cookie rejected [JSESSIONID="AC675314E32704B7F01A3333962C518F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231952741_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231952741_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-06:19:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:52: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [WARN]: Cookie rejected [JSESSIONID="3A393A45DC6D3116514D997942ED8C77", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231952971_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231952971_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-06:19:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [WARN]: Cookie rejected [JSESSIONID="E6069FC8D59F150E2DDC4F7FC0D51F0B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231953226_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231953226_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-06:19:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [WARN]: Cookie rejected [JSESSIONID="A712E52CBD2D7A9B71818B8BBEBEC780", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231953342_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231953342_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-06:19:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [WARN]: Cookie rejected [JSESSIONID="DA7FE04DD89D07CB03D07B242094052C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231953447_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231953447_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-06:19:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [WARN]: Cookie rejected [JSESSIONID="AF806393A6401B0C5DA3BF09DD3C5CFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231953623_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231953623_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-06:19:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [WARN]: Cookie rejected [JSESSIONID="8926AFBEA9490577AC791BED6F7859CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231953823_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231953823_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-06:19:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:53: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [WARN]: Cookie rejected [JSESSIONID="9633A02EFC8AFD2B50FDC316A1EAE2CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231953976_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231953976_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-06:19:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [WARN]: Cookie rejected [JSESSIONID="3C4E2C98832CDB12E33767E1068DFCED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231954171_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231954171_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-06:19:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [WARN]: Cookie rejected [JSESSIONID="34AB4A5E021C467234B4A343F56491E7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231954381_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231954381_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-06:19:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [WARN]: Cookie rejected [JSESSIONID="5633898A9B43F67CA370614279FC61F5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231954560_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231954560_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-06:19:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [WARN]: Cookie rejected [JSESSIONID="39B9F45BF2E10DD94F21A99468C943D7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231954735_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231954735_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-06:19:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:54: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [WARN]: Cookie rejected [JSESSIONID="F5949E100B4B0114467A4A114DFB2E55", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231954856_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231954856_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-06:19:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [WARN]: Cookie rejected [JSESSIONID="D2C379B84E645B4F515508C5331C854C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201715623195554_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201715623195554_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-06:19:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [WARN]: Cookie rejected [JSESSIONID="975650C69CA42095D66D1C3F0345E844", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231955269_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231955269_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [WARN]: Cookie rejected [JSESSIONID="665757BD8AC0DC0036BFF3A49C82464F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231955448_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231955448_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-06:19:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [WARN]: Cookie rejected [JSESSIONID="012A478334A3A08E97E8AE46576AA7F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231955544_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231955544_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-06:19:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [WARN]: Cookie rejected [JSESSIONID="4054927DD7F9A756EEB0E62DC9ECC850", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231955643_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231955643_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-06:19:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [WARN]: Cookie rejected [JSESSIONID="6436E8067A715A87BE54E9BE24BBE3CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231955765_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231955765_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-06:19:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:55: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [WARN]: Cookie rejected [JSESSIONID="7DC73E5EA7A6E7C1CBC810964449101E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231955923_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231955923_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-06:19:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [WARN]: Cookie rejected [JSESSIONID="F9329A3248ED7243A3F1CA98527AAC3E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231956122_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231956122_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-06:19:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [WARN]: Cookie rejected [JSESSIONID="CAF7F698F5F428C4218526762AD152F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231956287_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231956287_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-06:19:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [WARN]: Cookie rejected [JSESSIONID="DF8E5E10E10E8F938ABD018DF3287377", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231956511_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231956511_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-06:19:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [WARN]: Cookie rejected [JSESSIONID="3B4750E143ABB3EEEFC225FC6B06E5A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231956609_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231956609_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-06:19:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-06:19:56: [WARN]: Cookie rejected [JSESSIONID="D6EFE05E8A1938A36BC4DD2E507EAD9E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017156231956710_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test2017156231956710_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-06:19:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:56: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
=============================================================================================================
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
=============================================================================================================
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
=============================================================================================================
20170606-06:19:56: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:57: [WARN]: Cookie rejected [JSESSIONID="5200B3DF52C8EF2CC17A3F7DEE31D18D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:19:57: [INFO]: Caching objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:58: [WARN]: Cookie rejected [JSESSIONID="5D4D895D14714E2BD1C966AB269CC711", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:09:57.776%2B00:00&toDate=2017-06-06T06:18:57.776%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:19:58: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:58: [WARN]: Cookie rejected [JSESSIONID="030D7D26342587E895EFB658E9BCE2E5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:19:58: [INFO]: Caching objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:59: [WARN]: Cookie rejected [JSESSIONID="A92F637ECB3CB8DA26A035704BE1F168", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:09:58.772%2B00:00&toDate=2017-06-06T06:18:58.772%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:19:59: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:59: [WARN]: Cookie rejected [JSESSIONID="558704624D32F29D8DA49259E61B2BCD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:19:59: [INFO]: Caching objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:59: [WARN]: Cookie rejected [JSESSIONID="9182BB7CD2BCA4DCDCF6537B1D461D08", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:09:59.446%2B00:00&toDate=2017-06-06T06:18:59.446%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:19:59: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:19:59: [WARN]: Cookie rejected [JSESSIONID="CCCE2D806CEF086E108DFD981083BF1D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:20:00: [INFO]: Caching objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:00: [WARN]: Cookie rejected [JSESSIONID="A84969249124B338C2E70647ACFC613E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:10:00.014%2B00:00&toDate=2017-06-06T06:19:00.014%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:20:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:00: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           1
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           1
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           1
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           1
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:20:00: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:00: [WARN]: Cookie rejected [JSESSIONID="E99BD202B3A108B9A72C194C497F48BE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:20:00: [WARN]: Cookie rejected [JSESSIONID="B472E5F55751D398E6767DB4BE996B28", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-06:20:00: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:01: [WARN]: Cookie rejected [JSESSIONID="4EB78C4EA66806FF9F9676B50EDBFF61", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:20:01: [WARN]: Cookie rejected [JSESSIONID="789B4F22B20AB317A804B93E199C61CF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-06:20:01: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:01: [WARN]: Cookie rejected [JSESSIONID="BF6E64687EA5C5C14487FE399B9B3E30", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:20:01: [WARN]: Cookie rejected [JSESSIONID="5D37AF6F136DBA20A5FB0C5337078E58", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-06:20:01: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [WARN]: Cookie rejected [JSESSIONID="11CA9BB4A5DEA86877AD23383CC88C0A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20170606-06:20:02: [WARN]: Cookie rejected [JSESSIONID="D465D4332937C4A3CBD82231206081CB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-06:20:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           1
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           1
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           1
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           1
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:20:02: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [WARN]: Cookie rejected [JSESSIONID="E8661D47B4C4A82532A3A5AFC4A8C3D4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-06:20:02: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [WARN]: Cookie rejected [JSESSIONID="2B15FA2B28A967DB3F654401BDFC1504", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-06:20:02: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:02: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [WARN]: Cookie rejected [JSESSIONID="DC53049BFAF6AC5F173E12A1791F50C3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-06:20:03: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [WARN]: Cookie rejected [JSESSIONID="F5991DDF47C85B27D603C8904732A5A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-06:20:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           2
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           2
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           2
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           2
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:20:03: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [WARN]: Cookie rejected [JSESSIONID="EA3FE51AA2CB2EB09231998386A07158", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:10:03.392%2B00:00&toDate=2017-06-06T06:19:03.392%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:20:03: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [WARN]: Cookie rejected [JSESSIONID="996ED5CCFE4618D1A2F6F32D9FC484A7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:10:03.626%2B00:00&toDate=2017-06-06T06:19:03.626%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:20:03: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:03: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [WARN]: Cookie rejected [JSESSIONID="3B03BCC1D77DA373E84831D1F37DE7D9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:10:03.871%2B00:00&toDate=2017-06-06T06:19:03.871%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:20:04: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [WARN]: Cookie rejected [JSESSIONID="4253ADAE3351965298F3A9F3182CDB05", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?fromDate=2017-06-06T06:10:04.129%2B00:00&toDate=2017-06-06T06:19:04.129%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-06:20:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           3
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           3
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           3
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           3
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:20:04: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [WARN]: Cookie rejected [JSESSIONID="79CA6788FEBDB2957127FE084389DBF7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-06:20:04: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:04: [WARN]: Cookie rejected [JSESSIONID="DCC2672B4A596213BFFD88308E5CB068", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-06:20:04: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:05: [WARN]: Cookie rejected [JSESSIONID="0EA394D73EC777F44709B00FC12C2E45", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-06:20:05: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:05: [WARN]: Cookie rejected [JSESSIONID="3B3BBB738119F796AC148612558E210A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-06:20:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:05: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           3
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           3
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           3
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           3
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:20:05: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-06:20:05: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:05: [WARN]: Cookie rejected [JSESSIONID="50F3BB4C713323AC9EB7272CB02FE36C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:20:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/resolve/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:20:06: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-06:20:06: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:06: [WARN]: Cookie rejected [JSESSIONID="8359132A4199CE5A9A6A734C84CB3E75", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:20:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/resolve/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:20:06: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-06:20:07: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:07: [WARN]: Cookie rejected [JSESSIONID="170E0F8901B545D552A93034FDE0B6C4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:20:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/resolve/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:20:08: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-06:20:08: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:20:08: [WARN]: Cookie rejected [JSESSIONID="60564EAD53A5E48AF3C8332FBA78A333", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:20:09: [WARN]: Cookie rejected [JSESSIONID="B521B84979E9EEC3D45300DEC398AC30", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-06:20:10: [WARN]: Cookie rejected [JSESSIONID="7440CEDE5D995B961DF44183E7D1B5E4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-06:20:10: [WARN]: Cookie rejected [JSESSIONID="0CDA8AFE621836C0B8CC3AD6FDF3D70F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-06:20:11: [WARN]: Cookie rejected [JSESSIONID="C8A00D83D6E2EA7CFBA3A96493E4E298", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-06:20:11: [WARN]: Cookie rejected [JSESSIONID="A1455039B43DB61CAF5E6211BE26E1B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-06:20:12: [WARN]: Cookie rejected [JSESSIONID="74732762D9F7D56EA2D41963C4AC6A82", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:20:13: [WARN]: Cookie rejected [JSESSIONID="550FE4713F5C583D384F4968DAFA0985", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:20:13: [WARN]: Cookie rejected [JSESSIONID="C23A9A9F258C1A60E92AD0533B6A5FDF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:20:14: [WARN]: Cookie rejected [JSESSIONID="932CAE6DBD534DAD85A4B04DEF5AC734", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:20:14: [WARN]: Cookie rejected [JSESSIONID="65A2C8C509F3FA7DB710DCEFB63B1AA6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:20:15: [WARN]: Cookie rejected [JSESSIONID="DA2EB5B2EA788ACE8AF4AA88C6630680", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-06:20:16: [WARN]: Cookie rejected [JSESSIONID="01466056ACFB784DE3D840A39584B2C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-06:20:16: [WARN]: Cookie rejected [JSESSIONID="12FD1D4701EAECAC7577ADA47B555BFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-06:20:17: [WARN]: Cookie rejected [JSESSIONID="BC9220929DD7A64E7CDC805583511E03", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-06:20:17: [WARN]: Cookie rejected [JSESSIONID="A46572BC06C5E6251468ED024AB45D39", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-06:20:18: [WARN]: Cookie rejected [JSESSIONID="7AC8B56F584284A13750EB619665FAF2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-06:20:19: [WARN]: Cookie rejected [JSESSIONID="089B550044ABDC6B14C7DE567EA84A68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-06:20:19: [WARN]: Cookie rejected [JSESSIONID="126EB3966F8313B4B6627CAEBB071965", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-06:20:20: [WARN]: Cookie rejected [JSESSIONID="EE5C778F67AFE3EF3AAB930A129554DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-06:20:20: [WARN]: Cookie rejected [JSESSIONID="246B7B5FC41964B41F008BDBA078C1BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-06:20:21: [WARN]: Cookie rejected [JSESSIONID="AD3E1231F2A28918849B05D09920E381", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-06:20:22: [WARN]: Cookie rejected [JSESSIONID="F032098D05FE57CC01EC3B47B5134B23", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-06:20:22: [WARN]: Cookie rejected [JSESSIONID="127375353CFBF4C7502875934C4A7E72", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-06:20:23: [WARN]: Cookie rejected [JSESSIONID="021723D1552DF6B4A110F8CD7D88F28D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-06:20:24: [WARN]: Cookie rejected [JSESSIONID="BA194050C1A761E9B6AE96AA773063AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-06:20:24: [WARN]: Cookie rejected [JSESSIONID="A515012F79017B4E1DBE2E30BC92D5CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-06:20:25: [WARN]: Cookie rejected [JSESSIONID="F637465954381A97E42654320075487E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-06:20:25: [WARN]: Cookie rejected [JSESSIONID="A729751730D53E4B3DC030571843929F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-06:20:26: [WARN]: Cookie rejected [JSESSIONID="00678C3C3EBD4F15929FE12D1AC2B4C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-06:20:27: [WARN]: Cookie rejected [JSESSIONID="D647E6D120884E56316FF3C366F10216", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-06:20:27: [WARN]: Cookie rejected [JSESSIONID="5BD3F96B7D31E8AE677904CEBD92AC2B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-06:20:28: [WARN]: Cookie rejected [JSESSIONID="AFB0445887BDC70DBA1D138F3E865192", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-06:20:29: [WARN]: Cookie rejected [JSESSIONID="E2006BB7A3E60D97EE628BFEC160F2E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-06:20:29: [WARN]: Cookie rejected [JSESSIONID="0D89AF602737B18825DBA27F62407B41", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-06:20:30: [WARN]: Cookie rejected [JSESSIONID="10E41AD8F3D8FB54A0DAB47C19E927C0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-06:20:30: [WARN]: Cookie rejected [JSESSIONID="B32C71C3C608AF197B5565AE471D4E24", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-06:20:31: [WARN]: Cookie rejected [JSESSIONID="9C7498DC108CA430E79AB1C050C39E94", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-06:20:32: [WARN]: Cookie rejected [JSESSIONID="D63C75F34E6EC0250DD877DF13814DA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-06:20:32: [WARN]: Cookie rejected [JSESSIONID="EA92590748AFB3031EC11CADBD627BBF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-06:20:33: [WARN]: Cookie rejected [JSESSIONID="4CB06284F46D7181A6F0752E76705EA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-06:20:34: [WARN]: Cookie rejected [JSESSIONID="5389EA4E7B7D83C52377A6D7D7412F67", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-06:20:34: [WARN]: Cookie rejected [JSESSIONID="A9EE88580C8C1935197FBB71B3FE3D62", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-06:20:35: [WARN]: Cookie rejected [JSESSIONID="A92E817F66A0137B152C14CEAA288428", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-06:20:35: [WARN]: Cookie rejected [JSESSIONID="BDE0AA723931E27A9CD43E4A655FFFE9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-06:20:36: [WARN]: Cookie rejected [JSESSIONID="924FEE2BB45BE3BC078DE58A31B814A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-06:20:37: [WARN]: Cookie rejected [JSESSIONID="93DCC602E3B6F8E344D184D8AB34A2EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-06:20:37: [WARN]: Cookie rejected [JSESSIONID="4EF17831904438CD858ACB2B5DF3069B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-06:20:38: [WARN]: Cookie rejected [JSESSIONID="9BAAC6E3982329FE715EBD1BD3F9EBBB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-06:20:39: [WARN]: Cookie rejected [JSESSIONID="BA6A348E6B1C183C11A7A52B184E2B63", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
20170606-06:20:39: [WARN]: Cookie rejected [JSESSIONID="75D0A19BEBEB010543F2C02DDDD662FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00ABF9B3-B064-464D-9A56-E3DBE5023851}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00ABF9B3-B064-464D-9A56-E3DBE5023851%7D [org.dataone.client.rest.RestClient]
20170606-06:20:40: [WARN]: Cookie rejected [JSESSIONID="21F648AA852269593ED56F4177F660DC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00AF24C3-4569-4AC4-A143-16F384B43333}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00AF24C3-4569-4AC4-A143-16F384B43333%7D [org.dataone.client.rest.RestClient]
20170606-06:20:41: [WARN]: Cookie rejected [JSESSIONID="B58A7D95626FA5A322586982FD82E82C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00B08D8D-0CBA-42F5-9D65-4DE1F056C018}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00B08D8D-0CBA-42F5-9D65-4DE1F056C018%7D [org.dataone.client.rest.RestClient]
20170606-06:20:42: [WARN]: Cookie rejected [JSESSIONID="3F891DFCB69C5388C2BE8F25A40F8575", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00B11F7A-E47C-4251-9389-D311CF6CD661}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00B11F7A-E47C-4251-9389-D311CF6CD661%7D [org.dataone.client.rest.RestClient]
20170606-06:20:42: [WARN]: Cookie rejected [JSESSIONID="0F3F55F6B5B02A2AA6DC05C4FCF36E5E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00B3887E-5A6F-41BC-A52E-4530A06C1780}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00B3887E-5A6F-41BC-A52E-4530A06C1780%7D [org.dataone.client.rest.RestClient]
20170606-06:20:43: [WARN]: Cookie rejected [JSESSIONID="763C726277169BAF4E2B13D539F16797", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00B50D48-FB3D-4450-8B56-754AF37CE222}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00B50D48-FB3D-4450-8B56-754AF37CE222%7D [org.dataone.client.rest.RestClient]
20170606-06:20:44: [WARN]: Cookie rejected [JSESSIONID="DDA150A5BE3AE8E21E8DE6BA190F955F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00B9B790-8C6F-45FB-A3A1-778BB31936ED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00B9B790-8C6F-45FB-A3A1-778BB31936ED%7D [org.dataone.client.rest.RestClient]
20170606-06:20:45: [WARN]: Cookie rejected [JSESSIONID="037DBD2D3610ACE38969AD48237092D6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00BD50C5-98BA-429E-B88E-4AB4FEF3D346}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00BD50C5-98BA-429E-B88E-4AB4FEF3D346%7D [org.dataone.client.rest.RestClient]
20170606-06:20:45: [WARN]: Cookie rejected [JSESSIONID="8722025E27D7BB77EDA8238076DDB6EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00BE2765-AA69-416A-819F-1AE8F5F5DEE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00BE2765-AA69-416A-819F-1AE8F5F5DEE0%7D [org.dataone.client.rest.RestClient]
20170606-06:20:46: [WARN]: Cookie rejected [JSESSIONID="49EA19B737921D7849BF9D20CF20E293", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00BF476A-2DEF-48FE-8D3F-A9924F0B6F2A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00BF476A-2DEF-48FE-8D3F-A9924F0B6F2A%7D [org.dataone.client.rest.RestClient]
20170606-06:20:47: [WARN]: Cookie rejected [JSESSIONID="6A0348415A1A0BFE35FE608C5BD9BE5D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00BF695C-5C5F-41CA-8740-10538AA65B2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00BF695C-5C5F-41CA-8740-10538AA65B2D%7D [org.dataone.client.rest.RestClient]
20170606-06:20:48: [WARN]: Cookie rejected [JSESSIONID="1CC33E7BF9C2588EA962CB45F70FECE7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00C01E81-E697-443D-A6D6-A82361A9992F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00C01E81-E697-443D-A6D6-A82361A9992F%7D [org.dataone.client.rest.RestClient]
20170606-06:20:48: [WARN]: Cookie rejected [JSESSIONID="C690688BBE251723AFEFC52A8BEEA671", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00C12B40-2A8D-4F47-BB7E-49F45017BB98}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00C12B40-2A8D-4F47-BB7E-49F45017BB98%7D [org.dataone.client.rest.RestClient]
20170606-06:20:49: [WARN]: Cookie rejected [JSESSIONID="32C55E788295943F5D88926B9D1D1438", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00C3970E-2347-4E65-8F24-41712F3BF268}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00C3970E-2347-4E65-8F24-41712F3BF268%7D [org.dataone.client.rest.RestClient]
20170606-06:20:50: [WARN]: Cookie rejected [JSESSIONID="3C53D36C3A22CBBBC2006182199A6F97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00C89A50-43AF-4562-AEB3-2F884CC497A5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00C89A50-43AF-4562-AEB3-2F884CC497A5%7D [org.dataone.client.rest.RestClient]
20170606-06:20:51: [WARN]: Cookie rejected [JSESSIONID="6867AF3BC4501DDC5D5C7BB63E1397E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00C96169-1B94-4641-AB2A-93A7C58F1543}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00C96169-1B94-4641-AB2A-93A7C58F1543%7D [org.dataone.client.rest.RestClient]
20170606-06:20:51: [WARN]: Cookie rejected [JSESSIONID="2406B0FF2D4845C928A5ED4275780827", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00CEEBE7-8BD9-4CAA-A5A5-47EE2F851DB7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00CEEBE7-8BD9-4CAA-A5A5-47EE2F851DB7%7D [org.dataone.client.rest.RestClient]
20170606-06:20:52: [WARN]: Cookie rejected [JSESSIONID="35CC2C9FC6818A85F03B30682C37C7AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00D08D5F-982A-406A-AA8D-67D38CB78F2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00D08D5F-982A-406A-AA8D-67D38CB78F2D%7D [org.dataone.client.rest.RestClient]
20170606-06:20:53: [WARN]: Cookie rejected [JSESSIONID="1DCA43D91C4D330D7AE0EE4D35D51B59", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00D3FB52-93C9-461C-BE4D-0B59F2965BCC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00D3FB52-93C9-461C-BE4D-0B59F2965BCC%7D [org.dataone.client.rest.RestClient]
20170606-06:20:54: [WARN]: Cookie rejected [JSESSIONID="BA245B6F26560CEC541C18E35C7C58E3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00D5C699-CD8A-4371-BBCA-B9BFFBFAB734}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00D5C699-CD8A-4371-BBCA-B9BFFBFAB734%7D [org.dataone.client.rest.RestClient]
20170606-06:20:54: [WARN]: Cookie rejected [JSESSIONID="532A0EE9FA89FA8FCEECC3136E574EC5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00D69219-E12B-4F8D-98DA-D2F401449423}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00D69219-E12B-4F8D-98DA-D2F401449423%7D [org.dataone.client.rest.RestClient]
20170606-06:20:55: [WARN]: Cookie rejected [JSESSIONID="9257A7459AC8DF58214821FDD57979C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00DB5D40-79F7-4D21-9CD5-EF4FE272CA85}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00DB5D40-79F7-4D21-9CD5-EF4FE272CA85%7D [org.dataone.client.rest.RestClient]
20170606-06:20:56: [WARN]: Cookie rejected [JSESSIONID="D988A4DC3F57DF1AD7EA8F9D3CAC50F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00E2AC0D-D348-4DA5-BCD4-9FCAC4517A52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00E2AC0D-D348-4DA5-BCD4-9FCAC4517A52%7D [org.dataone.client.rest.RestClient]
20170606-06:20:57: [WARN]: Cookie rejected [JSESSIONID="1D4ECDA25CBCAA3B77E0D084103496A4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00E4DA06-AC28-4800-823A-097256431108}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00E4DA06-AC28-4800-823A-097256431108%7D [org.dataone.client.rest.RestClient]
20170606-06:20:57: [WARN]: Cookie rejected [JSESSIONID="2342B0C11CC2AE013BA33D000CA7E462", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00EB30E0-A9C1-420F-97E1-0E16BAD7142B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00EB30E0-A9C1-420F-97E1-0E16BAD7142B%7D [org.dataone.client.rest.RestClient]
20170606-06:20:58: [WARN]: Cookie rejected [JSESSIONID="AF452FF8FE1412F475C1FACCBFBCBF33", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00EEAC74-14C2-4DB6-A9B1-BA163FCAF4FE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00EEAC74-14C2-4DB6-A9B1-BA163FCAF4FE%7D [org.dataone.client.rest.RestClient]
20170606-06:20:59: [WARN]: Cookie rejected [JSESSIONID="3474901A537A56B9248B4B95078D7D12", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00EEB96E-7104-4796-A4C6-C1DFF7DFA170}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:20:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00EEB96E-7104-4796-A4C6-C1DFF7DFA170%7D [org.dataone.client.rest.RestClient]
20170606-06:21:00: [WARN]: Cookie rejected [JSESSIONID="6848B34E68B0B2DB04E6327BDEAD0C02", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00EF4E5F-C446-4513-9BC6-11CDDA4B27B8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00EF4E5F-C446-4513-9BC6-11CDDA4B27B8%7D [org.dataone.client.rest.RestClient]
20170606-06:21:00: [WARN]: Cookie rejected [JSESSIONID="F94ED2BEDA4AB8ACEF4F6C01277F1EE1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00EFE50E-A607-4CE6-83BE-C09913FFCA2C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00EFE50E-A607-4CE6-83BE-C09913FFCA2C%7D [org.dataone.client.rest.RestClient]
20170606-06:21:01: [WARN]: Cookie rejected [JSESSIONID="438DB74FE4A9B6F4BCF0A19EEB5E6169", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00F0896A-976E-47AD-BA52-D4712701166C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00F0896A-976E-47AD-BA52-D4712701166C%7D [org.dataone.client.rest.RestClient]
20170606-06:21:02: [WARN]: Cookie rejected [JSESSIONID="49FDE4D78B44EF07ECD143BF38ECE219", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00F1F748-3A97-4DDE-9038-3F875A0E8144}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00F1F748-3A97-4DDE-9038-3F875A0E8144%7D [org.dataone.client.rest.RestClient]
20170606-06:21:03: [WARN]: Cookie rejected [JSESSIONID="38A449BAB0F205DA8EBC380444F0A15F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00F51BF9-A713-45AD-A690-2F1C479BF93D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00F51BF9-A713-45AD-A690-2F1C479BF93D%7D [org.dataone.client.rest.RestClient]
20170606-06:21:03: [WARN]: Cookie rejected [JSESSIONID="8291C2311F08462D3A992D444AF5DB1B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00F97E49-86C1-4378-9C72-670DA2899562}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00F97E49-86C1-4378-9C72-670DA2899562%7D [org.dataone.client.rest.RestClient]
20170606-06:21:04: [WARN]: Cookie rejected [JSESSIONID="E890D6C2CEC0AF2C66CF8FA2EDA5D4C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00FA40F0-61B2-448B-8594-5F04E0464D3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00FA40F0-61B2-448B-8594-5F04E0464D3F%7D [org.dataone.client.rest.RestClient]
20170606-06:21:05: [WARN]: Cookie rejected [JSESSIONID="5FCF89A69DE307998E179580B36F477B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00FB36E5-8159-401E-AA72-047494C1A4CD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00FB36E5-8159-401E-AA72-047494C1A4CD%7D [org.dataone.client.rest.RestClient]
20170606-06:21:06: [WARN]: Cookie rejected [JSESSIONID="5CF7A6444C0F18FD07E092D47DD27114", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00FB9CEF-5870-4296-9AF9-64B8D3760B65}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00FB9CEF-5870-4296-9AF9-64B8D3760B65%7D [org.dataone.client.rest.RestClient]
20170606-06:21:06: [WARN]: Cookie rejected [JSESSIONID="0971C6994485D3C47B5AF4252E95D256", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00FECFE7-2298-465B-993B-B2591DFD903F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00FECFE7-2298-465B-993B-B2591DFD903F%7D [org.dataone.client.rest.RestClient]
20170606-06:21:07: [WARN]: Cookie rejected [JSESSIONID="E1307C5DA94720343AD226A3A637DA27", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{00FF8BC0-F886-48D9-8CE4-678687601A1D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00FF8BC0-F886-48D9-8CE4-678687601A1D%7D [org.dataone.client.rest.RestClient]
20170606-06:21:08: [WARN]: Cookie rejected [JSESSIONID="63CC26B93C417427297EF0A6DB3E71D6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0100B26D-5147-44FF-8FAF-79EC83BB80AB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0100B26D-5147-44FF-8FAF-79EC83BB80AB%7D [org.dataone.client.rest.RestClient]
20170606-06:21:08: [WARN]: Cookie rejected [JSESSIONID="BC26493A57354D941C34AE0E76E33F41", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0101CCF4-E4BA-4FE8-9D37-06B200FD4D49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0101CCF4-E4BA-4FE8-9D37-06B200FD4D49%7D [org.dataone.client.rest.RestClient]
20170606-06:21:09: [WARN]: Cookie rejected [JSESSIONID="1FF8C3F50169DE51F761851E61BE8619", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0104908C-7F34-4229-867B-D6C190BF1AB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0104908C-7F34-4229-867B-D6C190BF1AB1%7D [org.dataone.client.rest.RestClient]
20170606-06:21:10: [WARN]: Cookie rejected [JSESSIONID="044EC3C247590B83A9EF7232DDC67F2E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0106F8B5-AF5F-403D-A22C-1F4CD9F9AE39}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0106F8B5-AF5F-403D-A22C-1F4CD9F9AE39%7D [org.dataone.client.rest.RestClient]
20170606-06:21:11: [WARN]: Cookie rejected [JSESSIONID="89C79902F43825ABFE72FF69BE6CD0E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0107E223-B646-45DD-89CE-D71CD6DD1EAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0107E223-B646-45DD-89CE-D71CD6DD1EAA%7D [org.dataone.client.rest.RestClient]
20170606-06:21:11: [WARN]: Cookie rejected [JSESSIONID="76CDAFA192DC8A74D12F10426339A913", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01098A4A-CB44-40C3-A8A4-30C8AD98DEA0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01098A4A-CB44-40C3-A8A4-30C8AD98DEA0%7D [org.dataone.client.rest.RestClient]
20170606-06:21:12: [WARN]: Cookie rejected [JSESSIONID="0E941E6D85EFFD527BEDD4696471C065", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{010E56E0-3C99-404A-8960-CB12824DF5A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B010E56E0-3C99-404A-8960-CB12824DF5A6%7D [org.dataone.client.rest.RestClient]
20170606-06:21:13: [WARN]: Cookie rejected [JSESSIONID="6438D152E0EE71B7BC1CCBB87F1CFAD7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{010E7FBE-E2AB-4B72-95AF-03C0255D6856}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B010E7FBE-E2AB-4B72-95AF-03C0255D6856%7D [org.dataone.client.rest.RestClient]
20170606-06:21:13: [WARN]: Cookie rejected [JSESSIONID="74048407630FD4F6C1D22210152431AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{010F0852-0CF1-46DF-AC60-9C54A799CEBF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B010F0852-0CF1-46DF-AC60-9C54A799CEBF%7D [org.dataone.client.rest.RestClient]
20170606-06:21:14: [WARN]: Cookie rejected [JSESSIONID="1895783D47E18A17CC89DA346E977D29", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{011173DE-60E0-4B58-8DDE-1C20ACF3A85C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B011173DE-60E0-4B58-8DDE-1C20ACF3A85C%7D [org.dataone.client.rest.RestClient]
20170606-06:21:15: [WARN]: Cookie rejected [JSESSIONID="00797FAA0778E7CC33ABCE14CF4A76E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{011731C2-C86D-42D8-ABB9-24CE2BC33F3A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B011731C2-C86D-42D8-ABB9-24CE2BC33F3A%7D [org.dataone.client.rest.RestClient]
20170606-06:21:16: [WARN]: Cookie rejected [JSESSIONID="7042A5110357E28085F2E84711B7D839", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01178FFE-C017-4F45-8523-CB678DDC786B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01178FFE-C017-4F45-8523-CB678DDC786B%7D [org.dataone.client.rest.RestClient]
20170606-06:21:16: [WARN]: Cookie rejected [JSESSIONID="C79556B2F3B320175C95EA4BC795EE25", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0117CF8F-EE7B-4876-B73C-082C32FB74EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0117CF8F-EE7B-4876-B73C-082C32FB74EB%7D [org.dataone.client.rest.RestClient]
20170606-06:21:17: [WARN]: Cookie rejected [JSESSIONID="17E6ECC94FB4E6C232DEF95F139C435B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{011BAE4F-9AED-4F7A-996A-370C18157961}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B011BAE4F-9AED-4F7A-996A-370C18157961%7D [org.dataone.client.rest.RestClient]
20170606-06:21:18: [WARN]: Cookie rejected [JSESSIONID="846C733161D5336645AD34A173A65E3B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{011D09B2-52F6-47C1-A1CE-CDCAC58EABAE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B011D09B2-52F6-47C1-A1CE-CDCAC58EABAE%7D [org.dataone.client.rest.RestClient]
20170606-06:21:19: [WARN]: Cookie rejected [JSESSIONID="B057621B1AF22340A194817422CD578D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01295CF3-D1A6-4571-8CBD-F78061FAD515}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01295CF3-D1A6-4571-8CBD-F78061FAD515%7D [org.dataone.client.rest.RestClient]
20170606-06:21:19: [WARN]: Cookie rejected [JSESSIONID="3CCE465AA2C1061BD2FDE727AFF147A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{012E6B41-A86B-4729-B90A-E00D9C323797}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B012E6B41-A86B-4729-B90A-E00D9C323797%7D [org.dataone.client.rest.RestClient]
20170606-06:21:20: [WARN]: Cookie rejected [JSESSIONID="050F260C60770E2E579CABEBB2F3E5E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0133D63B-D29A-441E-9C5B-6C7D85A304D1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0133D63B-D29A-441E-9C5B-6C7D85A304D1%7D [org.dataone.client.rest.RestClient]
20170606-06:21:21: [WARN]: Cookie rejected [JSESSIONID="9590AB3294A7BB5B432835031F254779", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01357606-D78D-46C7-9702-E1B9CD83E5EA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01357606-D78D-46C7-9702-E1B9CD83E5EA%7D [org.dataone.client.rest.RestClient]
20170606-06:21:22: [WARN]: Cookie rejected [JSESSIONID="57028FD90F42B2C21B61E8A61B53164E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0135EF8B-CC4D-45D6-A14A-E8D161DE770B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0135EF8B-CC4D-45D6-A14A-E8D161DE770B%7D [org.dataone.client.rest.RestClient]
20170606-06:21:22: [WARN]: Cookie rejected [JSESSIONID="EE93D735DB8432694D72C4B1D2F55846", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{013B0A54-0C18-4586-BC71-FFC161F9FE0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B013B0A54-0C18-4586-BC71-FFC161F9FE0D%7D [org.dataone.client.rest.RestClient]
20170606-06:21:23: [WARN]: Cookie rejected [JSESSIONID="E00279D5658A4C40C65B8A26F3231B5D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{013B629F-9B89-4683-8BF6-5DB17991E994}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B013B629F-9B89-4683-8BF6-5DB17991E994%7D [org.dataone.client.rest.RestClient]
20170606-06:21:24: [WARN]: Cookie rejected [JSESSIONID="6EBAD6E77E45BD67835907780F3D413B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{013C43FD-E976-4943-830F-A6FF6E863134}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B013C43FD-E976-4943-830F-A6FF6E863134%7D [org.dataone.client.rest.RestClient]
20170606-06:21:25: [WARN]: Cookie rejected [JSESSIONID="7F0822B94220C327C4A594231C264D92", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{013E4F76-AF23-4DB2-BD6E-60F9AAEA25D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B013E4F76-AF23-4DB2-BD6E-60F9AAEA25D8%7D [org.dataone.client.rest.RestClient]
20170606-06:21:26: [WARN]: Cookie rejected [JSESSIONID="8BFECE95AE69BE47EA81ECD9DF5AD5D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{013EADA9-CA06-48E3-9B05-0E76AF85B2E1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B013EADA9-CA06-48E3-9B05-0E76AF85B2E1%7D [org.dataone.client.rest.RestClient]
20170606-06:21:26: [WARN]: Cookie rejected [JSESSIONID="D7C073F97436509E4AC378E9D2FF1BD6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{013FBAC6-9566-4EDA-94D0-C13A53CD2B1C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B013FBAC6-9566-4EDA-94D0-C13A53CD2B1C%7D [org.dataone.client.rest.RestClient]
20170606-06:21:27: [WARN]: Cookie rejected [JSESSIONID="E8CBB3F871FEFD15BB8EB794B48B1AEF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0143D799-2266-4DD3-82D3-39908920DDC3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0143D799-2266-4DD3-82D3-39908920DDC3%7D [org.dataone.client.rest.RestClient]
20170606-06:21:28: [WARN]: Cookie rejected [JSESSIONID="D7C82424D1076BEFFB6E5DBDBD2BB8CB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0145BB27-31E5-4FEB-8D52-EA6A0837C766}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0145BB27-31E5-4FEB-8D52-EA6A0837C766%7D [org.dataone.client.rest.RestClient]
20170606-06:21:29: [WARN]: Cookie rejected [JSESSIONID="F52DA8A0583EED1CA772DFB0598CF6BD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0147DEFE-DB97-4324-BB4D-467F9E46C383}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0147DEFE-DB97-4324-BB4D-467F9E46C383%7D [org.dataone.client.rest.RestClient]
20170606-06:21:29: [WARN]: Cookie rejected [JSESSIONID="F038871DBF126003B783917DE67DF844", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{014A1708-4540-4003-92B2-3BBDBEBF29B0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B014A1708-4540-4003-92B2-3BBDBEBF29B0%7D [org.dataone.client.rest.RestClient]
20170606-06:21:30: [WARN]: Cookie rejected [JSESSIONID="99BC57EB066120B3B2437C0B893FB99A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{014AFD48-627C-4B27-B3B5-B5368619FC84}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B014AFD48-627C-4B27-B3B5-B5368619FC84%7D [org.dataone.client.rest.RestClient]
20170606-06:21:31: [WARN]: Cookie rejected [JSESSIONID="C5DE0D701E67AF54FC247565B60CCEC9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{014C34E7-C439-402B-A210-49961477449C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B014C34E7-C439-402B-A210-49961477449C%7D [org.dataone.client.rest.RestClient]
20170606-06:21:32: [WARN]: Cookie rejected [JSESSIONID="05105EBB89620E9956E25258EBCDE474", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{014DF544-5C49-44F8-9788-D8CED7395B9A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B014DF544-5C49-44F8-9788-D8CED7395B9A%7D [org.dataone.client.rest.RestClient]
20170606-06:21:33: [WARN]: Cookie rejected [JSESSIONID="1DC13C49CF1E23C12D573C32126D432D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{014ECC08-ED70-44DA-B0A0-FD16C52CE461}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B014ECC08-ED70-44DA-B0A0-FD16C52CE461%7D [org.dataone.client.rest.RestClient]
20170606-06:21:33: [WARN]: Cookie rejected [JSESSIONID="4DA3441F8197DDBF3D797FBC03A97191", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01539724-4965-4D7D-A2F3-FFDB7DEE67B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01539724-4965-4D7D-A2F3-FFDB7DEE67B5%7D [org.dataone.client.rest.RestClient]
20170606-06:21:34: [WARN]: Cookie rejected [JSESSIONID="7D6286B37CB9F52CD90872A9E8405CB9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0155A972-C47E-437B-97F2-292E380339D5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0155A972-C47E-437B-97F2-292E380339D5%7D [org.dataone.client.rest.RestClient]
20170606-06:21:35: [WARN]: Cookie rejected [JSESSIONID="85C97027056F68F1E7B6584646190A21", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{015886E9-6AED-4EAF-8337-795B7EDFA9BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B015886E9-6AED-4EAF-8337-795B7EDFA9BB%7D [org.dataone.client.rest.RestClient]
20170606-06:21:35: [WARN]: Cookie rejected [JSESSIONID="A5674205815E40A293F981CDA3EA004F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{015BE6DB-A9D8-4966-AA1F-A0919C7752C4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B015BE6DB-A9D8-4966-AA1F-A0919C7752C4%7D [org.dataone.client.rest.RestClient]
20170606-06:21:36: [WARN]: Cookie rejected [JSESSIONID="5176EE55A1F660E6206197DFDE13940A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01627CA3-F660-46B1-8C31-C06715ADE4A5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01627CA3-F660-46B1-8C31-C06715ADE4A5%7D [org.dataone.client.rest.RestClient]
20170606-06:21:37: [WARN]: Cookie rejected [JSESSIONID="DA55F6B9431DE790F38AA8EA511DC7D1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0163F2C3-D814-4257-B347-0C327F856DA5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0163F2C3-D814-4257-B347-0C327F856DA5%7D [org.dataone.client.rest.RestClient]
20170606-06:21:38: [WARN]: Cookie rejected [JSESSIONID="6A6B363F084A281643A747F2A2D6FE7D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{016401C5-1CAE-4488-BA16-A4E0764E94D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B016401C5-1CAE-4488-BA16-A4E0764E94D8%7D [org.dataone.client.rest.RestClient]
20170606-06:21:39: [WARN]: Cookie rejected [JSESSIONID="97F32A95E070904A23514230B61E494E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0167A885-BD32-4BC4-ACF5-B1613F2DC234}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0167A885-BD32-4BC4-ACF5-B1613F2DC234%7D [org.dataone.client.rest.RestClient]
20170606-06:21:39: [WARN]: Cookie rejected [JSESSIONID="0865017F387AD8AB672FB1B086BCD9DC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{016CEC20-6701-4F24-86A2-BD78E82127AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B016CEC20-6701-4F24-86A2-BD78E82127AD%7D [org.dataone.client.rest.RestClient]
20170606-06:21:40: [WARN]: Cookie rejected [JSESSIONID="15F84F219C04E6B30876620791CFBF15", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{017821D8-2A93-4704-A4E8-4C7A29CE3B3E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B017821D8-2A93-4704-A4E8-4C7A29CE3B3E%7D [org.dataone.client.rest.RestClient]
20170606-06:21:41: [WARN]: Cookie rejected [JSESSIONID="5A6E5D00F9A959525064E371AB613D56", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{017C8467-AB6C-4A0C-B19D-9679FF33CAE4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B017C8467-AB6C-4A0C-B19D-9679FF33CAE4%7D [org.dataone.client.rest.RestClient]
20170606-06:21:42: [WARN]: Cookie rejected [JSESSIONID="CB986E8D40157A374F32409F06CFEC23", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{017CB81A-9282-4435-97DB-978648F418D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B017CB81A-9282-4435-97DB-978648F418D7%7D [org.dataone.client.rest.RestClient]
20170606-06:21:42: [WARN]: Cookie rejected [JSESSIONID="D694DCA93F5557656A87218C8824FCB4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{017F445E-680E-42E3-8156-5D4D90E7918F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B017F445E-680E-42E3-8156-5D4D90E7918F%7D [org.dataone.client.rest.RestClient]
20170606-06:21:43: [WARN]: Cookie rejected [JSESSIONID="E4DDB557A01868E38EB41A02F1F1AC68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0180E54B-DE09-460A-9985-BD1E4FA78A57}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0180E54B-DE09-460A-9985-BD1E4FA78A57%7D [org.dataone.client.rest.RestClient]
20170606-06:21:44: [WARN]: Cookie rejected [JSESSIONID="A0FE722187DBB90180EEEC2A14917A6E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0182675F-6529-40D5-BEF6-71141D2C5E89}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0182675F-6529-40D5-BEF6-71141D2C5E89%7D [org.dataone.client.rest.RestClient]
20170606-06:21:44: [WARN]: Cookie rejected [JSESSIONID="4A49FBEBF5D6D6E68B0EA7C0167E9E03", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01845942-A79B-44FF-8A71-EDBE6D4E19A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01845942-A79B-44FF-8A71-EDBE6D4E19A6%7D [org.dataone.client.rest.RestClient]
20170606-06:21:45: [WARN]: Cookie rejected [JSESSIONID="DA1DFE6451186E0DEC1AA13213857A01", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01850565-557B-4507-BF2A-296B012C643D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01850565-557B-4507-BF2A-296B012C643D%7D [org.dataone.client.rest.RestClient]
20170606-06:21:46: [WARN]: Cookie rejected [JSESSIONID="6AA43C1C1C1C40CF058032852F758854", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{018CECC1-DD82-49A8-88FF-A49C0701B901}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B018CECC1-DD82-49A8-88FF-A49C0701B901%7D [org.dataone.client.rest.RestClient]
20170606-06:21:47: [WARN]: Cookie rejected [JSESSIONID="91B09059B156E82F935B279CD211FBE8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0192A361-0DDB-4A95-97E8-15430664A914}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0192A361-0DDB-4A95-97E8-15430664A914%7D [org.dataone.client.rest.RestClient]
20170606-06:21:47: [WARN]: Cookie rejected [JSESSIONID="C1AFBCE655A60A388E8B377CEF3D6CF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0193A6DC-1AFD-44D2-8481-E105BB228292}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0193A6DC-1AFD-44D2-8481-E105BB228292%7D [org.dataone.client.rest.RestClient]
20170606-06:21:48: [WARN]: Cookie rejected [JSESSIONID="F08AB3462B9E2DE4D4E96C64B765C67D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01946848-9DBB-47F7-AEE0-0CF0C840D54A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01946848-9DBB-47F7-AEE0-0CF0C840D54A%7D [org.dataone.client.rest.RestClient]
20170606-06:21:49: [WARN]: Cookie rejected [JSESSIONID="5D3E015C44B18D02D5E001DC90ABFF6C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0195C47D-C4B1-469C-BB55-C50C5FD280EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0195C47D-C4B1-469C-BB55-C50C5FD280EC%7D [org.dataone.client.rest.RestClient]
20170606-06:21:50: [WARN]: Cookie rejected [JSESSIONID="E6F1674B8B3F6DDD1DEC54A743E86E3F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01964683-7D5E-40A1-93D8-C73FD9B81E4D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01964683-7D5E-40A1-93D8-C73FD9B81E4D%7D [org.dataone.client.rest.RestClient]
20170606-06:21:50: [WARN]: Cookie rejected [JSESSIONID="078F763FB33C9BFD0EAC68602354B156", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0198F51C-C13B-42B8-8801-7077C3548D15}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0198F51C-C13B-42B8-8801-7077C3548D15%7D [org.dataone.client.rest.RestClient]
20170606-06:21:51: [WARN]: Cookie rejected [JSESSIONID="552A55D362F606D76388C5A125029934", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01999C48-CCF6-42E2-8134-C44679E42294}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01999C48-CCF6-42E2-8134-C44679E42294%7D [org.dataone.client.rest.RestClient]
20170606-06:21:52: [WARN]: Cookie rejected [JSESSIONID="622B9D9DD267894EA8B330D0B96C97B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0199C6BF-0B35-4B34-9057-21A9B2F0CCBA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0199C6BF-0B35-4B34-9057-21A9B2F0CCBA%7D [org.dataone.client.rest.RestClient]
20170606-06:21:53: [WARN]: Cookie rejected [JSESSIONID="4F1568D8D9DE6CED0C0A74D323A149E3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{019E59A7-04D0-4DB0-8DDD-B24489230BE8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B019E59A7-04D0-4DB0-8DDD-B24489230BE8%7D [org.dataone.client.rest.RestClient]
20170606-06:21:53: [WARN]: Cookie rejected [JSESSIONID="A3AA87D3D98AC9D85FE7FF9F783CA1FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01A0A6C9-28BF-4B22-B059-BA202ABFDA03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01A0A6C9-28BF-4B22-B059-BA202ABFDA03%7D [org.dataone.client.rest.RestClient]
20170606-06:21:54: [WARN]: Cookie rejected [JSESSIONID="313F99D681B2E4503B32F7C8BD0C4147", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01A561EB-3961-426A-AC17-7F7E7FB57277}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01A561EB-3961-426A-AC17-7F7E7FB57277%7D [org.dataone.client.rest.RestClient]
20170606-06:21:55: [WARN]: Cookie rejected [JSESSIONID="0F73A8DED660ED4CA8B10374E3FCE6D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01A6AF36-701E-4C1A-B3A0-1E95688644B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01A6AF36-701E-4C1A-B3A0-1E95688644B5%7D [org.dataone.client.rest.RestClient]
20170606-06:21:56: [WARN]: Cookie rejected [JSESSIONID="A83BDC1D338DD09156452420377ADA12", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01AA22BE-BDA0-4741-8861-4C031AC795D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01AA22BE-BDA0-4741-8861-4C031AC795D7%7D [org.dataone.client.rest.RestClient]
20170606-06:21:56: [WARN]: Cookie rejected [JSESSIONID="5DEED491A318D21B5CB5EC62E707D7B8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01AA8EEA-313D-4DE1-A67F-939DA2F901A8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01AA8EEA-313D-4DE1-A67F-939DA2F901A8%7D [org.dataone.client.rest.RestClient]
20170606-06:21:57: [WARN]: Cookie rejected [JSESSIONID="A2E1FD9591ED917E9DFAF84A33832837", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01AE9EC3-6ADA-460A-A6C2-8AEFDF81AB19}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01AE9EC3-6ADA-460A-A6C2-8AEFDF81AB19%7D [org.dataone.client.rest.RestClient]
20170606-06:21:58: [WARN]: Cookie rejected [JSESSIONID="B66BCEBE30546BC7E9B0E72CBD025B5C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01B40F7B-AEDF-4C25-8332-9F473CC82D8F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01B40F7B-AEDF-4C25-8332-9F473CC82D8F%7D [org.dataone.client.rest.RestClient]
20170606-06:21:59: [WARN]: Cookie rejected [JSESSIONID="AA9EE23108181A5A40F9942A67FD3FCA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01B4E23A-754A-4F75-8367-3ECF3E2B882A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01B4E23A-754A-4F75-8367-3ECF3E2B882A%7D [org.dataone.client.rest.RestClient]
20170606-06:21:59: [WARN]: Cookie rejected [JSESSIONID="CFB1D750349280DA83738B97597AE518", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01B528D5-6D77-4F3C-AD1B-B62A7CDF88BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:21:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01B528D5-6D77-4F3C-AD1B-B62A7CDF88BD%7D [org.dataone.client.rest.RestClient]
20170606-06:22:00: [WARN]: Cookie rejected [JSESSIONID="FD4A4BCAB4B1F2598E554620B046FA86", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01B55138-C9B7-4565-A66C-C24AC8D69147}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01B55138-C9B7-4565-A66C-C24AC8D69147%7D [org.dataone.client.rest.RestClient]
20170606-06:22:01: [WARN]: Cookie rejected [JSESSIONID="5209880C50722CFDEA7A07FF5FDC4403", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01B5DE14-341D-4EDE-A970-9EBF60E12577}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01B5DE14-341D-4EDE-A970-9EBF60E12577%7D [org.dataone.client.rest.RestClient]
20170606-06:22:02: [WARN]: Cookie rejected [JSESSIONID="6C963151B42B4B84825AD4DB96AA3F70", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01B85DCD-A242-4D19-B583-16C848B9CD15}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01B85DCD-A242-4D19-B583-16C848B9CD15%7D [org.dataone.client.rest.RestClient]
20170606-06:22:02: [WARN]: Cookie rejected [JSESSIONID="FF34538547D9F33A2448281983DCC9FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01BBE493-6E0F-4BEB-9C34-ED22DA939E1F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01BBE493-6E0F-4BEB-9C34-ED22DA939E1F%7D [org.dataone.client.rest.RestClient]
20170606-06:22:03: [WARN]: Cookie rejected [JSESSIONID="970DAD06FADA81D07B09E63F4AAA3532", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01C6B085-63E9-427E-B8DE-5AE84E4D869D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01C6B085-63E9-427E-B8DE-5AE84E4D869D%7D [org.dataone.client.rest.RestClient]
20170606-06:22:04: [WARN]: Cookie rejected [JSESSIONID="1DC8F00172E0899BB9A997DDC8C0B13D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01CB1430-51CC-43B0-8ADE-8FD047A6928B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01CB1430-51CC-43B0-8ADE-8FD047A6928B%7D [org.dataone.client.rest.RestClient]
20170606-06:22:05: [WARN]: Cookie rejected [JSESSIONID="5398A47D84316583B71CD4C08D59A914", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01CEA7EC-B8AD-4B0F-A6F8-B68759CC3756}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01CEA7EC-B8AD-4B0F-A6F8-B68759CC3756%7D [org.dataone.client.rest.RestClient]
20170606-06:22:05: [WARN]: Cookie rejected [JSESSIONID="9E1E41F74CD74A4652945037E77B7E76", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01CF5446-01D7-49D2-B031-AB2ED94A1AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01CF5446-01D7-49D2-B031-AB2ED94A1AB4%7D [org.dataone.client.rest.RestClient]
20170606-06:22:06: [WARN]: Cookie rejected [JSESSIONID="AB710B1849BD2D9B797104E82358679E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01D3CF8E-9702-4CBA-82BE-166EBF9C3753}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01D3CF8E-9702-4CBA-82BE-166EBF9C3753%7D [org.dataone.client.rest.RestClient]
20170606-06:22:07: [WARN]: Cookie rejected [JSESSIONID="B771B02CC5838608ED4ED1110F9AACA9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01D485B1-E60B-4E7C-A75F-90A7A4A0FD0B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01D485B1-E60B-4E7C-A75F-90A7A4A0FD0B%7D [org.dataone.client.rest.RestClient]
20170606-06:22:08: [WARN]: Cookie rejected [JSESSIONID="01A09E9133D603B7C43E546A0658E775", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01D933BA-0219-43D0-8378-36A56713A449}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01D933BA-0219-43D0-8378-36A56713A449%7D [org.dataone.client.rest.RestClient]
20170606-06:22:08: [WARN]: Cookie rejected [JSESSIONID="2E47E928914B11EDED63DA5A7CD8A45E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01DB5B0C-3146-4042-BCA6-209553D74E5B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01DB5B0C-3146-4042-BCA6-209553D74E5B%7D [org.dataone.client.rest.RestClient]
20170606-06:22:09: [WARN]: Cookie rejected [JSESSIONID="FDA42CD67127AD7B2CAF1A753344F2CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01DD8C24-BE6E-48EE-A0DC-8F4F7FB9F6A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01DD8C24-BE6E-48EE-A0DC-8F4F7FB9F6A1%7D [org.dataone.client.rest.RestClient]
20170606-06:22:10: [WARN]: Cookie rejected [JSESSIONID="47A0FB4DCE94321697C46EA4619835E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01DF710B-8E72-4BEE-A994-97C5F9C02FD8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01DF710B-8E72-4BEE-A994-97C5F9C02FD8%7D [org.dataone.client.rest.RestClient]
20170606-06:22:10: [WARN]: Cookie rejected [JSESSIONID="502CDFB7D63BD78DF4CF6080BD3AA037", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01E1BA91-8662-4BDA-AB3C-1DDD1BF094D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01E1BA91-8662-4BDA-AB3C-1DDD1BF094D0%7D [org.dataone.client.rest.RestClient]
20170606-06:22:11: [WARN]: Cookie rejected [JSESSIONID="513ACE78AFD7017443B69F9AA4681D57", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01E23885-F479-463D-BBE9-A054ACA1C830}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01E23885-F479-463D-BBE9-A054ACA1C830%7D [org.dataone.client.rest.RestClient]
20170606-06:22:12: [WARN]: Cookie rejected [JSESSIONID="9FF0A037E2D48CC40E026B101ED893CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01E44861-3C03-471A-92F3-FD6E5B95E9B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01E44861-3C03-471A-92F3-FD6E5B95E9B5%7D [org.dataone.client.rest.RestClient]
20170606-06:22:13: [WARN]: Cookie rejected [JSESSIONID="2A07D859FB60A041FAA3187F6E4BBD37", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01E7FEC1-DD06-42B2-9CD4-4401D53BDEC9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01E7FEC1-DD06-42B2-9CD4-4401D53BDEC9%7D [org.dataone.client.rest.RestClient]
20170606-06:22:13: [WARN]: Cookie rejected [JSESSIONID="C21B14D8E169ABE217469DA45A6597AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01E95A58-89B9-4406-96C8-90A740FE779D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01E95A58-89B9-4406-96C8-90A740FE779D%7D [org.dataone.client.rest.RestClient]
20170606-06:22:14: [WARN]: Cookie rejected [JSESSIONID="CD10453E077073249FDF837D258D22BB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01E9B0EA-C22D-4F60-872A-F1C013438740}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01E9B0EA-C22D-4F60-872A-F1C013438740%7D [org.dataone.client.rest.RestClient]
20170606-06:22:15: [WARN]: Cookie rejected [JSESSIONID="6D06A2C6D70080E6F35D514B9CA56A3F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01EB73CD-5E58-4336-BE86-9C113772CF54}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01EB73CD-5E58-4336-BE86-9C113772CF54%7D [org.dataone.client.rest.RestClient]
20170606-06:22:16: [WARN]: Cookie rejected [JSESSIONID="0DA4A97E5388B402C3E3B141EAC5E475", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01ED8AF9-E081-4194-A19C-AD6CD9987264}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01ED8AF9-E081-4194-A19C-AD6CD9987264%7D [org.dataone.client.rest.RestClient]
20170606-06:22:16: [WARN]: Cookie rejected [JSESSIONID="738C5E72B7F709615F5F0DC7ACCEE980", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01F271A4-3E00-4E7F-AAEA-D755A14CAACA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01F271A4-3E00-4E7F-AAEA-D755A14CAACA%7D [org.dataone.client.rest.RestClient]
20170606-06:22:17: [WARN]: Cookie rejected [JSESSIONID="505A03CA4DBF024A747F09E1C5CE094A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01F6064B-6D4C-41B5-9A65-87BF21ED91D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01F6064B-6D4C-41B5-9A65-87BF21ED91D2%7D [org.dataone.client.rest.RestClient]
20170606-06:22:18: [WARN]: Cookie rejected [JSESSIONID="F43E933F2840712BE29BA6057E1A3796", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01F94097-2A5D-4437-9EA8-FCE3D443C9E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01F94097-2A5D-4437-9EA8-FCE3D443C9E6%7D [org.dataone.client.rest.RestClient]
20170606-06:22:19: [WARN]: Cookie rejected [JSESSIONID="00C4D9108C0FFDFAAE858C21F35D3A91", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01FADBFE-DFBD-4390-8012-984E668E5C41}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01FADBFE-DFBD-4390-8012-984E668E5C41%7D [org.dataone.client.rest.RestClient]
20170606-06:22:19: [WARN]: Cookie rejected [JSESSIONID="A01DF661B88D30253603FF8DEBDD545D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01FB3A70-0C2C-4C78-992F-527BBB8103E3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01FB3A70-0C2C-4C78-992F-527BBB8103E3%7D [org.dataone.client.rest.RestClient]
20170606-06:22:20: [WARN]: Cookie rejected [JSESSIONID="2E94E17BD8B78DC7BD66BA86AAC0ED95", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01FB44CB-6A04-44B1-8ECF-48B74B586AD0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01FB44CB-6A04-44B1-8ECF-48B74B586AD0%7D [org.dataone.client.rest.RestClient]
20170606-06:22:21: [WARN]: Cookie rejected [JSESSIONID="A722B8F515C7E0C36586FBC81C226943", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01FCEB73-A765-4BCF-BCAD-A16C96BB72B2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01FCEB73-A765-4BCF-BCAD-A16C96BB72B2%7D [org.dataone.client.rest.RestClient]
20170606-06:22:22: [WARN]: Cookie rejected [JSESSIONID="196FBE202764ED8E9903E48FF032CC4A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01FD3762-7E24-43F6-B92B-716AE45ADF74}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01FD3762-7E24-43F6-B92B-716AE45ADF74%7D [org.dataone.client.rest.RestClient]
20170606-06:22:23: [WARN]: Cookie rejected [JSESSIONID="0FBE03BC2755027BF0FE5F38E86CA1F2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{01FE65A2-DFF7-4624-BBFD-3D9C43D1AE1A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B01FE65A2-DFF7-4624-BBFD-3D9C43D1AE1A%7D [org.dataone.client.rest.RestClient]
20170606-06:22:23: [WARN]: Cookie rejected [JSESSIONID="A534699B6E1C0F27F862ECA6737320FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0201C3E7-76D8-4092-8720-55063D6968CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0201C3E7-76D8-4092-8720-55063D6968CF%7D [org.dataone.client.rest.RestClient]
20170606-06:22:24: [WARN]: Cookie rejected [JSESSIONID="567A63A6D97AC003D866548665531D80", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02099283-2955-493D-BA97-4021D0E7DB7A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02099283-2955-493D-BA97-4021D0E7DB7A%7D [org.dataone.client.rest.RestClient]
20170606-06:22:25: [WARN]: Cookie rejected [JSESSIONID="AAE21D56350E5896F934783BAA1998CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{020D6B71-0685-4436-8185-D6F36773E1DA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B020D6B71-0685-4436-8185-D6F36773E1DA%7D [org.dataone.client.rest.RestClient]
20170606-06:22:26: [WARN]: Cookie rejected [JSESSIONID="F11431DF2C8E5B9E791E09669C55AE46", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02105DA7-9577-48BA-B435-95F1666985BF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02105DA7-9577-48BA-B435-95F1666985BF%7D [org.dataone.client.rest.RestClient]
20170606-06:22:26: [WARN]: Cookie rejected [JSESSIONID="26F4D1B0119C51C44D9AE00FBA270CCF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{021064B6-356A-409B-912E-C2CB7FA72FF8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B021064B6-356A-409B-912E-C2CB7FA72FF8%7D [org.dataone.client.rest.RestClient]
20170606-06:22:27: [WARN]: Cookie rejected [JSESSIONID="1BFAB2DA8C9A5CD121ADB750131EDB47", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02124532-6F30-4CC7-9D2C-70976197ECAE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02124532-6F30-4CC7-9D2C-70976197ECAE%7D [org.dataone.client.rest.RestClient]
20170606-06:22:28: [WARN]: Cookie rejected [JSESSIONID="A428E886C34A6CA88E1CEF93DC82A7EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0212AC81-FDE2-4E02-A4BD-CF053E6391F5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0212AC81-FDE2-4E02-A4BD-CF053E6391F5%7D [org.dataone.client.rest.RestClient]
20170606-06:22:29: [WARN]: Cookie rejected [JSESSIONID="BE90FE8ED4FA4A319068778868523161", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02130995-43AF-4C9C-8C41-D9F9297B6F0B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02130995-43AF-4C9C-8C41-D9F9297B6F0B%7D [org.dataone.client.rest.RestClient]
20170606-06:22:29: [WARN]: Cookie rejected [JSESSIONID="324C59A45028FF7080803A73248D9239", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02176CF2-30F3-4F0D-B191-0B8FF2120456}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02176CF2-30F3-4F0D-B191-0B8FF2120456%7D [org.dataone.client.rest.RestClient]
20170606-06:22:30: [WARN]: Cookie rejected [JSESSIONID="7EEFC28D0DD4075063707CF23E97FBDB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0218C824-863A-4F8F-B374-FC5854B6FFF5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0218C824-863A-4F8F-B374-FC5854B6FFF5%7D [org.dataone.client.rest.RestClient]
20170606-06:22:31: [WARN]: Cookie rejected [JSESSIONID="D40CEE0513311955B310C083EBA1ADBB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0218FD92-1AA9-47CB-BF51-B3C0C929E20A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0218FD92-1AA9-47CB-BF51-B3C0C929E20A%7D [org.dataone.client.rest.RestClient]
20170606-06:22:31: [WARN]: Cookie rejected [JSESSIONID="139892CFCC766D99AE27D539DFD8E659", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{021CB43B-8E62-48A8-AD12-FF44C012F911}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B021CB43B-8E62-48A8-AD12-FF44C012F911%7D [org.dataone.client.rest.RestClient]
20170606-06:22:32: [WARN]: Cookie rejected [JSESSIONID="BC7BAE4BEB9032348B3C3A0089AB7D8A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{022377F8-340C-4AB3-944D-51E6DB9FDF34}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B022377F8-340C-4AB3-944D-51E6DB9FDF34%7D [org.dataone.client.rest.RestClient]
20170606-06:22:33: [WARN]: Cookie rejected [JSESSIONID="E9BD6F893BD9D15A3EEC9C2DFCDDBFC1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{022854B0-9CFF-4611-9806-0E0B111C9D0C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B022854B0-9CFF-4611-9806-0E0B111C9D0C%7D [org.dataone.client.rest.RestClient]
20170606-06:22:34: [WARN]: Cookie rejected [JSESSIONID="DD5E4E99D864040D521EB481D1F7963E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{023052CA-E7F1-4741-AACB-0E25A8FDB864}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B023052CA-E7F1-4741-AACB-0E25A8FDB864%7D [org.dataone.client.rest.RestClient]
20170606-06:22:34: [WARN]: Cookie rejected [JSESSIONID="81CDD1F1CD5CA5288FBA6F02F14CDA61", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02309275-818B-4F28-8E62-B4D00335A466}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02309275-818B-4F28-8E62-B4D00335A466%7D [org.dataone.client.rest.RestClient]
20170606-06:22:35: [WARN]: Cookie rejected [JSESSIONID="648B3C419DB1FD809A2FD8A6767849FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02325F93-9BF9-4747-97FE-170623F8D08A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02325F93-9BF9-4747-97FE-170623F8D08A%7D [org.dataone.client.rest.RestClient]
20170606-06:22:36: [WARN]: Cookie rejected [JSESSIONID="F1A1FC6C8C106D2255EF529D99142F38", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0236D52C-A69F-4E3C-AF5B-B0604A80ED88}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0236D52C-A69F-4E3C-AF5B-B0604A80ED88%7D [org.dataone.client.rest.RestClient]
20170606-06:22:37: [WARN]: Cookie rejected [JSESSIONID="42394D6097FE4BBB2E9A944C174F7C44", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02381897-9F70-442E-AA9C-5D0F268D5263}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02381897-9F70-442E-AA9C-5D0F268D5263%7D [org.dataone.client.rest.RestClient]
20170606-06:22:37: [WARN]: Cookie rejected [JSESSIONID="7C8D31B72029223C44C2661E5E0A444D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0239D6B0-85BF-43F7-847D-EC3D42595837}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0239D6B0-85BF-43F7-847D-EC3D42595837%7D [org.dataone.client.rest.RestClient]
20170606-06:22:38: [WARN]: Cookie rejected [JSESSIONID="3B7953C200F2A86845F2E5EB8A12812A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{023C89C5-AC10-42A1-9F74-E3280FAE6EE7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B023C89C5-AC10-42A1-9F74-E3280FAE6EE7%7D [org.dataone.client.rest.RestClient]
20170606-06:22:39: [WARN]: Cookie rejected [JSESSIONID="12533D56D96E42CDA32BE328BEF75519", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{023CBD0F-8486-4E2E-B02E-37BEA09CDB22}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B023CBD0F-8486-4E2E-B02E-37BEA09CDB22%7D [org.dataone.client.rest.RestClient]
20170606-06:22:39: [WARN]: Cookie rejected [JSESSIONID="5D005ECD4F42C1E131AA44F985DDCB96", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{023D95E2-7B3B-40F0-9FF7-DFA47054184C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B023D95E2-7B3B-40F0-9FF7-DFA47054184C%7D [org.dataone.client.rest.RestClient]
20170606-06:22:40: [WARN]: Cookie rejected [JSESSIONID="E309FE96AD50EE6BD9C8F6625E131879", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{023F5EC7-C78B-48EB-A13D-7475FFE969B1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B023F5EC7-C78B-48EB-A13D-7475FFE969B1%7D [org.dataone.client.rest.RestClient]
20170606-06:22:41: [WARN]: Cookie rejected [JSESSIONID="0E29B61891464C6EB00E5869F454C2B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0240DF18-E674-4F1A-97F1-90679BEE7C51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0240DF18-E674-4F1A-97F1-90679BEE7C51%7D [org.dataone.client.rest.RestClient]
20170606-06:22:42: [WARN]: Cookie rejected [JSESSIONID="FB9729F1B0477EDAB596968BDB29EA94", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02446218-AC3D-413F-A941-1A9DAD9344FD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02446218-AC3D-413F-A941-1A9DAD9344FD%7D [org.dataone.client.rest.RestClient]
20170606-06:22:42: [WARN]: Cookie rejected [JSESSIONID="19844F5195FA8133AAA4A294FFB8E7E0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02477B72-8F59-440F-8A20-73BAEC0657C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02477B72-8F59-440F-8A20-73BAEC0657C2%7D [org.dataone.client.rest.RestClient]
20170606-06:22:43: [WARN]: Cookie rejected [JSESSIONID="A2994403F41E0405F330C3B1750C2198", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0248096E-68DD-4FA4-B455-CEA126F25C5E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0248096E-68DD-4FA4-B455-CEA126F25C5E%7D [org.dataone.client.rest.RestClient]
20170606-06:22:44: [WARN]: Cookie rejected [JSESSIONID="5460EDEED5D9874D0F2F6F0D9EAF2D6D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0248487D-EFEB-47C9-8071-704564EAFAAD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0248487D-EFEB-47C9-8071-704564EAFAAD%7D [org.dataone.client.rest.RestClient]
20170606-06:22:44: [WARN]: Cookie rejected [JSESSIONID="D3BAA189973F169333E73D094019D6EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{024A3E96-91FF-46E3-878D-AD116ECFD7BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B024A3E96-91FF-46E3-878D-AD116ECFD7BD%7D [org.dataone.client.rest.RestClient]
20170606-06:22:45: [WARN]: Cookie rejected [JSESSIONID="79A81B126E991D7E7EED5893B1B8510B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{024AE771-4DA8-4543-A18F-031F278B6BAC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B024AE771-4DA8-4543-A18F-031F278B6BAC%7D [org.dataone.client.rest.RestClient]
20170606-06:22:46: [WARN]: Cookie rejected [JSESSIONID="B19F8635D45536D552960A1D2922F18C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02517804-5584-45ED-B30B-FD3536EBDD2F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02517804-5584-45ED-B30B-FD3536EBDD2F%7D [org.dataone.client.rest.RestClient]
20170606-06:22:47: [WARN]: Cookie rejected [JSESSIONID="C8DA245A374C53907324EB1D6C9B79AE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0256770A-E817-4C0D-8333-2CCF629F795E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0256770A-E817-4C0D-8333-2CCF629F795E%7D [org.dataone.client.rest.RestClient]
20170606-06:22:47: [WARN]: Cookie rejected [JSESSIONID="49A4EFDD371BA65B51945B82FCBFDE84", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{025A2B02-FB20-4A40-A8DC-0B747FCC594E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B025A2B02-FB20-4A40-A8DC-0B747FCC594E%7D [org.dataone.client.rest.RestClient]
20170606-06:22:48: [WARN]: Cookie rejected [JSESSIONID="5CAB4DD70DCD06C635AA47DF157D6FE1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{025AEB5E-5FD7-4B13-876D-79CB48100CCF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B025AEB5E-5FD7-4B13-876D-79CB48100CCF%7D [org.dataone.client.rest.RestClient]
20170606-06:22:49: [WARN]: Cookie rejected [JSESSIONID="ED58EABC7101F4FB54644B759EFC6519", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{025B1FE4-AD16-432F-8305-C1BBFF49C4E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B025B1FE4-AD16-432F-8305-C1BBFF49C4E4%7D [org.dataone.client.rest.RestClient]
20170606-06:22:50: [WARN]: Cookie rejected [JSESSIONID="7B90B7D1E2BBD9F0D8F73A54B767FEF3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{025D3A04-6E04-4938-907E-6390F40ACF2F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B025D3A04-6E04-4938-907E-6390F40ACF2F%7D [org.dataone.client.rest.RestClient]
20170606-06:22:50: [WARN]: Cookie rejected [JSESSIONID="E3CA72D821F3EC9001BD4FDD9973C2EC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{025D7C29-8F03-4DFC-8332-0662DC119134}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B025D7C29-8F03-4DFC-8332-0662DC119134%7D [org.dataone.client.rest.RestClient]
20170606-06:22:51: [WARN]: Cookie rejected [JSESSIONID="07B0F48F0B066C2EB35180D7C7DC13B9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0262B697-A19E-4D43-B205-C94D5FD0E9AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0262B697-A19E-4D43-B205-C94D5FD0E9AE%7D [org.dataone.client.rest.RestClient]
20170606-06:22:52: [WARN]: Cookie rejected [JSESSIONID="A4B752BDC49CAF7244946043154E6339", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02697796-A9EE-4F64-BCBC-61C6B755E5D1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02697796-A9EE-4F64-BCBC-61C6B755E5D1%7D [org.dataone.client.rest.RestClient]
20170606-06:22:52: [WARN]: Cookie rejected [JSESSIONID="426D880937B0C07E19431DF210DC6DE4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{026B909A-6097-4585-96E0-B8F5A12DA66A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B026B909A-6097-4585-96E0-B8F5A12DA66A%7D [org.dataone.client.rest.RestClient]
20170606-06:22:53: [WARN]: Cookie rejected [JSESSIONID="FDFB7F07136DC4499B8DB8CE0FB06E3E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{026BD8D1-C7CA-4333-8AB1-6AB5ADAD40FE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B026BD8D1-C7CA-4333-8AB1-6AB5ADAD40FE%7D [org.dataone.client.rest.RestClient]
20170606-06:22:54: [WARN]: Cookie rejected [JSESSIONID="3145CD13E55FE9FCCF7ED5898C4C8DCB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{026F86DB-756D-4D5E-90E6-853FECA2EE4E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B026F86DB-756D-4D5E-90E6-853FECA2EE4E%7D [org.dataone.client.rest.RestClient]
20170606-06:22:55: [WARN]: Cookie rejected [JSESSIONID="42D190A345DA67F63AC868A175BA2B20", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0271AC5A-88ED-4A14-AA48-6471A16EE7F8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0271AC5A-88ED-4A14-AA48-6471A16EE7F8%7D [org.dataone.client.rest.RestClient]
20170606-06:22:56: [WARN]: Cookie rejected [JSESSIONID="C5E90DD72504A6BBB422D9E343BE1452", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0271E941-F2F3-44A5-86C0-A21E34FB1E3C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0271E941-F2F3-44A5-86C0-A21E34FB1E3C%7D [org.dataone.client.rest.RestClient]
20170606-06:22:56: [WARN]: Cookie rejected [JSESSIONID="CA96442CB5FBFE10DDA3FD2A44785D7C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02800F58-8263-447A-ABA7-73912F130097}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02800F58-8263-447A-ABA7-73912F130097%7D [org.dataone.client.rest.RestClient]
20170606-06:22:57: [WARN]: Cookie rejected [JSESSIONID="98DBB8A3E8AEEA311030436B9A50A126", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02895099-EDDA-461D-8F51-8FF7375B8CB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02895099-EDDA-461D-8F51-8FF7375B8CB1%7D [org.dataone.client.rest.RestClient]
20170606-06:22:58: [WARN]: Cookie rejected [JSESSIONID="5DC535BF187F3C957AFF02933FB5DFE0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{028A4BD5-3C67-4C9D-9650-8A0A6AF03269}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B028A4BD5-3C67-4C9D-9650-8A0A6AF03269%7D [org.dataone.client.rest.RestClient]
20170606-06:22:58: [WARN]: Cookie rejected [JSESSIONID="2B1C8F5E074B81B1E07AF84B96A077D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{028CAB10-345A-4B4E-B07D-0ADF8391DAA7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B028CAB10-345A-4B4E-B07D-0ADF8391DAA7%7D [org.dataone.client.rest.RestClient]
20170606-06:22:59: [WARN]: Cookie rejected [JSESSIONID="9E5A68C4D4430002DEBB7F2262061D97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0292DD04-EFD6-4735-AF61-8C1A9E3556CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:22:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0292DD04-EFD6-4735-AF61-8C1A9E3556CC%7D [org.dataone.client.rest.RestClient]
20170606-06:23:00: [WARN]: Cookie rejected [JSESSIONID="72202222112CEDF4D70A499DBA9D544D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{029523A7-68BD-4EEC-8344-0CA47C6A2DF6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B029523A7-68BD-4EEC-8344-0CA47C6A2DF6%7D [org.dataone.client.rest.RestClient]
20170606-06:23:01: [WARN]: Cookie rejected [JSESSIONID="1203A9A180CD5048AB8DA013FB9F015F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{029D67E8-9586-49F8-A1B2-E5440479514F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B029D67E8-9586-49F8-A1B2-E5440479514F%7D [org.dataone.client.rest.RestClient]
20170606-06:23:01: [WARN]: Cookie rejected [JSESSIONID="3BFB0D28D2FB7583121D7CD808E90531", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02A02CC0-77E1-4D09-8513-FAEA683BD623}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02A02CC0-77E1-4D09-8513-FAEA683BD623%7D [org.dataone.client.rest.RestClient]
20170606-06:23:02: [WARN]: Cookie rejected [JSESSIONID="D1BE64D60CDCF4D5DDE6210DAD4BE475", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02A28D9C-6169-4AD7-A37F-1F2A91651510}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02A28D9C-6169-4AD7-A37F-1F2A91651510%7D [org.dataone.client.rest.RestClient]
20170606-06:23:03: [WARN]: Cookie rejected [JSESSIONID="9D7B079E06DB98B2176DD786FF136F1F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02A69C1A-995C-475E-A012-20448A0BB68B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02A69C1A-995C-475E-A012-20448A0BB68B%7D [org.dataone.client.rest.RestClient]
20170606-06:23:04: [WARN]: Cookie rejected [JSESSIONID="5DBB2A19D27A056F0B35FD14C15200ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02AD7E24-A41C-4ED0-99A5-C997F51CF368}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02AD7E24-A41C-4ED0-99A5-C997F51CF368%7D [org.dataone.client.rest.RestClient]
20170606-06:23:04: [WARN]: Cookie rejected [JSESSIONID="7C2D92A1DD5452E43C4F8AB63EDDDE6A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02ADC500-5860-4EEF-9253-DC7F589E1401}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02ADC500-5860-4EEF-9253-DC7F589E1401%7D [org.dataone.client.rest.RestClient]
20170606-06:23:05: [WARN]: Cookie rejected [JSESSIONID="9931F61F17E43AA0BB8FEDB998D42DB6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02AFA42F-D3E2-418F-B1D3-FB36557DF4CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02AFA42F-D3E2-418F-B1D3-FB36557DF4CC%7D [org.dataone.client.rest.RestClient]
20170606-06:23:06: [WARN]: Cookie rejected [JSESSIONID="CD05DFE4B741631ECAE3DE4FAED9438D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02B421E0-3C43-4B80-A050-63563D05DD81}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02B421E0-3C43-4B80-A050-63563D05DD81%7D [org.dataone.client.rest.RestClient]
20170606-06:23:07: [WARN]: Cookie rejected [JSESSIONID="9D813D8A5B4145ABAF22C6DB050C2375", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02B47A8F-DFB0-471E-AC4F-408E7B08D2A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02B47A8F-DFB0-471E-AC4F-408E7B08D2A1%7D [org.dataone.client.rest.RestClient]
20170606-06:23:07: [WARN]: Cookie rejected [JSESSIONID="EC806087F29F64A923709A67F447789C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02B5C3CF-2A11-4F7C-96F9-619B37AF6484}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02B5C3CF-2A11-4F7C-96F9-619B37AF6484%7D [org.dataone.client.rest.RestClient]
20170606-06:23:08: [WARN]: Cookie rejected [JSESSIONID="48519AE67191BDA2C78917A50402A8C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02B9605C-DB9C-4B47-BB1D-D5B247AAD903}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02B9605C-DB9C-4B47-BB1D-D5B247AAD903%7D [org.dataone.client.rest.RestClient]
20170606-06:23:09: [WARN]: Cookie rejected [JSESSIONID="EB34B9DF14AEE45317DD0FA53ECB1440", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02BDDB49-6E39-428F-9B75-5D1D5D36BB8C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02BDDB49-6E39-428F-9B75-5D1D5D36BB8C%7D [org.dataone.client.rest.RestClient]
20170606-06:23:10: [WARN]: Cookie rejected [JSESSIONID="D297CD940AAF47589804E12BA249D66A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02C40027-60CE-495F-B0C4-953147233EE8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02C40027-60CE-495F-B0C4-953147233EE8%7D [org.dataone.client.rest.RestClient]
20170606-06:23:10: [WARN]: Cookie rejected [JSESSIONID="2EAAC0E4C6C1F8A93667F6C84BBAFA65", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02C5E9AA-58A3-41DD-A9F0-AE63697FCE44}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02C5E9AA-58A3-41DD-A9F0-AE63697FCE44%7D [org.dataone.client.rest.RestClient]
20170606-06:23:11: [WARN]: Cookie rejected [JSESSIONID="5CFCDC71FD8130E48099BEEBEC51084C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02C82AB9-1DAA-4130-8BC3-AD6BB52A0878}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02C82AB9-1DAA-4130-8BC3-AD6BB52A0878%7D [org.dataone.client.rest.RestClient]
20170606-06:23:12: [WARN]: Cookie rejected [JSESSIONID="33150DA48727624F006CB790FE18410B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02C9161D-64E0-4662-9AE1-DBE71BE07B51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02C9161D-64E0-4662-9AE1-DBE71BE07B51%7D [org.dataone.client.rest.RestClient]
20170606-06:23:12: [WARN]: Cookie rejected [JSESSIONID="1E5DEF3B242AF997FA83223B3644A4A3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02CC7A87-ED5E-4CAE-A941-74D16EE6E467}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02CC7A87-ED5E-4CAE-A941-74D16EE6E467%7D [org.dataone.client.rest.RestClient]
20170606-06:23:13: [WARN]: Cookie rejected [JSESSIONID="4EA7BD48ED92AABE6287205EE6556E22", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02D36524-B798-4194-A6A4-2CC7553E2224}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02D36524-B798-4194-A6A4-2CC7553E2224%7D [org.dataone.client.rest.RestClient]
20170606-06:23:14: [WARN]: Cookie rejected [JSESSIONID="2D0CDCA885F55812CB2F2D5B7CD7452B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02D45B5C-3014-4630-832A-AD14C0A17A36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02D45B5C-3014-4630-832A-AD14C0A17A36%7D [org.dataone.client.rest.RestClient]
20170606-06:23:15: [WARN]: Cookie rejected [JSESSIONID="78647433F85A89EEC4E6DD9BC90A718D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02D56DB7-A778-4082-A987-4F217B5C6147}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02D56DB7-A778-4082-A987-4F217B5C6147%7D [org.dataone.client.rest.RestClient]
20170606-06:23:15: [WARN]: Cookie rejected [JSESSIONID="8BE1FCFDF8D03828C74DCD8EF07BDCAA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02D65755-94D4-4BC8-A4DC-18DB6F53E51F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02D65755-94D4-4BC8-A4DC-18DB6F53E51F%7D [org.dataone.client.rest.RestClient]
20170606-06:23:16: [WARN]: Cookie rejected [JSESSIONID="5D55ECA9C56CC0F5759C38E1465DFABB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02D95C34-D941-452F-A90A-E2E619530913}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02D95C34-D941-452F-A90A-E2E619530913%7D [org.dataone.client.rest.RestClient]
20170606-06:23:17: [WARN]: Cookie rejected [JSESSIONID="8516CF8F8398F8D769BEE3DBFEE301C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02DB84F1-313C-41A2-8B1B-BD8C0E06E471}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02DB84F1-313C-41A2-8B1B-BD8C0E06E471%7D [org.dataone.client.rest.RestClient]
20170606-06:23:18: [WARN]: Cookie rejected [JSESSIONID="330C02AA618ECE09152BAE73E1CE4D29", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02DD77D0-8358-4C59-AEC4-34ED10CFEE7E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02DD77D0-8358-4C59-AEC4-34ED10CFEE7E%7D [org.dataone.client.rest.RestClient]
20170606-06:23:18: [WARN]: Cookie rejected [JSESSIONID="28237DBD251AFC85170270667127E45A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02E72C8E-2440-4209-88A5-9671CACD0EBD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02E72C8E-2440-4209-88A5-9671CACD0EBD%7D [org.dataone.client.rest.RestClient]
20170606-06:23:19: [WARN]: Cookie rejected [JSESSIONID="79BCF263D41EE19373EBBAD7638B4849", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02E9FC8A-A74A-42EE-8AF7-925E11ACEA09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02E9FC8A-A74A-42EE-8AF7-925E11ACEA09%7D [org.dataone.client.rest.RestClient]
20170606-06:23:20: [WARN]: Cookie rejected [JSESSIONID="C05F43A5E9F2147353D14A596699243B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02EE627D-DF5B-4EB6-9810-7EE38EAD9BC7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02EE627D-DF5B-4EB6-9810-7EE38EAD9BC7%7D [org.dataone.client.rest.RestClient]
20170606-06:23:21: [WARN]: Cookie rejected [JSESSIONID="941F5F750A4BAFF62B5D78122773CE2B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02EF0485-17C2-4BC6-ADFC-5656A5297F51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02EF0485-17C2-4BC6-ADFC-5656A5297F51%7D [org.dataone.client.rest.RestClient]
20170606-06:23:21: [WARN]: Cookie rejected [JSESSIONID="D2E90BFEAA0C5A5441094021532BD536", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02F0754B-CC95-412F-B557-D6D6752C4B83}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02F0754B-CC95-412F-B557-D6D6752C4B83%7D [org.dataone.client.rest.RestClient]
20170606-06:23:22: [WARN]: Cookie rejected [JSESSIONID="074B84F249FC2CF3542B163BC4AEE633", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02F7A0C9-67F2-4C6F-9C7F-A1947CD83A08}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02F7A0C9-67F2-4C6F-9C7F-A1947CD83A08%7D [org.dataone.client.rest.RestClient]
20170606-06:23:23: [WARN]: Cookie rejected [JSESSIONID="830894CC563425612BA6A4910001ABEF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{02FDFF96-643B-4A2D-BD5C-284C9B091A34}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B02FDFF96-643B-4A2D-BD5C-284C9B091A34%7D [org.dataone.client.rest.RestClient]
20170606-06:23:24: [WARN]: Cookie rejected [JSESSIONID="0E2724CE4B89B72F50DB6EF3EF275D51", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03002E48-4B79-4CAE-A663-EEC028BC15DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03002E48-4B79-4CAE-A663-EEC028BC15DE%7D [org.dataone.client.rest.RestClient]
20170606-06:23:24: [WARN]: Cookie rejected [JSESSIONID="58E614BBC61A2F626393CCCEF39A0DBE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03024297-ADA4-4B9A-AC74-3DE32AFB6061}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03024297-ADA4-4B9A-AC74-3DE32AFB6061%7D [org.dataone.client.rest.RestClient]
20170606-06:23:25: [WARN]: Cookie rejected [JSESSIONID="F100CE8EA5D59E7448BBAB074387C2D9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0305F5AF-AED7-429E-A54A-07811BFEC1CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0305F5AF-AED7-429E-A54A-07811BFEC1CF%7D [org.dataone.client.rest.RestClient]
20170606-06:23:26: [WARN]: Cookie rejected [JSESSIONID="B3EA866F9056B1C1DF69146A3116A236", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03073DB2-A3D0-454D-9B6E-A90438B0AE23}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03073DB2-A3D0-454D-9B6E-A90438B0AE23%7D [org.dataone.client.rest.RestClient]
20170606-06:23:27: [WARN]: Cookie rejected [JSESSIONID="B7060CCF219D90069B114E852276C4DB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{030B9253-2F35-4B73-9621-88C2C3AFD1CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B030B9253-2F35-4B73-9621-88C2C3AFD1CF%7D [org.dataone.client.rest.RestClient]
20170606-06:23:28: [WARN]: Cookie rejected [JSESSIONID="0BA86807990C36540CF4354CFC85719C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{030C07FD-FFB1-4AA7-A322-52FFEFED2104}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B030C07FD-FFB1-4AA7-A322-52FFEFED2104%7D [org.dataone.client.rest.RestClient]
20170606-06:23:28: [WARN]: Cookie rejected [JSESSIONID="2E5B68D935272E0E3F47B5E62012ACCB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{030F00F3-573E-41C2-B8AE-F3C7DB06EBA1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B030F00F3-573E-41C2-B8AE-F3C7DB06EBA1%7D [org.dataone.client.rest.RestClient]
20170606-06:23:29: [WARN]: Cookie rejected [JSESSIONID="6E034CAEC453ABA391403989DB9F191C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03167522-A46B-43C6-B3E0-1AE3CC33E4FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03167522-A46B-43C6-B3E0-1AE3CC33E4FB%7D [org.dataone.client.rest.RestClient]
20170606-06:23:30: [WARN]: Cookie rejected [JSESSIONID="C872B3D6CF9127FE684518ADA1F811AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03173C40-9AF4-49D7-B9B9-EA7C0D8E5FC5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03173C40-9AF4-49D7-B9B9-EA7C0D8E5FC5%7D [org.dataone.client.rest.RestClient]
20170606-06:23:30: [WARN]: Cookie rejected [JSESSIONID="24EE635B7B706102155B993FCCE7A7A5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03175D4A-A1CF-4828-AFE7-ADF36FA5E703}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03175D4A-A1CF-4828-AFE7-ADF36FA5E703%7D [org.dataone.client.rest.RestClient]
20170606-06:23:31: [WARN]: Cookie rejected [JSESSIONID="BC57D7024E7A1F1F036DA9870FD0A0C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0317E1FC-71C2-4ADC-8B3A-4D9351A8E36A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0317E1FC-71C2-4ADC-8B3A-4D9351A8E36A%7D [org.dataone.client.rest.RestClient]
20170606-06:23:32: [WARN]: Cookie rejected [JSESSIONID="E1AD9EF71B03429034EA81560864A07A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0318F829-D4CC-4C4D-90F9-74815635F1D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0318F829-D4CC-4C4D-90F9-74815635F1D2%7D [org.dataone.client.rest.RestClient]
20170606-06:23:32: [WARN]: Cookie rejected [JSESSIONID="9CED456B90667DF5E4C443FF5CE1CB91", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{031FF1E1-A387-4CF1-A1FC-8F0CE403D59A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B031FF1E1-A387-4CF1-A1FC-8F0CE403D59A%7D [org.dataone.client.rest.RestClient]
20170606-06:23:33: [WARN]: Cookie rejected [JSESSIONID="55438F0D181D1CA43C978E76AF564333", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{032444ED-1A13-48B7-BA6B-DD73669D25C4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B032444ED-1A13-48B7-BA6B-DD73669D25C4%7D [org.dataone.client.rest.RestClient]
20170606-06:23:34: [WARN]: Cookie rejected [JSESSIONID="5549631ADD28A1F0BA08ECEC22CE0DE1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03261837-D58C-4E45-AC1D-A9F7D01D0734}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03261837-D58C-4E45-AC1D-A9F7D01D0734%7D [org.dataone.client.rest.RestClient]
20170606-06:23:35: [WARN]: Cookie rejected [JSESSIONID="48EBF8C73D203B461BDB4B892A69BC67", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0326E3EE-9E69-467D-90F4-EF033B4F1688}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0326E3EE-9E69-467D-90F4-EF033B4F1688%7D [org.dataone.client.rest.RestClient]
20170606-06:23:35: [WARN]: Cookie rejected [JSESSIONID="63C78B1D57FB0EAC82E197F1E8B7AC4A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03292696-80DD-425B-B9A4-94FA5D2453F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03292696-80DD-425B-B9A4-94FA5D2453F7%7D [org.dataone.client.rest.RestClient]
20170606-06:23:36: [WARN]: Cookie rejected [JSESSIONID="D73D7AEC5512BEA8A99D64F5EEED10E1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{032A773F-D40E-4BA9-BCD3-D922E8A2B8E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B032A773F-D40E-4BA9-BCD3-D922E8A2B8E4%7D [org.dataone.client.rest.RestClient]
20170606-06:23:37: [WARN]: Cookie rejected [JSESSIONID="0A7F138F48EE82C8543F0CAF5360C3E8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{032B9D03-5031-46C6-B9B4-111A6919900E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B032B9D03-5031-46C6-B9B4-111A6919900E%7D [org.dataone.client.rest.RestClient]
20170606-06:23:37: [WARN]: Cookie rejected [JSESSIONID="6C3D170F503C121B432C368FB435F989", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{032BEAEA-D887-4877-8DAB-07AA93F44A16}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B032BEAEA-D887-4877-8DAB-07AA93F44A16%7D [org.dataone.client.rest.RestClient]
20170606-06:23:38: [WARN]: Cookie rejected [JSESSIONID="2D0E12A9C7404A1527A563DFB619A820", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0337E550-FBDE-4CA8-8F66-AF3B912A010F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0337E550-FBDE-4CA8-8F66-AF3B912A010F%7D [org.dataone.client.rest.RestClient]
20170606-06:23:39: [WARN]: Cookie rejected [JSESSIONID="457124712713072038788AE93E3C0945", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{033AFAEB-556F-410A-9D9E-747315890C52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B033AFAEB-556F-410A-9D9E-747315890C52%7D [org.dataone.client.rest.RestClient]
20170606-06:23:39: [WARN]: Cookie rejected [JSESSIONID="2DD51D68E1FCD09B21A0A1304CBC29B0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{033C72EB-83A9-4B75-AC5E-A37F5E12BBE4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B033C72EB-83A9-4B75-AC5E-A37F5E12BBE4%7D [org.dataone.client.rest.RestClient]
20170606-06:23:40: [WARN]: Cookie rejected [JSESSIONID="A6EE15B0D8B7EEDC076DB8A5147EDE66", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{033D3261-4D9D-42CB-A91C-B6BE6DD9E008}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B033D3261-4D9D-42CB-A91C-B6BE6DD9E008%7D [org.dataone.client.rest.RestClient]
20170606-06:23:41: [WARN]: Cookie rejected [JSESSIONID="A91D9653A680211404B63FE9A5E449D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{033F4CF4-BFE1-4B22-AC23-5A409B3FC1DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B033F4CF4-BFE1-4B22-AC23-5A409B3FC1DB%7D [org.dataone.client.rest.RestClient]
20170606-06:23:42: [WARN]: Cookie rejected [JSESSIONID="4410848045959AAD0EC6D2541B37104B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{034A1F65-52BB-431A-AB24-ACF80C3B70A3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B034A1F65-52BB-431A-AB24-ACF80C3B70A3%7D [org.dataone.client.rest.RestClient]
20170606-06:23:42: [WARN]: Cookie rejected [JSESSIONID="FBA827F36D352450F4823DF693EBCAF0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{034EA83C-0F61-4333-A1D6-09E465E57222}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B034EA83C-0F61-4333-A1D6-09E465E57222%7D [org.dataone.client.rest.RestClient]
20170606-06:23:43: [WARN]: Cookie rejected [JSESSIONID="EA0B980A251BE6918D0AF2B247F948AB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0351397C-A3A4-4DE7-9B38-7085BC5D699F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0351397C-A3A4-4DE7-9B38-7085BC5D699F%7D [org.dataone.client.rest.RestClient]
20170606-06:23:44: [WARN]: Cookie rejected [JSESSIONID="24A0717A5371C65D03D0F0A128A58FFF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{035724EB-A239-478C-BC46-C59BD9E2CFCA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B035724EB-A239-478C-BC46-C59BD9E2CFCA%7D [org.dataone.client.rest.RestClient]
20170606-06:23:45: [WARN]: Cookie rejected [JSESSIONID="9620672EE61D7029BFB11E258043827E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0358E0BC-C0EE-4E0E-9DCD-AA3B8F7ADDEE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0358E0BC-C0EE-4E0E-9DCD-AA3B8F7ADDEE%7D [org.dataone.client.rest.RestClient]
20170606-06:23:45: [WARN]: Cookie rejected [JSESSIONID="E896D6BB134F66189114731FA01BDB87", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03593447-8C22-460D-956D-5B276A14DE14}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03593447-8C22-460D-956D-5B276A14DE14%7D [org.dataone.client.rest.RestClient]
20170606-06:23:46: [WARN]: Cookie rejected [JSESSIONID="9BBACE2BCC380A3FFC0B9D47E16AE479", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{035BE97C-7137-431B-81F0-65632CC67EFF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B035BE97C-7137-431B-81F0-65632CC67EFF%7D [org.dataone.client.rest.RestClient]
20170606-06:23:47: [WARN]: Cookie rejected [JSESSIONID="1216CF3E54F0EDD9663E93BC476EB0F7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{035D7123-770B-445F-801A-C6FBCD42EDE3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B035D7123-770B-445F-801A-C6FBCD42EDE3%7D [org.dataone.client.rest.RestClient]
20170606-06:23:48: [WARN]: Cookie rejected [JSESSIONID="0BAF192C78CD318998AB9E3E9CF15E7B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03605FF3-1237-4D97-9C8C-B78F797444DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03605FF3-1237-4D97-9C8C-B78F797444DD%7D [org.dataone.client.rest.RestClient]
20170606-06:23:48: [WARN]: Cookie rejected [JSESSIONID="DA483246941865E6037C2D9AA27FD00D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03608722-B4E9-4D26-BA02-8F368DF7E451}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03608722-B4E9-4D26-BA02-8F368DF7E451%7D [org.dataone.client.rest.RestClient]
20170606-06:23:49: [WARN]: Cookie rejected [JSESSIONID="410636F227AB1202F74F769438CDE704", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0362655E-705D-42A3-8E2B-DE7456746A0B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0362655E-705D-42A3-8E2B-DE7456746A0B%7D [org.dataone.client.rest.RestClient]
20170606-06:23:50: [WARN]: Cookie rejected [JSESSIONID="7C02B71D7602215000E30F7D90EF8487", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0362AABA-14AC-4A71-A6F5-DB62699C38F0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0362AABA-14AC-4A71-A6F5-DB62699C38F0%7D [org.dataone.client.rest.RestClient]
20170606-06:23:50: [WARN]: Cookie rejected [JSESSIONID="25C8BEC01B90C65EBE14E8A548D9370A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0365E6B3-10CE-493B-9A66-FE3002D3D230}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0365E6B3-10CE-493B-9A66-FE3002D3D230%7D [org.dataone.client.rest.RestClient]
20170606-06:23:51: [WARN]: Cookie rejected [JSESSIONID="DC3537F68F149D26BAAB0FD4B3A0480A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0366BFAB-351B-43E0-AA3A-4297546E827D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0366BFAB-351B-43E0-AA3A-4297546E827D%7D [org.dataone.client.rest.RestClient]
20170606-06:23:52: [WARN]: Cookie rejected [JSESSIONID="ADAE06B8CB065C8109EB2C3AAA36BAF3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0372ACDC-E0F7-4AA2-90C6-764D4A0C8FB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0372ACDC-E0F7-4AA2-90C6-764D4A0C8FB1%7D [org.dataone.client.rest.RestClient]
20170606-06:23:53: [WARN]: Cookie rejected [JSESSIONID="AAB2C5941EDD8675B1F3B53103153337", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0376DABF-4705-4337-9268-02D6DDF2B4D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0376DABF-4705-4337-9268-02D6DDF2B4D0%7D [org.dataone.client.rest.RestClient]
20170606-06:23:53: [WARN]: Cookie rejected [JSESSIONID="E6287A19941DDD26867D17B0F6BCC024", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03773720-D2C2-44CE-960B-CE8794DE625B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03773720-D2C2-44CE-960B-CE8794DE625B%7D [org.dataone.client.rest.RestClient]
20170606-06:23:54: [WARN]: Cookie rejected [JSESSIONID="0B211EF6349085E75563A3C8AEA1D470", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0377B3CB-B4A8-46A0-BDE1-58E3647C4097}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0377B3CB-B4A8-46A0-BDE1-58E3647C4097%7D [org.dataone.client.rest.RestClient]
20170606-06:23:55: [WARN]: Cookie rejected [JSESSIONID="A768BA997B09FF6A67165D8966E00DC6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{037B637E-0D04-4E9A-ADCA-E85D3473983D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B037B637E-0D04-4E9A-ADCA-E85D3473983D%7D [org.dataone.client.rest.RestClient]
20170606-06:23:56: [WARN]: Cookie rejected [JSESSIONID="B0F8BBF0CAC9E8A4B2DA8A2B1557DE66", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{037CF843-B05F-402D-BB37-19442AC75C0E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B037CF843-B05F-402D-BB37-19442AC75C0E%7D [org.dataone.client.rest.RestClient]
20170606-06:23:56: [WARN]: Cookie rejected [JSESSIONID="FFF2BE1E3376B6416FD8ACD1FB1C468E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{038054E0-F928-4D56-A645-79BCE8AB09D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B038054E0-F928-4D56-A645-79BCE8AB09D8%7D [org.dataone.client.rest.RestClient]
20170606-06:23:57: [WARN]: Cookie rejected [JSESSIONID="06E57E68CDC4CD140764E55B416BCB01", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03828A03-650A-4281-8630-BF517F9D66A9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03828A03-650A-4281-8630-BF517F9D66A9%7D [org.dataone.client.rest.RestClient]
20170606-06:23:58: [WARN]: Cookie rejected [JSESSIONID="FEAB51A37AF78545D1AF5CADFE578D3B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0384049D-7A10-44C2-BACE-323EEB9443E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0384049D-7A10-44C2-BACE-323EEB9443E2%7D [org.dataone.client.rest.RestClient]
20170606-06:23:59: [WARN]: Cookie rejected [JSESSIONID="755A93A7BA3332D71A1D9C24A759377B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{038955BD-0DE6-4C5E-B22E-5DE0E2034B0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:23:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B038955BD-0DE6-4C5E-B22E-5DE0E2034B0D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:00: [WARN]: Cookie rejected [JSESSIONID="B5B30E159CFCDB9C245CD1B3AA15759D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{038F9C4E-4ED6-42EC-9979-B8EA1937C826}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B038F9C4E-4ED6-42EC-9979-B8EA1937C826%7D [org.dataone.client.rest.RestClient]
20170606-06:24:00: [WARN]: Cookie rejected [JSESSIONID="21A69DE4FAEE3F56E28C1E116840BB49", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03999D70-9216-433C-A711-F96474A81C17}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03999D70-9216-433C-A711-F96474A81C17%7D [org.dataone.client.rest.RestClient]
20170606-06:24:01: [WARN]: Cookie rejected [JSESSIONID="D1D87C7C393FE9D0B63D817A922FD3FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{039C1588-B2AE-47FB-B17B-7BB19A6AE5EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B039C1588-B2AE-47FB-B17B-7BB19A6AE5EF%7D [org.dataone.client.rest.RestClient]
20170606-06:24:02: [WARN]: Cookie rejected [JSESSIONID="1A775CF0CE2206C3564DE55B80772387", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{039C1D75-7DED-450A-8396-38AF599A87AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B039C1D75-7DED-450A-8396-38AF599A87AE%7D [org.dataone.client.rest.RestClient]
20170606-06:24:02: [WARN]: Cookie rejected [JSESSIONID="4BABB5D1E23BDAFD345BF01FC3CB8756", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{039D4CC8-2F6A-41D6-BE94-6CC053317339}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B039D4CC8-2F6A-41D6-BE94-6CC053317339%7D [org.dataone.client.rest.RestClient]
20170606-06:24:03: [WARN]: Cookie rejected [JSESSIONID="60980FB89D327E560508FBAD8C217967", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{039DAC09-5616-49BA-AAAD-12389AC77BA3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B039DAC09-5616-49BA-AAAD-12389AC77BA3%7D [org.dataone.client.rest.RestClient]
20170606-06:24:04: [WARN]: Cookie rejected [JSESSIONID="8EEEEE479C650F64F91C502AE8047D27", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{039E0335-57A5-4064-95CE-CE17B17C462D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B039E0335-57A5-4064-95CE-CE17B17C462D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:05: [WARN]: Cookie rejected [JSESSIONID="E2944574DBF57D220AE5A0E473A2F624", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03A864A8-0D7B-4FD4-A4EA-6368FFAEFC03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03A864A8-0D7B-4FD4-A4EA-6368FFAEFC03%7D [org.dataone.client.rest.RestClient]
20170606-06:24:06: [WARN]: Cookie rejected [JSESSIONID="7DDC80AF7AB2C96BF5E3BC616B9953A4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03AB9DAF-EB45-448F-BF34-B5526C85419E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03AB9DAF-EB45-448F-BF34-B5526C85419E%7D [org.dataone.client.rest.RestClient]
20170606-06:24:06: [WARN]: Cookie rejected [JSESSIONID="16E6C0BC6E415D77F13659BD2CA65A84", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03AE23D4-DF43-4CE0-B751-18AA8F0D2428}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03AE23D4-DF43-4CE0-B751-18AA8F0D2428%7D [org.dataone.client.rest.RestClient]
20170606-06:24:07: [WARN]: Cookie rejected [JSESSIONID="42F4AD9D876F937569B02575DAD77111", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03AFD500-7613-4ED4-8914-D3D6C318F0FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03AFD500-7613-4ED4-8914-D3D6C318F0FB%7D [org.dataone.client.rest.RestClient]
20170606-06:24:08: [WARN]: Cookie rejected [JSESSIONID="47BEBA5EF98C052FB2B95F68127D8E93", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03B1F98F-EB69-4290-9B73-44AEDEA2BA66}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03B1F98F-EB69-4290-9B73-44AEDEA2BA66%7D [org.dataone.client.rest.RestClient]
20170606-06:24:09: [WARN]: Cookie rejected [JSESSIONID="08D747C7A4C4977B2D3EECB529D7D553", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03B54206-B537-440F-807D-71A254418962}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03B54206-B537-440F-807D-71A254418962%7D [org.dataone.client.rest.RestClient]
20170606-06:24:09: [WARN]: Cookie rejected [JSESSIONID="6D594AA858FF903BA1651236E1793F69", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03B68CB1-9DF1-4385-BB68-481FA4BD4227}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03B68CB1-9DF1-4385-BB68-481FA4BD4227%7D [org.dataone.client.rest.RestClient]
20170606-06:24:10: [WARN]: Cookie rejected [JSESSIONID="861A92D2C45B7510413133EEDA291D5B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03BA0980-AF54-4B82-8E2A-9AA50587220E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03BA0980-AF54-4B82-8E2A-9AA50587220E%7D [org.dataone.client.rest.RestClient]
20170606-06:24:11: [WARN]: Cookie rejected [JSESSIONID="7104136D695B9382B9CF9BC75CC38B68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03BDC997-5435-4A38-AC72-BCEEFECFDB09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03BDC997-5435-4A38-AC72-BCEEFECFDB09%7D [org.dataone.client.rest.RestClient]
20170606-06:24:11: [WARN]: Cookie rejected [JSESSIONID="D492A46C0905BCF4BC08E405C4FB0062", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03BF0D01-593D-460A-AA11-5914A036E433}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03BF0D01-593D-460A-AA11-5914A036E433%7D [org.dataone.client.rest.RestClient]
20170606-06:24:12: [WARN]: Cookie rejected [JSESSIONID="4D470B733ACF8A83CD7BDA2E47EC9658", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03C3C240-D4D4-433E-85D4-BD234C3DB9BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03C3C240-D4D4-433E-85D4-BD234C3DB9BD%7D [org.dataone.client.rest.RestClient]
20170606-06:24:13: [WARN]: Cookie rejected [JSESSIONID="2FF39A121C684FB12272526565522B2F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03C7CE5B-2B3D-4668-9495-53FCB003209B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03C7CE5B-2B3D-4668-9495-53FCB003209B%7D [org.dataone.client.rest.RestClient]
20170606-06:24:14: [WARN]: Cookie rejected [JSESSIONID="1051FE5667DC79500902DA168AEDEACB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03C8B946-E01F-4EF4-BA30-8AB353292579}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03C8B946-E01F-4EF4-BA30-8AB353292579%7D [org.dataone.client.rest.RestClient]
20170606-06:24:14: [WARN]: Cookie rejected [JSESSIONID="1516C4AA90D90C8A23E9639A72E1D2CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03C8E781-4AD9-4DCD-A34D-6CCEE9521A51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03C8E781-4AD9-4DCD-A34D-6CCEE9521A51%7D [org.dataone.client.rest.RestClient]
20170606-06:24:15: [WARN]: Cookie rejected [JSESSIONID="52D703A8B8BE2A42F0BDEAD39EA7BBFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03C9F6D2-2838-46EB-891D-C18FAD305EA5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03C9F6D2-2838-46EB-891D-C18FAD305EA5%7D [org.dataone.client.rest.RestClient]
20170606-06:24:16: [WARN]: Cookie rejected [JSESSIONID="6717AE04BE6A9C10501420F4F6F747F3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03CCCFAA-693D-4EE5-9705-3B31E0EFE88B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03CCCFAA-693D-4EE5-9705-3B31E0EFE88B%7D [org.dataone.client.rest.RestClient]
20170606-06:24:17: [WARN]: Cookie rejected [JSESSIONID="E463472161F7F9FD2ADEA8CB499EB950", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03CE7067-CDCB-4909-96B9-4DCF9252AB4D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03CE7067-CDCB-4909-96B9-4DCF9252AB4D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:17: [WARN]: Cookie rejected [JSESSIONID="B6015A14DF91205941B3D5626AB24809", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03CEC2C3-13B1-409E-A8FD-BF0D0481BA79}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03CEC2C3-13B1-409E-A8FD-BF0D0481BA79%7D [org.dataone.client.rest.RestClient]
20170606-06:24:18: [WARN]: Cookie rejected [JSESSIONID="4F7CA8171AB2BEB3132AC1AFD1DE9900", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03D517B6-D3D1-4B0B-8AF8-F85CB4DF71EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03D517B6-D3D1-4B0B-8AF8-F85CB4DF71EF%7D [org.dataone.client.rest.RestClient]
20170606-06:24:19: [WARN]: Cookie rejected [JSESSIONID="01D088C7F4BEC76186F2CD6512DDB5A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03D6B094-B7C5-45AD-923E-444BAB1BB44B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03D6B094-B7C5-45AD-923E-444BAB1BB44B%7D [org.dataone.client.rest.RestClient]
20170606-06:24:20: [WARN]: Cookie rejected [JSESSIONID="B988E44F76EEE3722730FC1D0D864578", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03D73564-6F03-418D-AA12-7C18E83638C0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03D73564-6F03-418D-AA12-7C18E83638C0%7D [org.dataone.client.rest.RestClient]
20170606-06:24:20: [WARN]: Cookie rejected [JSESSIONID="9F4A9171CEE45418ABBC4775FCA0D153", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03D78CAA-95D6-4A52-9C20-F2A77F1C5BE6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03D78CAA-95D6-4A52-9C20-F2A77F1C5BE6%7D [org.dataone.client.rest.RestClient]
20170606-06:24:21: [WARN]: Cookie rejected [JSESSIONID="2357E9E2D5153D8965411A85B5F643CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03D8BA72-EFBA-4D42-B1E2-6D8AA7879A9C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03D8BA72-EFBA-4D42-B1E2-6D8AA7879A9C%7D [org.dataone.client.rest.RestClient]
20170606-06:24:22: [WARN]: Cookie rejected [JSESSIONID="41D9E680E14B1FFEB56499BE05409544", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03DCD1AD-DE23-4B1A-8B13-349956ECE5AB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03DCD1AD-DE23-4B1A-8B13-349956ECE5AB%7D [org.dataone.client.rest.RestClient]
20170606-06:24:22: [WARN]: Cookie rejected [JSESSIONID="7E8A38439BDAF96F7A89C55B75D972BD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03DCD5CC-C044-4331-A4DC-E6FF4C6E3629}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03DCD5CC-C044-4331-A4DC-E6FF4C6E3629%7D [org.dataone.client.rest.RestClient]
20170606-06:24:23: [WARN]: Cookie rejected [JSESSIONID="EC57F0AE5C433A2A1F73889F6AFD30B4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03DDB034-B1C6-4E31-8EB8-DA7A6E15815E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03DDB034-B1C6-4E31-8EB8-DA7A6E15815E%7D [org.dataone.client.rest.RestClient]
20170606-06:24:24: [WARN]: Cookie rejected [JSESSIONID="F68CED99F9B5FF6A21D4D4517987F4AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03E52C73-DDDB-4607-B1CD-69E9A96A090D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03E52C73-DDDB-4607-B1CD-69E9A96A090D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:25: [WARN]: Cookie rejected [JSESSIONID="C8A12922388126A32A5A6759A31F6FCD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03E5CA5D-FFD4-4688-8583-F6FDCB209804}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03E5CA5D-FFD4-4688-8583-F6FDCB209804%7D [org.dataone.client.rest.RestClient]
20170606-06:24:25: [WARN]: Cookie rejected [JSESSIONID="14A9A45FD17E548AFEA24FB1058796B8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03E68171-C826-4294-A4D6-C16FF3F4D848}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03E68171-C826-4294-A4D6-C16FF3F4D848%7D [org.dataone.client.rest.RestClient]
20170606-06:24:26: [WARN]: Cookie rejected [JSESSIONID="805CF9352F14813176833D1DFB26DE87", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03EAD6E8-804E-4E01-88CF-73B7D81A8E85}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03EAD6E8-804E-4E01-88CF-73B7D81A8E85%7D [org.dataone.client.rest.RestClient]
20170606-06:24:27: [WARN]: Cookie rejected [JSESSIONID="BB722E3C3B899C6E0410EC6C4CB55EAD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03EE522B-AA33-429F-9FE2-49BD04CDDE30}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03EE522B-AA33-429F-9FE2-49BD04CDDE30%7D [org.dataone.client.rest.RestClient]
20170606-06:24:28: [WARN]: Cookie rejected [JSESSIONID="6C392A9E135E3DCDA905400E84077625", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03EF5CA5-0560-487F-90F0-4647042535EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03EF5CA5-0560-487F-90F0-4647042535EF%7D [org.dataone.client.rest.RestClient]
20170606-06:24:29: [WARN]: Cookie rejected [JSESSIONID="C007697EF0D787C2B48E3FB5FD18AF4A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03F6E405-AACD-4506-8774-3E5FC58CBF37}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03F6E405-AACD-4506-8774-3E5FC58CBF37%7D [org.dataone.client.rest.RestClient]
20170606-06:24:29: [WARN]: Cookie rejected [JSESSIONID="BF41F65C45695A8876EFED51918D5861", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03FCBDCB-6ACE-4F38-963E-B139CBB17C6D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03FCBDCB-6ACE-4F38-963E-B139CBB17C6D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:30: [WARN]: Cookie rejected [JSESSIONID="0C10C739C33F144B4B4D0C71B7D0529B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{03FCC53A-96D1-461E-ABC0-8FD5ECDFD005}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B03FCC53A-96D1-461E-ABC0-8FD5ECDFD005%7D [org.dataone.client.rest.RestClient]
20170606-06:24:31: [WARN]: Cookie rejected [JSESSIONID="2F29C235F9682D416DA4B441F53A947B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0400F850-6DCB-497D-B2D1-F6E1A265788C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0400F850-6DCB-497D-B2D1-F6E1A265788C%7D [org.dataone.client.rest.RestClient]
20170606-06:24:31: [WARN]: Cookie rejected [JSESSIONID="BCC46B22534A11080C0A2BDED282A864", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0401F07E-AF58-435A-A5DD-7AAD41155248}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0401F07E-AF58-435A-A5DD-7AAD41155248%7D [org.dataone.client.rest.RestClient]
20170606-06:24:32: [WARN]: Cookie rejected [JSESSIONID="46E2F7B26FAFAC4A0A70E27C1D2C09ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0405EC0A-00EF-4CDF-B573-2FE97425DA44}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0405EC0A-00EF-4CDF-B573-2FE97425DA44%7D [org.dataone.client.rest.RestClient]
20170606-06:24:33: [WARN]: Cookie rejected [JSESSIONID="6A35D4E8EC3D2CF1369648D9C81FC8D1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0405FD81-F622-4DB0-B1FC-D95AEFDB4A22}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0405FD81-F622-4DB0-B1FC-D95AEFDB4A22%7D [org.dataone.client.rest.RestClient]
20170606-06:24:34: [WARN]: Cookie rejected [JSESSIONID="BFE97B605E63212ADA8CE54489726FAA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{040B2478-5C49-4C6E-82C3-03BBEFF96966}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B040B2478-5C49-4C6E-82C3-03BBEFF96966%7D [org.dataone.client.rest.RestClient]
20170606-06:24:34: [WARN]: Cookie rejected [JSESSIONID="8DFB3821E09BE55A88B3B8E66A9C032C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04110C85-6179-427B-A4A4-A45B058D41D4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04110C85-6179-427B-A4A4-A45B058D41D4%7D [org.dataone.client.rest.RestClient]
20170606-06:24:35: [WARN]: Cookie rejected [JSESSIONID="3F4C80808DCEA71971DED86A72964CA2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0412C275-8F3A-41C8-8675-E89FC77F034D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0412C275-8F3A-41C8-8675-E89FC77F034D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:36: [WARN]: Cookie rejected [JSESSIONID="AD27FBF1134253BD9F50CDD5703F29A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0413D5A0-64F3-42D8-9F33-DC20EFE4F0E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0413D5A0-64F3-42D8-9F33-DC20EFE4F0E4%7D [org.dataone.client.rest.RestClient]
20170606-06:24:37: [WARN]: Cookie rejected [JSESSIONID="D3C50A51FB8FCFD7781F556EE6942EB6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0414C8A1-5C45-4DDC-B48B-958C8CC0A3EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0414C8A1-5C45-4DDC-B48B-958C8CC0A3EC%7D [org.dataone.client.rest.RestClient]
20170606-06:24:37: [WARN]: Cookie rejected [JSESSIONID="AC355C9B7F5E0121D948527ED00D529F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{041F07E6-6C3D-4A97-A47F-F14D44D54DB2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B041F07E6-6C3D-4A97-A47F-F14D44D54DB2%7D [org.dataone.client.rest.RestClient]
20170606-06:24:38: [WARN]: Cookie rejected [JSESSIONID="CD6F0D362092903CD841580FB59236FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04220B82-316D-4AA9-9089-2636EDE6140D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04220B82-316D-4AA9-9089-2636EDE6140D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:39: [WARN]: Cookie rejected [JSESSIONID="07405580E72417D8E7EC82B7FC4017A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0423B388-EFC6-4F17-AF85-4ED7EBC12067}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0423B388-EFC6-4F17-AF85-4ED7EBC12067%7D [org.dataone.client.rest.RestClient]
20170606-06:24:39: [WARN]: Cookie rejected [JSESSIONID="5A3C3F336191427D572FB3E69DE3D38B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0427D4D6-906D-488C-870C-9AAC84198454}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0427D4D6-906D-488C-870C-9AAC84198454%7D [org.dataone.client.rest.RestClient]
20170606-06:24:40: [WARN]: Cookie rejected [JSESSIONID="A4A6477594D9FAEBFDBDFF2484D6A9A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{042CE3DA-D0F9-4127-8445-DFDE6112F15C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B042CE3DA-D0F9-4127-8445-DFDE6112F15C%7D [org.dataone.client.rest.RestClient]
20170606-06:24:41: [WARN]: Cookie rejected [JSESSIONID="C65530520ED7058955897D6347910C18", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{042E1D49-83AB-4BD7-90A8-D1756ADA46F2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B042E1D49-83AB-4BD7-90A8-D1756ADA46F2%7D [org.dataone.client.rest.RestClient]
20170606-06:24:42: [WARN]: Cookie rejected [JSESSIONID="FBAB52953F8F5E2790C00F1FDD1F24D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0432BF4B-FDB3-4589-B161-2B0103064A26}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0432BF4B-FDB3-4589-B161-2B0103064A26%7D [org.dataone.client.rest.RestClient]
20170606-06:24:43: [WARN]: Cookie rejected [JSESSIONID="ADBD8F8480E92550399D70F5AFDF00E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0433F253-812C-4B29-994E-ABDAC66EB2E5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0433F253-812C-4B29-994E-ABDAC66EB2E5%7D [org.dataone.client.rest.RestClient]
20170606-06:24:43: [WARN]: Cookie rejected [JSESSIONID="34ACD8BFBF60360D591E0FC66038C22C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04368D94-F6FF-4D27-96E8-349114487107}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04368D94-F6FF-4D27-96E8-349114487107%7D [org.dataone.client.rest.RestClient]
20170606-06:24:44: [WARN]: Cookie rejected [JSESSIONID="E03B7317D59C034BC4ECDE719058E9D4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0438ED9F-2F68-4BDE-B24A-3CE9C41D3B94}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0438ED9F-2F68-4BDE-B24A-3CE9C41D3B94%7D [org.dataone.client.rest.RestClient]
20170606-06:24:45: [WARN]: Cookie rejected [JSESSIONID="E97447F3FC310E38C6FBB0330C6E2FC1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{043DD64F-6B73-4D97-ABBF-E9F589BDCEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B043DD64F-6B73-4D97-ABBF-E9F589BDCEE2%7D [org.dataone.client.rest.RestClient]
20170606-06:24:46: [WARN]: Cookie rejected [JSESSIONID="144BAD212522DEAEA94E2E76ED786380", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0440680F-A506-4CC0-A3CF-6C8840D90C03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0440680F-A506-4CC0-A3CF-6C8840D90C03%7D [org.dataone.client.rest.RestClient]
20170606-06:24:46: [WARN]: Cookie rejected [JSESSIONID="B8AB0FE1AD4F42FC7AC42F4E86DDD2C6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04422E24-E7BB-4D4F-9DAD-580D05FB041D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04422E24-E7BB-4D4F-9DAD-580D05FB041D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:47: [WARN]: Cookie rejected [JSESSIONID="F78AFCF2D4DD079DC5A3BBCF50F8383B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04455BAF-0FAE-4F65-88C1-C6A91DD64D65}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04455BAF-0FAE-4F65-88C1-C6A91DD64D65%7D [org.dataone.client.rest.RestClient]
20170606-06:24:48: [WARN]: Cookie rejected [JSESSIONID="7078CB4B6668D00280A3FFB00386F63F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{044A28DA-33FE-4A19-B1D0-ABF723889369}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B044A28DA-33FE-4A19-B1D0-ABF723889369%7D [org.dataone.client.rest.RestClient]
20170606-06:24:48: [WARN]: Cookie rejected [JSESSIONID="D9751A7CDAF12D63FDFEA001CBF5D176", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{044AA2F1-7681-47DB-B0F0-91A68ADA9F02}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B044AA2F1-7681-47DB-B0F0-91A68ADA9F02%7D [org.dataone.client.rest.RestClient]
20170606-06:24:49: [WARN]: Cookie rejected [JSESSIONID="E63533EFE70A730E6CB7B35E9C74DC70", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{044D27EE-9C32-4F66-B7D8-732FBAF46600}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B044D27EE-9C32-4F66-B7D8-732FBAF46600%7D [org.dataone.client.rest.RestClient]
20170606-06:24:50: [WARN]: Cookie rejected [JSESSIONID="8EF655D35D66D9796CAED1F863EFD80D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04500A4D-11AD-4D63-A996-01AD1E01C383}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04500A4D-11AD-4D63-A996-01AD1E01C383%7D [org.dataone.client.rest.RestClient]
20170606-06:24:51: [WARN]: Cookie rejected [JSESSIONID="3E6F6DF3885C6ACBD2883B19BBD7D693", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{045424DB-E7B7-438B-84DE-B7F937456CE6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B045424DB-E7B7-438B-84DE-B7F937456CE6%7D [org.dataone.client.rest.RestClient]
20170606-06:24:51: [WARN]: Cookie rejected [JSESSIONID="C1DA90B2E0D25C5A9BF891D33CB09FC7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04568F7A-AABD-4C03-97C8-09A986AE433C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04568F7A-AABD-4C03-97C8-09A986AE433C%7D [org.dataone.client.rest.RestClient]
20170606-06:24:52: [WARN]: Cookie rejected [JSESSIONID="030B8A78BE1B47F7FCDF26041427ACAC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0458FFA0-466E-4857-B395-EAB9D4E49952}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0458FFA0-466E-4857-B395-EAB9D4E49952%7D [org.dataone.client.rest.RestClient]
20170606-06:24:53: [WARN]: Cookie rejected [JSESSIONID="DCBBFCA5341520C6D8F38958DAE1645A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{045A7445-4000-4123-B2EC-E9C5192453F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B045A7445-4000-4123-B2EC-E9C5192453F7%7D [org.dataone.client.rest.RestClient]
20170606-06:24:54: [WARN]: Cookie rejected [JSESSIONID="BFB30B88F30FEA0D30AF222DF37F3B9B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{046628D2-53FD-411A-ADA7-EAD7E9BF9A6D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B046628D2-53FD-411A-ADA7-EAD7E9BF9A6D%7D [org.dataone.client.rest.RestClient]
20170606-06:24:54: [WARN]: Cookie rejected [JSESSIONID="3D5BCD084D983E25139732BA1AE42F3C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04692E2E-0714-474F-9ECB-470E78A4FBBD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04692E2E-0714-474F-9ECB-470E78A4FBBD%7D [org.dataone.client.rest.RestClient]
20170606-06:24:55: [WARN]: Cookie rejected [JSESSIONID="AF9B5DEE750AF5C283FA21E711AEFE1F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{046B652D-F4BF-4700-ABC5-1D423B892AED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B046B652D-F4BF-4700-ABC5-1D423B892AED%7D [org.dataone.client.rest.RestClient]
20170606-06:24:56: [WARN]: Cookie rejected [JSESSIONID="87BA853B22A45279591047CB0B09D4A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{046B7EF1-FFA9-4DAB-A10B-7671DD603C2A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B046B7EF1-FFA9-4DAB-A10B-7671DD603C2A%7D [org.dataone.client.rest.RestClient]
20170606-06:24:56: [WARN]: Cookie rejected [JSESSIONID="7ACBF18F27B16D9CE2B767EE40D9962E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{046D8DD3-CF4C-4849-83B9-654A42C2C90F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B046D8DD3-CF4C-4849-83B9-654A42C2C90F%7D [org.dataone.client.rest.RestClient]
20170606-06:24:57: [WARN]: Cookie rejected [JSESSIONID="51B03155498412B8E272AE2B4C3DDB35", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{047235C5-7F06-4EF1-9B21-0AB0C757E677}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B047235C5-7F06-4EF1-9B21-0AB0C757E677%7D [org.dataone.client.rest.RestClient]
20170606-06:24:58: [WARN]: Cookie rejected [JSESSIONID="6524F9A8D79811C71A76311B032243DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0478E3C1-2774-4E61-AF4E-11B870E6F931}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0478E3C1-2774-4E61-AF4E-11B870E6F931%7D [org.dataone.client.rest.RestClient]
20170606-06:24:59: [WARN]: Cookie rejected [JSESSIONID="95B2E5D018E1A9FE88905220615362F5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{047B0A24-AE76-47A4-B61F-6A776F0FC3F3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:24:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B047B0A24-AE76-47A4-B61F-6A776F0FC3F3%7D [org.dataone.client.rest.RestClient]
20170606-06:25:00: [WARN]: Cookie rejected [JSESSIONID="770222651FCCF8B97580AA4954787F29", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{047BFCA6-2B23-443D-898C-AD7EB68B5C0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B047BFCA6-2B23-443D-898C-AD7EB68B5C0A%7D [org.dataone.client.rest.RestClient]
20170606-06:25:00: [WARN]: Cookie rejected [JSESSIONID="84638FF727658F0EB90016051B973F17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{047EB869-A50E-4655-A101-32ECC76305DC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B047EB869-A50E-4655-A101-32ECC76305DC%7D [org.dataone.client.rest.RestClient]
20170606-06:25:01: [WARN]: Cookie rejected [JSESSIONID="3F952A47C605945C985F3B573615A363", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{047FE7ED-B71F-4D0D-8AF4-4AEB1BAC7D21}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B047FE7ED-B71F-4D0D-8AF4-4AEB1BAC7D21%7D [org.dataone.client.rest.RestClient]
20170606-06:25:02: [WARN]: Cookie rejected [JSESSIONID="03695A6BF67180588D28E6DA8499176C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04806C1F-58CA-4D79-8378-44C492A533FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04806C1F-58CA-4D79-8378-44C492A533FB%7D [org.dataone.client.rest.RestClient]
20170606-06:25:03: [WARN]: Cookie rejected [JSESSIONID="B67141FF1035BC8AB20C474EE7C7CCE6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04850149-0AEC-431F-9167-C93A2888D496}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04850149-0AEC-431F-9167-C93A2888D496%7D [org.dataone.client.rest.RestClient]
20170606-06:25:03: [WARN]: Cookie rejected [JSESSIONID="77247716B8DFA803B21E3DA2C67C9CA8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0487310C-E7D8-4B88-BC93-EFAFFF4CA1A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0487310C-E7D8-4B88-BC93-EFAFFF4CA1A7%7D [org.dataone.client.rest.RestClient]
20170606-06:25:04: [WARN]: Cookie rejected [JSESSIONID="816A14B5382E85D9ED19833527DD987F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{048A10FB-200F-4834-BCA1-AC3B48A38790}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B048A10FB-200F-4834-BCA1-AC3B48A38790%7D [org.dataone.client.rest.RestClient]
20170606-06:25:05: [WARN]: Cookie rejected [JSESSIONID="F31D478148589626E032CAEE097A8380", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{048C67D1-E288-4772-AB09-48A069527C46}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B048C67D1-E288-4772-AB09-48A069527C46%7D [org.dataone.client.rest.RestClient]
20170606-06:25:06: [WARN]: Cookie rejected [JSESSIONID="A2E448CD676D308B65179E6EDAD47621", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0499064A-3EA8-41DE-9CCD-AB4D8B80211D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0499064A-3EA8-41DE-9CCD-AB4D8B80211D%7D [org.dataone.client.rest.RestClient]
20170606-06:25:06: [WARN]: Cookie rejected [JSESSIONID="7B98DC90226DB6ED64E989444C0879CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04A3D3AD-ADFA-4715-9975-48426F86355D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04A3D3AD-ADFA-4715-9975-48426F86355D%7D [org.dataone.client.rest.RestClient]
20170606-06:25:07: [WARN]: Cookie rejected [JSESSIONID="F7730562580DD387B492C1D25C99B007", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04A6BDD6-DD5B-4668-9B45-0F4ABCC7D706}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04A6BDD6-DD5B-4668-9B45-0F4ABCC7D706%7D [org.dataone.client.rest.RestClient]
20170606-06:25:08: [WARN]: Cookie rejected [JSESSIONID="AB05163BD2D3C6ACFDE0B360860CB999", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04B7515C-1DC0-4BB9-9D3E-33A7A602CC31}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04B7515C-1DC0-4BB9-9D3E-33A7A602CC31%7D [org.dataone.client.rest.RestClient]
20170606-06:25:09: [WARN]: Cookie rejected [JSESSIONID="048C423FF77653DD967606062F1ACC4A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04B80835-9656-4222-A673-2AC0921FA891}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04B80835-9656-4222-A673-2AC0921FA891%7D [org.dataone.client.rest.RestClient]
20170606-06:25:09: [WARN]: Cookie rejected [JSESSIONID="A2ED291B1D8708D632198466041CCDEA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04BB45A7-7F9C-4B64-89F5-D8A539F1DC75}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04BB45A7-7F9C-4B64-89F5-D8A539F1DC75%7D [org.dataone.client.rest.RestClient]
20170606-06:25:10: [WARN]: Cookie rejected [JSESSIONID="C649A5572CD9D6E410E24CCD50F39701", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04BBE10E-E3B3-41B5-8473-CC3022811396}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04BBE10E-E3B3-41B5-8473-CC3022811396%7D [org.dataone.client.rest.RestClient]
20170606-06:25:11: [WARN]: Cookie rejected [JSESSIONID="F9676BE5C16D6475EAB9C20F2F2921E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04BFFC90-6B02-46E0-863B-A72D61EE37BE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04BFFC90-6B02-46E0-863B-A72D61EE37BE%7D [org.dataone.client.rest.RestClient]
20170606-06:25:12: [WARN]: Cookie rejected [JSESSIONID="E5C8C394CB9FD7269EFC1A38D672F1F7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04C16F45-887C-4DE8-811D-495D83A0EF3B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04C16F45-887C-4DE8-811D-495D83A0EF3B%7D [org.dataone.client.rest.RestClient]
20170606-06:25:12: [WARN]: Cookie rejected [JSESSIONID="B8BE1BB0D90C73F2C923C77437FBF8E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04C1D51A-90AA-4E16-A3B1-A9D60B248F54}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04C1D51A-90AA-4E16-A3B1-A9D60B248F54%7D [org.dataone.client.rest.RestClient]
20170606-06:25:13: [WARN]: Cookie rejected [JSESSIONID="9C26B1BC3A2D467EDB8DDA3B8DBAE1BF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04C51DE5-FC34-4D7F-971D-64E1FE1041AF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04C51DE5-FC34-4D7F-971D-64E1FE1041AF%7D [org.dataone.client.rest.RestClient]
20170606-06:25:14: [WARN]: Cookie rejected [JSESSIONID="1F2F9E6BDE218EA278A0193FD9D2A151", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04C9A95A-C9A3-40EB-9CE3-B0A3758999C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04C9A95A-C9A3-40EB-9CE3-B0A3758999C8%7D [org.dataone.client.rest.RestClient]
20170606-06:25:14: [WARN]: Cookie rejected [JSESSIONID="ACA33800926AD13D0924571956E4DB81", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04C9D1BF-D8EC-4C02-AAFE-BA8E7DED6A27}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04C9D1BF-D8EC-4C02-AAFE-BA8E7DED6A27%7D [org.dataone.client.rest.RestClient]
20170606-06:25:15: [WARN]: Cookie rejected [JSESSIONID="26D3A35702E510B674EDF343E2ACD215", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04CDCCF6-5CDB-4FA9-A00F-89B20FE2120A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04CDCCF6-5CDB-4FA9-A00F-89B20FE2120A%7D [org.dataone.client.rest.RestClient]
20170606-06:25:16: [WARN]: Cookie rejected [JSESSIONID="9A472F9563DB55B5059B0077C24FB18B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04D23675-809F-4E33-86FE-0C040D37CD25}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04D23675-809F-4E33-86FE-0C040D37CD25%7D [org.dataone.client.rest.RestClient]
20170606-06:25:17: [WARN]: Cookie rejected [JSESSIONID="A449CA4337DB226B38F7833B0CCDB9C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04D27AD2-9940-4BFF-82F8-62E199F70945}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04D27AD2-9940-4BFF-82F8-62E199F70945%7D [org.dataone.client.rest.RestClient]
20170606-06:25:17: [WARN]: Cookie rejected [JSESSIONID="671A87A97F48C32B71F982F2B340C485", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04D50B2D-E886-4405-9D41-3905118E3FFC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04D50B2D-E886-4405-9D41-3905118E3FFC%7D [org.dataone.client.rest.RestClient]
20170606-06:25:18: [WARN]: Cookie rejected [JSESSIONID="8BD4AFD0CAD2E112292447499BFD4219", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04DB50CD-6D7B-4AB9-AD7D-676EF278EDF4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04DB50CD-6D7B-4AB9-AD7D-676EF278EDF4%7D [org.dataone.client.rest.RestClient]
20170606-06:25:19: [WARN]: Cookie rejected [JSESSIONID="008C11A430A3BE7F674D474BCE254197", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04DB5A9C-183E-4D61-BC74-F13A87EC2110}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04DB5A9C-183E-4D61-BC74-F13A87EC2110%7D [org.dataone.client.rest.RestClient]
20170606-06:25:20: [WARN]: Cookie rejected [JSESSIONID="6A268B72F0922BF246ED42C2E35C4EBB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04DE49C8-3591-46B1-8381-50FDA2EFA6DC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04DE49C8-3591-46B1-8381-50FDA2EFA6DC%7D [org.dataone.client.rest.RestClient]
20170606-06:25:21: [WARN]: Cookie rejected [JSESSIONID="8ECBA36607F27508327EE071A8DF2BBD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04DF17AE-55AC-4EB3-9B23-17BAAE097F9B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04DF17AE-55AC-4EB3-9B23-17BAAE097F9B%7D [org.dataone.client.rest.RestClient]
20170606-06:25:21: [WARN]: Cookie rejected [JSESSIONID="53F39F1522EF0F01D1CD625E587739A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04E02851-8675-4F88-8FA2-7AF8E8CE487F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04E02851-8675-4F88-8FA2-7AF8E8CE487F%7D [org.dataone.client.rest.RestClient]
20170606-06:25:22: [WARN]: Cookie rejected [JSESSIONID="069B8B771BE0E1C720AD9942E68091F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04E1F10D-03C4-495B-924D-CD30C4E0BCE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04E1F10D-03C4-495B-924D-CD30C4E0BCE0%7D [org.dataone.client.rest.RestClient]
20170606-06:25:23: [WARN]: Cookie rejected [JSESSIONID="9847E5807ED09B63D35EB83C71263AE8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04E249E6-145A-481E-B7FE-CAEBE6588FEB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04E249E6-145A-481E-B7FE-CAEBE6588FEB%7D [org.dataone.client.rest.RestClient]
20170606-06:25:24: [WARN]: Cookie rejected [JSESSIONID="8E458C000BC1D53432CC632DC6403602", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04E798F4-249E-44C2-8EBD-6A35CEAB7BDD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04E798F4-249E-44C2-8EBD-6A35CEAB7BDD%7D [org.dataone.client.rest.RestClient]
20170606-06:25:24: [WARN]: Cookie rejected [JSESSIONID="C19B2BA25E8E9218E1AE63A0AF4CA712", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04EBD788-243A-4C31-97AE-7B46BA822B04}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04EBD788-243A-4C31-97AE-7B46BA822B04%7D [org.dataone.client.rest.RestClient]
20170606-06:25:25: [WARN]: Cookie rejected [JSESSIONID="F1222D802EB33BC370ED6F4ADFD89F96", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04EC9BFF-AB6C-4079-AD70-98B2B42250B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04EC9BFF-AB6C-4079-AD70-98B2B42250B4%7D [org.dataone.client.rest.RestClient]
20170606-06:25:26: [WARN]: Cookie rejected [JSESSIONID="6407855E9E92224FEFA08FDCCE4B05B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04ECF10F-1867-460E-A3EF-EB07755F952F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04ECF10F-1867-460E-A3EF-EB07755F952F%7D [org.dataone.client.rest.RestClient]
20170606-06:25:26: [WARN]: Cookie rejected [JSESSIONID="3C501391FB3F3F04FB9C87E0F6B46E2F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04EFA2CC-EFAE-40F2-AF1D-8F5AD24CF575}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04EFA2CC-EFAE-40F2-AF1D-8F5AD24CF575%7D [org.dataone.client.rest.RestClient]
20170606-06:25:27: [WARN]: Cookie rejected [JSESSIONID="09FCD3B339AAD3CBFA5BD18A77A71688", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04F2A1F3-7386-4E15-86D0-594C3F0974EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04F2A1F3-7386-4E15-86D0-594C3F0974EC%7D [org.dataone.client.rest.RestClient]
20170606-06:25:28: [WARN]: Cookie rejected [JSESSIONID="9FB56B048504072B5B67AD0B647EBC67", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04F6BBFD-78B1-4206-B220-37DE536F5075}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04F6BBFD-78B1-4206-B220-37DE536F5075%7D [org.dataone.client.rest.RestClient]
20170606-06:25:29: [WARN]: Cookie rejected [JSESSIONID="C0FFC2AD18D0C5694DCA138B31991ACF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04FA9987-B45C-4343-9962-4587508B7D1C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04FA9987-B45C-4343-9962-4587508B7D1C%7D [org.dataone.client.rest.RestClient]
20170606-06:25:30: [WARN]: Cookie rejected [JSESSIONID="842283F9A52E6EF9CB08C9B46BBD35DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04FB23F7-18FA-4475-BCEB-B189910E4C5A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04FB23F7-18FA-4475-BCEB-B189910E4C5A%7D [org.dataone.client.rest.RestClient]
20170606-06:25:30: [WARN]: Cookie rejected [JSESSIONID="C587143491504ED38AEF83DA3F49ACE1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{04FC69FA-FC5D-4EE9-8232-71DD610C67C1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B04FC69FA-FC5D-4EE9-8232-71DD610C67C1%7D [org.dataone.client.rest.RestClient]
20170606-06:25:31: [WARN]: Cookie rejected [JSESSIONID="91DA2E0BFC5A06B0CC1F7AA8C7F34DFE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05019E26-63AF-496B-BECE-E72E21C29235}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05019E26-63AF-496B-BECE-E72E21C29235%7D [org.dataone.client.rest.RestClient]
20170606-06:25:32: [WARN]: Cookie rejected [JSESSIONID="C778250FC0B07C8D08290D6B3B3AF73E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0502949C-FF9E-431D-B6CE-7F69C3234867}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0502949C-FF9E-431D-B6CE-7F69C3234867%7D [org.dataone.client.rest.RestClient]
20170606-06:25:33: [WARN]: Cookie rejected [JSESSIONID="82DDB694177F304B6855959A324E6229", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0503F453-BD24-4E54-9AC1-105E0011F6E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0503F453-BD24-4E54-9AC1-105E0011F6E4%7D [org.dataone.client.rest.RestClient]
20170606-06:25:33: [WARN]: Cookie rejected [JSESSIONID="3D81C3CCB443D7C14EC51705B441C1A3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{050434A3-3F3F-41EA-AEE8-45B58BCEA959}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B050434A3-3F3F-41EA-AEE8-45B58BCEA959%7D [org.dataone.client.rest.RestClient]
20170606-06:25:34: [WARN]: Cookie rejected [JSESSIONID="7C3BF78291BE5A20566830EE4E4CF94D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05077622-2496-4628-946A-193D81915206}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05077622-2496-4628-946A-193D81915206%7D [org.dataone.client.rest.RestClient]
20170606-06:25:35: [WARN]: Cookie rejected [JSESSIONID="D13C339CBCB9D4BEFC87E85B7E9794A2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{050A8773-C070-4887-BBC1-FFC95E4BA421}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B050A8773-C070-4887-BBC1-FFC95E4BA421%7D [org.dataone.client.rest.RestClient]
20170606-06:25:35: [WARN]: Cookie rejected [JSESSIONID="887B6523673E583FE236AF254F23ACDD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{050B39AE-BFB8-4BED-888D-C8C76F7B46D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B050B39AE-BFB8-4BED-888D-C8C76F7B46D9%7D [org.dataone.client.rest.RestClient]
20170606-06:25:36: [WARN]: Cookie rejected [JSESSIONID="2F2A139118429B142FCD0851C73CD7AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05123240-C9D7-4A31-A369-D9F6A5B41172}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05123240-C9D7-4A31-A369-D9F6A5B41172%7D [org.dataone.client.rest.RestClient]
20170606-06:25:37: [WARN]: Cookie rejected [JSESSIONID="902E18DFC3CF557EF6FB814C7B976A2C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{051350BF-CB4C-45B1-82E6-0966E5408827}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B051350BF-CB4C-45B1-82E6-0966E5408827%7D [org.dataone.client.rest.RestClient]
20170606-06:25:38: [WARN]: Cookie rejected [JSESSIONID="F370D3B581FBFEDADAEC96A1E8B6943F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0516895B-BCFD-4112-8A1C-C53375C3D19A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0516895B-BCFD-4112-8A1C-C53375C3D19A%7D [org.dataone.client.rest.RestClient]
20170606-06:25:38: [WARN]: Cookie rejected [JSESSIONID="FA1EA5FEB6AABFFABBEB086A6A6FE48D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05183E65-D783-46BE-B946-9261EECB555E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05183E65-D783-46BE-B946-9261EECB555E%7D [org.dataone.client.rest.RestClient]
20170606-06:25:39: [WARN]: Cookie rejected [JSESSIONID="81F119F3F418E0BC1631DFB8FD26BAC3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{051B338D-3499-4D4B-AB59-663B55520223}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B051B338D-3499-4D4B-AB59-663B55520223%7D [org.dataone.client.rest.RestClient]
20170606-06:25:40: [WARN]: Cookie rejected [JSESSIONID="F9D2C1399147D082CC4D7564E7A57EC6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{051DFD4C-F6E7-40ED-839B-3C1F60AB1B0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B051DFD4C-F6E7-40ED-839B-3C1F60AB1B0A%7D [org.dataone.client.rest.RestClient]
20170606-06:25:41: [WARN]: Cookie rejected [JSESSIONID="767996A70E10FFB87BD9ECC52A79E2AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{051FCDF3-5466-4516-B7D1-250C16599D3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B051FCDF3-5466-4516-B7D1-250C16599D3F%7D [org.dataone.client.rest.RestClient]
20170606-06:25:41: [WARN]: Cookie rejected [JSESSIONID="734951CBC688657712B970D7F1DA3DB9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0520EFFF-9A46-4DBB-844F-699BDA6CE01F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0520EFFF-9A46-4DBB-844F-699BDA6CE01F%7D [org.dataone.client.rest.RestClient]
20170606-06:25:42: [WARN]: Cookie rejected [JSESSIONID="3C36585DC3FA28ED61EE96A1AB164F89", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05225656-064F-4BE4-B4F1-77DB7168EC8E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05225656-064F-4BE4-B4F1-77DB7168EC8E%7D [org.dataone.client.rest.RestClient]
20170606-06:25:43: [WARN]: Cookie rejected [JSESSIONID="89599E6AD55C2559BE324C95C9A24D8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0522BDF1-243D-4257-9693-C657544E62CB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0522BDF1-243D-4257-9693-C657544E62CB%7D [org.dataone.client.rest.RestClient]
20170606-06:25:44: [WARN]: Cookie rejected [JSESSIONID="E6E257BE9BD0449C0276F5E198FFB39B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0523D9AD-D706-432C-916C-676EFDE652E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0523D9AD-D706-432C-916C-676EFDE652E2%7D [org.dataone.client.rest.RestClient]
20170606-06:25:44: [WARN]: Cookie rejected [JSESSIONID="B432916B67B68154F07469068A7355DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{052B97C1-301C-444C-B332-F1E3057C44D5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B052B97C1-301C-444C-B332-F1E3057C44D5%7D [org.dataone.client.rest.RestClient]
20170606-06:25:45: [WARN]: Cookie rejected [JSESSIONID="1C91B402E3C14F4961CD34C95DAE3DB3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{052BD2DE-B998-4368-9681-741AAF0751DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B052BD2DE-B998-4368-9681-741AAF0751DE%7D [org.dataone.client.rest.RestClient]
20170606-06:25:46: [WARN]: Cookie rejected [JSESSIONID="6C6B0ED7163515F6DC0C68A8B109F0CA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{052C13C1-5712-4ECB-BB26-E42518B2580E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B052C13C1-5712-4ECB-BB26-E42518B2580E%7D [org.dataone.client.rest.RestClient]
20170606-06:25:47: [WARN]: Cookie rejected [JSESSIONID="5BE72D20D721E5A92C8912E8064C3B92", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0532CBFB-F773-4981-87B6-2FAA2D73C5FA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0532CBFB-F773-4981-87B6-2FAA2D73C5FA%7D [org.dataone.client.rest.RestClient]
20170606-06:25:47: [WARN]: Cookie rejected [JSESSIONID="0C336EA986891373E2DE48319621793E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05360804-5A37-4A66-A827-C6B21A4C5D76}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05360804-5A37-4A66-A827-C6B21A4C5D76%7D [org.dataone.client.rest.RestClient]
20170606-06:25:48: [WARN]: Cookie rejected [JSESSIONID="6D17BE53A857397639151BACDE425CFC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{053619B5-C93C-49E9-8628-84A659B2DDB3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B053619B5-C93C-49E9-8628-84A659B2DDB3%7D [org.dataone.client.rest.RestClient]
20170606-06:25:49: [WARN]: Cookie rejected [JSESSIONID="8C142109D9A3EAA8AB008397F61F19CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{053B3F62-FA84-4F81-85F2-D1777079B301}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B053B3F62-FA84-4F81-85F2-D1777079B301%7D [org.dataone.client.rest.RestClient]
20170606-06:25:50: [WARN]: Cookie rejected [JSESSIONID="C4C041DECD542D98684392DDE9056AE9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{053CB519-A849-4578-A0A6-1D7E775DAC09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B053CB519-A849-4578-A0A6-1D7E775DAC09%7D [org.dataone.client.rest.RestClient]
20170606-06:25:50: [WARN]: Cookie rejected [JSESSIONID="3CFABC1CF90FE0E20776DF905D59A9F6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{053E1474-3802-4903-928F-F949143C58C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B053E1474-3802-4903-928F-F949143C58C8%7D [org.dataone.client.rest.RestClient]
20170606-06:25:51: [WARN]: Cookie rejected [JSESSIONID="99A16E21E5BD1678C394B1EFFF49676E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05410657-96DC-4AA3-9904-43202138020D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05410657-96DC-4AA3-9904-43202138020D%7D [org.dataone.client.rest.RestClient]
20170606-06:25:52: [WARN]: Cookie rejected [JSESSIONID="54DBC6A3992C9FD528AF2EB9D72064E2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05459AF0-F7AC-41EB-9126-4A095D48563C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05459AF0-F7AC-41EB-9126-4A095D48563C%7D [org.dataone.client.rest.RestClient]
20170606-06:25:53: [WARN]: Cookie rejected [JSESSIONID="780C088008DC86966CC1F880A5BA6FF9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0549E58F-E9C4-4E79-BADA-6CC847478AB3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0549E58F-E9C4-4E79-BADA-6CC847478AB3%7D [org.dataone.client.rest.RestClient]
20170606-06:25:53: [WARN]: Cookie rejected [JSESSIONID="80871A3FEE34280B8CD3BD53DD03C93A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{054F2758-9AB6-41D6-8268-4188622AA192}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B054F2758-9AB6-41D6-8268-4188622AA192%7D [org.dataone.client.rest.RestClient]
20170606-06:25:54: [WARN]: Cookie rejected [JSESSIONID="40A15F9761B682888ABF81C690D42750", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{054FCB7D-1771-4DBF-A5EE-22FA3079D1BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B054FCB7D-1771-4DBF-A5EE-22FA3079D1BD%7D [org.dataone.client.rest.RestClient]
20170606-06:25:55: [WARN]: Cookie rejected [JSESSIONID="7D4074FCEBC4C67FD9955AB029836EB4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{055337E8-D803-4F1B-8ABA-41E86424BC6B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B055337E8-D803-4F1B-8ABA-41E86424BC6B%7D [org.dataone.client.rest.RestClient]
20170606-06:25:56: [WARN]: Cookie rejected [JSESSIONID="6022A307D7BACA3DDE214CD9AD7C661C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0554DD79-08EA-4A0F-87F6-C7767335CAD9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0554DD79-08EA-4A0F-87F6-C7767335CAD9%7D [org.dataone.client.rest.RestClient]
20170606-06:25:56: [WARN]: Cookie rejected [JSESSIONID="A1E8DE05CB385143FF8189A40F3D2D4A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0556006D-3A7A-42D9-9FF5-A02791CD63F5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0556006D-3A7A-42D9-9FF5-A02791CD63F5%7D [org.dataone.client.rest.RestClient]
20170606-06:25:57: [WARN]: Cookie rejected [JSESSIONID="7E4EAE7EBD901B1F274D902A4824BC3E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0556FD21-9627-47B6-979F-BCD247DCA7B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0556FD21-9627-47B6-979F-BCD247DCA7B7%7D [org.dataone.client.rest.RestClient]
20170606-06:25:58: [WARN]: Cookie rejected [JSESSIONID="6AE048D41FFAE836A8284C7161456D58", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05572262-0272-4751-8A74-404C6A5D6DBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05572262-0272-4751-8A74-404C6A5D6DBB%7D [org.dataone.client.rest.RestClient]
20170606-06:25:59: [WARN]: Cookie rejected [JSESSIONID="B672572E1B80A620C1E074AB834E4160", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0559E31F-873B-45C4-9894-CCB13638B319}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:25:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0559E31F-873B-45C4-9894-CCB13638B319%7D [org.dataone.client.rest.RestClient]
20170606-06:26:00: [WARN]: Cookie rejected [JSESSIONID="675369BCB42930405C11768E2D7521CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{055C838F-4DD2-4DAC-8285-CC69AFC0DFF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B055C838F-4DD2-4DAC-8285-CC69AFC0DFF0%7D [org.dataone.client.rest.RestClient]
20170606-06:26:00: [WARN]: Cookie rejected [JSESSIONID="6CE59899F36964744869EE4E409F7D02", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0560B919-70AA-4A71-B483-BC73C5401099}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0560B919-70AA-4A71-B483-BC73C5401099%7D [org.dataone.client.rest.RestClient]
20170606-06:26:01: [WARN]: Cookie rejected [JSESSIONID="B17EB71645A4901FE091A999E3430D13", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{056642E3-C362-4F8D-883E-9210B2D7B9C5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B056642E3-C362-4F8D-883E-9210B2D7B9C5%7D [org.dataone.client.rest.RestClient]
20170606-06:26:02: [WARN]: Cookie rejected [JSESSIONID="90410397B593698EDD30A99A6D177744", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{056B9E31-ACD8-42AE-967C-2118BA38AFD2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B056B9E31-ACD8-42AE-967C-2118BA38AFD2%7D [org.dataone.client.rest.RestClient]
20170606-06:26:02: [WARN]: Cookie rejected [JSESSIONID="F7079C1244482BD8A9145397BF64448E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{056DCE08-0B54-4029-BA99-C7286DCE8C3D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B056DCE08-0B54-4029-BA99-C7286DCE8C3D%7D [org.dataone.client.rest.RestClient]
20170606-06:26:03: [WARN]: Cookie rejected [JSESSIONID="2F554F79B638CC91D7CE9F96543EC479", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0575B995-2676-493F-BAE4-FE9CDB3B0DCD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0575B995-2676-493F-BAE4-FE9CDB3B0DCD%7D [org.dataone.client.rest.RestClient]
20170606-06:26:04: [WARN]: Cookie rejected [JSESSIONID="2D63EFFE9B48BF4C259323CC60B94135", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{057B072A-CF75-41F1-8C25-48CCAD79A082}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B057B072A-CF75-41F1-8C25-48CCAD79A082%7D [org.dataone.client.rest.RestClient]
20170606-06:26:05: [WARN]: Cookie rejected [JSESSIONID="EA9C1EB823B870EE1720266AED2444A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05849197-FF62-4225-A243-1F73A6C920B2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05849197-FF62-4225-A243-1F73A6C920B2%7D [org.dataone.client.rest.RestClient]
20170606-06:26:05: [WARN]: Cookie rejected [JSESSIONID="DB7F03751A7E97DF5A9011DFC365A549", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0586507E-763A-4850-94D0-4B9055895C08}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0586507E-763A-4850-94D0-4B9055895C08%7D [org.dataone.client.rest.RestClient]
20170606-06:26:06: [WARN]: Cookie rejected [JSESSIONID="894336C40783E0728E842D72998C0694", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{058DAA8E-226D-4F1A-9ECC-A9AFCA16C484}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B058DAA8E-226D-4F1A-9ECC-A9AFCA16C484%7D [org.dataone.client.rest.RestClient]
20170606-06:26:07: [WARN]: Cookie rejected [JSESSIONID="BF5A7BF575B0E130480495BBDFB04EA7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{058E2560-744B-49E5-90C7-1002EB287FBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B058E2560-744B-49E5-90C7-1002EB287FBB%7D [org.dataone.client.rest.RestClient]
20170606-06:26:08: [WARN]: Cookie rejected [JSESSIONID="B121F61E7201EB183D98079E8D0858B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{058E40F3-B67B-4473-AD5C-FC56A2AEA675}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B058E40F3-B67B-4473-AD5C-FC56A2AEA675%7D [org.dataone.client.rest.RestClient]
20170606-06:26:08: [WARN]: Cookie rejected [JSESSIONID="B272FD8B31DF4A8D302284CB28B3173A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0592BBD3-DA25-46BE-9474-9D4C25C7A38A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0592BBD3-DA25-46BE-9474-9D4C25C7A38A%7D [org.dataone.client.rest.RestClient]
20170606-06:26:09: [WARN]: Cookie rejected [JSESSIONID="3756BD0A0A26ACB1E08D43F37F17D697", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0593364C-5FDC-4890-A11A-FA2A68137152}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0593364C-5FDC-4890-A11A-FA2A68137152%7D [org.dataone.client.rest.RestClient]
20170606-06:26:10: [WARN]: Cookie rejected [JSESSIONID="28F6AEFE363E5DA2B90A6DB708A428D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0594B019-698A-474D-AF27-4DC28B84AE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0594B019-698A-474D-AF27-4DC28B84AE0A%7D [org.dataone.client.rest.RestClient]
20170606-06:26:11: [WARN]: Cookie rejected [JSESSIONID="658B22DD2279E0C435932178A8C01FE3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{059C6A13-04CA-4675-B03D-8DC863FD9908}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B059C6A13-04CA-4675-B03D-8DC863FD9908%7D [org.dataone.client.rest.RestClient]
20170606-06:26:11: [WARN]: Cookie rejected [JSESSIONID="79BB10747B1BF9A34532A9F1C84FE8B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{059F239D-B022-43E4-9C4E-59801E44E636}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B059F239D-B022-43E4-9C4E-59801E44E636%7D [org.dataone.client.rest.RestClient]
20170606-06:26:12: [WARN]: Cookie rejected [JSESSIONID="D16E8954E8DA9E7E04CBF3E16119FBD5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05A22257-41D0-4344-88D2-6CC10DBC2B3D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05A22257-41D0-4344-88D2-6CC10DBC2B3D%7D [org.dataone.client.rest.RestClient]
20170606-06:26:13: [WARN]: Cookie rejected [JSESSIONID="529774ABD2275872AA3478A8AF9EF1FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05A35B30-17B8-49A4-A587-06A431A45194}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05A35B30-17B8-49A4-A587-06A431A45194%7D [org.dataone.client.rest.RestClient]
20170606-06:26:14: [WARN]: Cookie rejected [JSESSIONID="8D6DC712857D84424C21607B91DAF81C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05A5E041-6956-4EF6-985C-FFC028D43301}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05A5E041-6956-4EF6-985C-FFC028D43301%7D [org.dataone.client.rest.RestClient]
20170606-06:26:14: [WARN]: Cookie rejected [JSESSIONID="F14587B902E99EABCD5923833027B473", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05A88796-A542-4B3F-B2FF-0EF602AE7F42}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05A88796-A542-4B3F-B2FF-0EF602AE7F42%7D [org.dataone.client.rest.RestClient]
20170606-06:26:15: [WARN]: Cookie rejected [JSESSIONID="74132865D3B6476F6067C3448D85B7BC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05A898B7-E0AD-40AB-BC0A-8988BC3E644E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05A898B7-E0AD-40AB-BC0A-8988BC3E644E%7D [org.dataone.client.rest.RestClient]
20170606-06:26:16: [WARN]: Cookie rejected [JSESSIONID="C8487BF76BEFE9B139A0D905C4A101A3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05A9D4CD-4AE1-43B3-9E53-4FACA508A4AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05A9D4CD-4AE1-43B3-9E53-4FACA508A4AE%7D [org.dataone.client.rest.RestClient]
20170606-06:26:17: [WARN]: Cookie rejected [JSESSIONID="6BB5178F8B193C6D9DC876288B282C55", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05AA9127-9C75-42D2-8F2A-C6748F741D11}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05AA9127-9C75-42D2-8F2A-C6748F741D11%7D [org.dataone.client.rest.RestClient]
20170606-06:26:17: [WARN]: Cookie rejected [JSESSIONID="9EA8BDB89C0A46456A494E8CDF7BD928", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05AB8947-4964-4A81-B8F5-EB368533A194}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05AB8947-4964-4A81-B8F5-EB368533A194%7D [org.dataone.client.rest.RestClient]
20170606-06:26:18: [WARN]: Cookie rejected [JSESSIONID="6BB2D449B6C9EB03E7D73D2970CAE7E3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05ACC8B5-2185-4F1D-A8FF-08FF8FA6DCA5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05ACC8B5-2185-4F1D-A8FF-08FF8FA6DCA5%7D [org.dataone.client.rest.RestClient]
20170606-06:26:19: [WARN]: Cookie rejected [JSESSIONID="D685938D7DEB8C3C822F7B560CE382FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05AD33AF-F3A1-4D39-A5CF-6D43CB47BF56}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05AD33AF-F3A1-4D39-A5CF-6D43CB47BF56%7D [org.dataone.client.rest.RestClient]
20170606-06:26:20: [WARN]: Cookie rejected [JSESSIONID="621B3E5B33479BC2ED94E3FAFB9FEE69", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05B0719D-91EB-47C6-BC6E-DDEE5D8549E1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05B0719D-91EB-47C6-BC6E-DDEE5D8549E1%7D [org.dataone.client.rest.RestClient]
20170606-06:26:21: [WARN]: Cookie rejected [JSESSIONID="A1939A0A4EA3E86AD9C5A45AA6ED3A68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05B0F7C8-1F19-4DEB-B3DD-251D63477751}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05B0F7C8-1F19-4DEB-B3DD-251D63477751%7D [org.dataone.client.rest.RestClient]
20170606-06:26:21: [WARN]: Cookie rejected [JSESSIONID="3D4C54D8310CEF4DE26C7D3F5E6AB285", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05C269BF-21A0-4352-9F6C-F5F1EB4CACFB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05C269BF-21A0-4352-9F6C-F5F1EB4CACFB%7D [org.dataone.client.rest.RestClient]
20170606-06:26:22: [WARN]: Cookie rejected [JSESSIONID="E4DBB9701501A930D5929589140AF7C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05C7C5B7-B8A6-4138-B77A-DC7DC5351663}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05C7C5B7-B8A6-4138-B77A-DC7DC5351663%7D [org.dataone.client.rest.RestClient]
20170606-06:26:23: [WARN]: Cookie rejected [JSESSIONID="E9D471CDE1771058380A1E28531F3716", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05CCCF80-5DC3-48F2-A567-A887EA2C7507}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05CCCF80-5DC3-48F2-A567-A887EA2C7507%7D [org.dataone.client.rest.RestClient]
20170606-06:26:24: [WARN]: Cookie rejected [JSESSIONID="1F787450A145BDE72264B1B43E389EF8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D15051-0513-4A2F-80D8-641939D913A8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D15051-0513-4A2F-80D8-641939D913A8%7D [org.dataone.client.rest.RestClient]
20170606-06:26:24: [WARN]: Cookie rejected [JSESSIONID="F25B84E45E7861B23CD2318209540CC9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D214CE-DB8D-4D15-A76C-A7F17191265B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D214CE-DB8D-4D15-A76C-A7F17191265B%7D [org.dataone.client.rest.RestClient]
20170606-06:26:25: [WARN]: Cookie rejected [JSESSIONID="25C2615CC17A96897BE4400A87A0680C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D2A024-A053-4572-B5E8-5B4DEAE8BA6B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D2A024-A053-4572-B5E8-5B4DEAE8BA6B%7D [org.dataone.client.rest.RestClient]
20170606-06:26:26: [WARN]: Cookie rejected [JSESSIONID="00F33FB752F134816690EEDACE1A11D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D36125-B430-46A7-9BD3-004287FA5BF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D36125-B430-46A7-9BD3-004287FA5BF0%7D [org.dataone.client.rest.RestClient]
20170606-06:26:27: [WARN]: Cookie rejected [JSESSIONID="6FB593A4482C7A918A79B804944DE2E2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D45B50-AB33-44C4-9378-D9E5A6916C8C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D45B50-AB33-44C4-9378-D9E5A6916C8C%7D [org.dataone.client.rest.RestClient]
20170606-06:26:28: [WARN]: Cookie rejected [JSESSIONID="CD2CEE450EF85325C3B31EBC7508EC4C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D505C4-6910-46FC-B397-A6D6302289FC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D505C4-6910-46FC-B397-A6D6302289FC%7D [org.dataone.client.rest.RestClient]
20170606-06:26:28: [WARN]: Cookie rejected [JSESSIONID="FF74D75C6B3B2FFAB2B9B092F9237E02", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D67F40-AD7C-4D93-9BDD-06F9A2972799}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D67F40-AD7C-4D93-9BDD-06F9A2972799%7D [org.dataone.client.rest.RestClient]
20170606-06:26:29: [WARN]: Cookie rejected [JSESSIONID="8B253156220F58761E5ECE10DCBB34DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05D74067-AF4E-4557-8EDC-F23661790515}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05D74067-AF4E-4557-8EDC-F23661790515%7D [org.dataone.client.rest.RestClient]
20170606-06:26:30: [WARN]: Cookie rejected [JSESSIONID="1C56FEE8AF219C21453F774482DEBFED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05DB7A2C-91DF-4376-B699-530EF8FF5A28}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05DB7A2C-91DF-4376-B699-530EF8FF5A28%7D [org.dataone.client.rest.RestClient]
20170606-06:26:31: [WARN]: Cookie rejected [JSESSIONID="813E685E3932AFE4A8B6F1FD557CD1F3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05E0391E-62AC-4841-8498-1648BEE13A62}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05E0391E-62AC-4841-8498-1648BEE13A62%7D [org.dataone.client.rest.RestClient]
20170606-06:26:31: [WARN]: Cookie rejected [JSESSIONID="7F479CEAFF1C162B07456EF14281430F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05E18AF7-2404-4129-97AD-66620FF7DF10}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05E18AF7-2404-4129-97AD-66620FF7DF10%7D [org.dataone.client.rest.RestClient]
20170606-06:26:32: [WARN]: Cookie rejected [JSESSIONID="107A8262B9B635E226A70BB0AC7421AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05E640D0-F394-4CFE-85E6-FC9C2B3676AC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05E640D0-F394-4CFE-85E6-FC9C2B3676AC%7D [org.dataone.client.rest.RestClient]
20170606-06:26:33: [WARN]: Cookie rejected [JSESSIONID="EF02D3422F3549F1622DCD6E28C18332", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05E69779-CE6C-468F-8F70-F0BE55969EA1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05E69779-CE6C-468F-8F70-F0BE55969EA1%7D [org.dataone.client.rest.RestClient]
20170606-06:26:34: [WARN]: Cookie rejected [JSESSIONID="9FE71AB7B0677819B279A9E66A38699C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05EE64AE-0255-4229-B961-F9E9398FBCBF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05EE64AE-0255-4229-B961-F9E9398FBCBF%7D [org.dataone.client.rest.RestClient]
20170606-06:26:35: [WARN]: Cookie rejected [JSESSIONID="D4C13B1A3BE75C35B4A913B75D608AC4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05F12FE8-649B-4D6A-A1A3-8092DD39482B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05F12FE8-649B-4D6A-A1A3-8092DD39482B%7D [org.dataone.client.rest.RestClient]
20170606-06:26:35: [WARN]: Cookie rejected [JSESSIONID="2D464C6F56C646BB29C139071EE23796", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05F20446-51BC-43B2-A102-DF8066AA1154}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05F20446-51BC-43B2-A102-DF8066AA1154%7D [org.dataone.client.rest.RestClient]
20170606-06:26:36: [WARN]: Cookie rejected [JSESSIONID="43D34D5BADED3153C7AB6C32516F2B03", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05F34E94-BFD3-41F8-BAF4-3DE92DE57748}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05F34E94-BFD3-41F8-BAF4-3DE92DE57748%7D [org.dataone.client.rest.RestClient]
20170606-06:26:37: [WARN]: Cookie rejected [JSESSIONID="83C0849420B79B4245B1437BE506F59E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05FC202C-A8D8-4B0C-A31D-B14011FE0BAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05FC202C-A8D8-4B0C-A31D-B14011FE0BAA%7D [org.dataone.client.rest.RestClient]
20170606-06:26:38: [WARN]: Cookie rejected [JSESSIONID="FF06602F20AEABC785C00C8BE263948F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{05FDA0F4-6290-481B-89AE-2A73B6A8361E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B05FDA0F4-6290-481B-89AE-2A73B6A8361E%7D [org.dataone.client.rest.RestClient]
20170606-06:26:38: [WARN]: Cookie rejected [JSESSIONID="CC37F782A9AF82D34FE1744D650B0DBE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0602D6B5-1C87-4C02-BD44-CD04B84B20F4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0602D6B5-1C87-4C02-BD44-CD04B84B20F4%7D [org.dataone.client.rest.RestClient]
20170606-06:26:39: [WARN]: Cookie rejected [JSESSIONID="EF4EEBE3E9E35FE4257F6EF9978747DD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06031F9D-E01B-4CE8-865A-389A28CD2180}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06031F9D-E01B-4CE8-865A-389A28CD2180%7D [org.dataone.client.rest.RestClient]
20170606-06:26:40: [WARN]: Cookie rejected [JSESSIONID="9BC2D4370B543D7E302E5B3A4A1121BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06056789-86DD-4C6E-8252-EB855A639F30}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06056789-86DD-4C6E-8252-EB855A639F30%7D [org.dataone.client.rest.RestClient]
20170606-06:26:41: [WARN]: Cookie rejected [JSESSIONID="3D00AC8FF3E134BCCDD2839444DAE8C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06067FE4-B29E-4379-AB23-FA86F86A200B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06067FE4-B29E-4379-AB23-FA86F86A200B%7D [org.dataone.client.rest.RestClient]
20170606-06:26:41: [WARN]: Cookie rejected [JSESSIONID="E9A11202B41C71737D3C0844D8F777C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{060913B3-86D3-49E1-864B-8963BFA17BDB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B060913B3-86D3-49E1-864B-8963BFA17BDB%7D [org.dataone.client.rest.RestClient]
20170606-06:26:42: [WARN]: Cookie rejected [JSESSIONID="1C5CAEE2069A1AAC77E5DADCF7F479FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0609B321-D232-43E7-A0EC-538629786C5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0609B321-D232-43E7-A0EC-538629786C5F%7D [org.dataone.client.rest.RestClient]
20170606-06:26:43: [WARN]: Cookie rejected [JSESSIONID="7F7E56B8572D9456EB2574AF7D3AB214", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{060E1B49-D60B-4741-89A1-2163246125E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B060E1B49-D60B-4741-89A1-2163246125E2%7D [org.dataone.client.rest.RestClient]
20170606-06:26:43: [WARN]: Cookie rejected [JSESSIONID="56A0DAC5FBCB7927DE20FEEA0616A0F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06197E6C-39F7-4DB1-86E2-A9B6E521B504}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06197E6C-39F7-4DB1-86E2-A9B6E521B504%7D [org.dataone.client.rest.RestClient]
20170606-06:26:44: [WARN]: Cookie rejected [JSESSIONID="D81039D39F8ED5B92D685ABCE7F52301", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{061D81B5-3F0B-4B8B-924E-E8FCCDF6676C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B061D81B5-3F0B-4B8B-924E-E8FCCDF6676C%7D [org.dataone.client.rest.RestClient]
20170606-06:26:45: [WARN]: Cookie rejected [JSESSIONID="C7C84FE53FDB769441BA9CED2065B81A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{061DB9BB-135E-4A6A-B1CD-E463A0DCDF7F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B061DB9BB-135E-4A6A-B1CD-E463A0DCDF7F%7D [org.dataone.client.rest.RestClient]
20170606-06:26:46: [WARN]: Cookie rejected [JSESSIONID="57DFCAB44A30C30908DC793FAB27BE39", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06201340-0E91-4190-8E72-758A5A668C7A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06201340-0E91-4190-8E72-758A5A668C7A%7D [org.dataone.client.rest.RestClient]
20170606-06:26:46: [WARN]: Cookie rejected [JSESSIONID="DC1CFFB8894F0BA2592D0F9AD0A151D8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0621972B-FC0E-44F5-8121-4799EB8E9003}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0621972B-FC0E-44F5-8121-4799EB8E9003%7D [org.dataone.client.rest.RestClient]
20170606-06:26:47: [WARN]: Cookie rejected [JSESSIONID="CCC602CB960AFC9898EE2449667C1284", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0621C2C4-293E-4CAC-9CA3-3744598EEC56}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0621C2C4-293E-4CAC-9CA3-3744598EEC56%7D [org.dataone.client.rest.RestClient]
20170606-06:26:48: [WARN]: Cookie rejected [JSESSIONID="198D941F6866CEEE28689F5999EC0445", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{062379D2-1C45-486D-8AEB-E15DF6B741A5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B062379D2-1C45-486D-8AEB-E15DF6B741A5%7D [org.dataone.client.rest.RestClient]
20170606-06:26:49: [WARN]: Cookie rejected [JSESSIONID="5F1E5D91B5615F3F226763018D9FB75A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0626F845-876A-4544-9EE0-D5DDEB310EC1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0626F845-876A-4544-9EE0-D5DDEB310EC1%7D [org.dataone.client.rest.RestClient]
20170606-06:26:49: [WARN]: Cookie rejected [JSESSIONID="DA59AB40B2F8288187A19FD149B23070", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06285D6F-9574-40DA-9A16-A4E9C11251DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06285D6F-9574-40DA-9A16-A4E9C11251DD%7D [org.dataone.client.rest.RestClient]
20170606-06:26:50: [WARN]: Cookie rejected [JSESSIONID="6DB4CF78BB18231578631E2C485AC487", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{062B076B-3D89-4289-82D4-4F71480CE0AC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B062B076B-3D89-4289-82D4-4F71480CE0AC%7D [org.dataone.client.rest.RestClient]
20170606-06:26:51: [WARN]: Cookie rejected [JSESSIONID="2F95C907EE34AF381CD3370E3726AA61", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{062D630F-D4FB-4289-909F-0BBD79DF3CAF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B062D630F-D4FB-4289-909F-0BBD79DF3CAF%7D [org.dataone.client.rest.RestClient]
20170606-06:26:52: [WARN]: Cookie rejected [JSESSIONID="A3193FD6D354743E979E37A4FF485E79", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06320E6B-7E46-4655-BA7D-2D273C4B6AF9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06320E6B-7E46-4655-BA7D-2D273C4B6AF9%7D [org.dataone.client.rest.RestClient]
20170606-06:26:52: [WARN]: Cookie rejected [JSESSIONID="9F5D78F8C80767B4DB29C1E571DC6CE3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{063A6C85-A20D-4D0C-8470-BFABCECFC6A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B063A6C85-A20D-4D0C-8470-BFABCECFC6A6%7D [org.dataone.client.rest.RestClient]
20170606-06:26:53: [WARN]: Cookie rejected [JSESSIONID="80DFD90F7BBA8354011DECC440AAB27F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{063A7E84-71DB-4309-AC96-00C7BD9AE368}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B063A7E84-71DB-4309-AC96-00C7BD9AE368%7D [org.dataone.client.rest.RestClient]
20170606-06:26:54: [WARN]: Cookie rejected [JSESSIONID="67CD49B81D330C5683269526B9C52446", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{063BCFFE-193B-4C4E-91F3-A1F92BAEFE0F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B063BCFFE-193B-4C4E-91F3-A1F92BAEFE0F%7D [org.dataone.client.rest.RestClient]
20170606-06:26:54: [WARN]: Cookie rejected [JSESSIONID="E8ECC70C78F9A1751CC62E855F6BB4A5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{063C8A93-151B-422C-8D29-5726126215D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B063C8A93-151B-422C-8D29-5726126215D7%7D [org.dataone.client.rest.RestClient]
20170606-06:26:55: [WARN]: Cookie rejected [JSESSIONID="F6000AA9220A1AE2273614B4F4D65066", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{063FD3E6-3F71-4C25-8CDB-9D67FA212A6C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B063FD3E6-3F71-4C25-8CDB-9D67FA212A6C%7D [org.dataone.client.rest.RestClient]
20170606-06:26:56: [WARN]: Cookie rejected [JSESSIONID="0EE0A6BC8A893014881ADB59B0B967C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06418883-BE3F-4526-9701-71CCF1C79340}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06418883-BE3F-4526-9701-71CCF1C79340%7D [org.dataone.client.rest.RestClient]
20170606-06:26:57: [WARN]: Cookie rejected [JSESSIONID="679E5A45F8455641BD8A235D43F0BC32", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0646A22C-AE4E-46FA-ABEE-0AD342CD7473}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0646A22C-AE4E-46FA-ABEE-0AD342CD7473%7D [org.dataone.client.rest.RestClient]
20170606-06:26:58: [WARN]: Cookie rejected [JSESSIONID="E146A58F44C28A9B65BA9996FBBC9527", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0649DF8C-A55C-4F54-A242-CB684B3F7424}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0649DF8C-A55C-4F54-A242-CB684B3F7424%7D [org.dataone.client.rest.RestClient]
20170606-06:26:58: [WARN]: Cookie rejected [JSESSIONID="0F578D184986620642CFF396A6D084A4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{064AF9D6-5F78-45F9-916C-742431679ECF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B064AF9D6-5F78-45F9-916C-742431679ECF%7D [org.dataone.client.rest.RestClient]
20170606-06:26:59: [WARN]: Cookie rejected [JSESSIONID="28CA3A85C275DC2CD6126FF14D076EDF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{064DE5A2-7CEB-41C8-ACB0-DEA17C0FBFBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:26:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B064DE5A2-7CEB-41C8-ACB0-DEA17C0FBFBB%7D [org.dataone.client.rest.RestClient]
20170606-06:27:00: [WARN]: Cookie rejected [JSESSIONID="6F94317F422E099FA8CC9598326D2A86", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0650FCB9-653F-4A6C-8C01-BE20E3FA05EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0650FCB9-653F-4A6C-8C01-BE20E3FA05EB%7D [org.dataone.client.rest.RestClient]
20170606-06:27:01: [WARN]: Cookie rejected [JSESSIONID="F8073FC0BD95E4C51B8110085AEDD095", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0658E514-A02B-44A4-A544-8B6592046DDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0658E514-A02B-44A4-A544-8B6592046DDA%7D [org.dataone.client.rest.RestClient]
20170606-06:27:02: [WARN]: Cookie rejected [JSESSIONID="88C4B4B3A84FA881612F7609D08BC54A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{065A14B6-3230-40CA-9129-CD9D73FB1F2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B065A14B6-3230-40CA-9129-CD9D73FB1F2D%7D [org.dataone.client.rest.RestClient]
20170606-06:27:02: [WARN]: Cookie rejected [JSESSIONID="01FFC0531A6009108862D2A2A6361BDA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{065BEDEF-7E8B-49AB-9F1C-B53A5BD5DCF2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B065BEDEF-7E8B-49AB-9F1C-B53A5BD5DCF2%7D [org.dataone.client.rest.RestClient]
20170606-06:27:03: [WARN]: Cookie rejected [JSESSIONID="92902676B5AB5666CF1FB53CC972CBDA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06667E74-9C17-4AA4-B83A-A78355B518C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06667E74-9C17-4AA4-B83A-A78355B518C9%7D [org.dataone.client.rest.RestClient]
20170606-06:27:04: [WARN]: Cookie rejected [JSESSIONID="36AE2B76AD96F0FA3390C7C5FDF1148F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0672166F-6097-4A21-9A05-A1FEC279F821}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0672166F-6097-4A21-9A05-A1FEC279F821%7D [org.dataone.client.rest.RestClient]
20170606-06:27:04: [WARN]: Cookie rejected [JSESSIONID="D6986AE2528745EE49862F72923D734D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0675AEBD-61D7-4AB6-A3D7-9E77AA149EA9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0675AEBD-61D7-4AB6-A3D7-9E77AA149EA9%7D [org.dataone.client.rest.RestClient]
20170606-06:27:05: [WARN]: Cookie rejected [JSESSIONID="9BD22424A3DD71944F2F9DE9615D8551", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{067AEEA6-044D-49EA-9A90-F07B6D8D5347}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B067AEEA6-044D-49EA-9A90-F07B6D8D5347%7D [org.dataone.client.rest.RestClient]
20170606-06:27:06: [WARN]: Cookie rejected [JSESSIONID="FEAB899F71CD5AD4E764E4F2658D5962", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06823B7B-FFE1-44C7-88C8-6F96FF187A51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06823B7B-FFE1-44C7-88C8-6F96FF187A51%7D [org.dataone.client.rest.RestClient]
20170606-06:27:07: [WARN]: Cookie rejected [JSESSIONID="01589BB57A5AC7FF1E58C086234055C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06838BAD-493C-4634-A340-0F8CFF80B3A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06838BAD-493C-4634-A340-0F8CFF80B3A0%7D [org.dataone.client.rest.RestClient]
20170606-06:27:08: [WARN]: Cookie rejected [JSESSIONID="F18E71732967732025FAFE65887E9899", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0686BF41-8D7B-48F1-8405-43A97E399309}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0686BF41-8D7B-48F1-8405-43A97E399309%7D [org.dataone.client.rest.RestClient]
20170606-06:27:08: [WARN]: Cookie rejected [JSESSIONID="7AD5D66BA1DD54BC8A2D4ED9D7EE50EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0688F7EF-91E4-481B-97A4-03ABFB4303CD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0688F7EF-91E4-481B-97A4-03ABFB4303CD%7D [org.dataone.client.rest.RestClient]
20170606-06:27:09: [WARN]: Cookie rejected [JSESSIONID="CA126B05B8C7FC39D3219D5E1F127180", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{068BD397-BB0B-4FAA-A624-73151927EAD7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B068BD397-BB0B-4FAA-A624-73151927EAD7%7D [org.dataone.client.rest.RestClient]
20170606-06:27:10: [WARN]: Cookie rejected [JSESSIONID="23E1BC6504A8C85A846A0D97C8B143D7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{068CDE42-C82F-48CF-AAD6-9D2F3CC0A2EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B068CDE42-C82F-48CF-AAD6-9D2F3CC0A2EF%7D [org.dataone.client.rest.RestClient]
20170606-06:27:11: [WARN]: Cookie rejected [JSESSIONID="045F459DAF4043BDA40934640535C890", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06903E76-DD37-4401-A7BD-6F8DCBE901C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06903E76-DD37-4401-A7BD-6F8DCBE901C2%7D [org.dataone.client.rest.RestClient]
20170606-06:27:11: [WARN]: Cookie rejected [JSESSIONID="44751F7903DA8E1A279C9B6505BE8ED7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06909360-57B0-4D2F-9DEA-723C8C37B840}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06909360-57B0-4D2F-9DEA-723C8C37B840%7D [org.dataone.client.rest.RestClient]
20170606-06:27:12: [WARN]: Cookie rejected [JSESSIONID="41869716F86FC3A3722BFB63BDDBC6B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0691EE1E-4963-4633-91E5-E4A3B6AFBD32}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0691EE1E-4963-4633-91E5-E4A3B6AFBD32%7D [org.dataone.client.rest.RestClient]
20170606-06:27:13: [WARN]: Cookie rejected [JSESSIONID="E64B495E90CDF9B8C7ABE787560588EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06961407-35E7-42E9-A786-36668F840848}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06961407-35E7-42E9-A786-36668F840848%7D [org.dataone.client.rest.RestClient]
20170606-06:27:14: [WARN]: Cookie rejected [JSESSIONID="FB74C9F56F21FF0356B2ED3C984A0D77", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0696D1AE-3C53-469A-886D-E032BF9AE83A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0696D1AE-3C53-469A-886D-E032BF9AE83A%7D [org.dataone.client.rest.RestClient]
20170606-06:27:14: [WARN]: Cookie rejected [JSESSIONID="803BD4008BD32BE80C95C450712F7A6C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{069A0B75-281B-45CA-86EE-849078DB1DAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B069A0B75-281B-45CA-86EE-849078DB1DAA%7D [org.dataone.client.rest.RestClient]
20170606-06:27:15: [WARN]: Cookie rejected [JSESSIONID="53FFD38F51AE60675A2C598DF75820EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{069A71E6-6D2E-46EA-87D2-BB4001FAF2D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B069A71E6-6D2E-46EA-87D2-BB4001FAF2D0%7D [org.dataone.client.rest.RestClient]
20170606-06:27:16: [WARN]: Cookie rejected [JSESSIONID="18A0ADA33CCC64C9B4349997499C84FE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{069C346E-ED96-438E-913C-BF6CF6F89B0E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B069C346E-ED96-438E-913C-BF6CF6F89B0E%7D [org.dataone.client.rest.RestClient]
20170606-06:27:17: [WARN]: Cookie rejected [JSESSIONID="1A3E00A2756704062F5A9539125A4537", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06A5004A-3A08-4E3A-B09F-74EE46A1041A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06A5004A-3A08-4E3A-B09F-74EE46A1041A%7D [org.dataone.client.rest.RestClient]
20170606-06:27:17: [WARN]: Cookie rejected [JSESSIONID="0A9011AD9C778B65DD7921414B9184AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06A64A3A-58B6-4B25-AC83-5735180F0821}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06A64A3A-58B6-4B25-AC83-5735180F0821%7D [org.dataone.client.rest.RestClient]
20170606-06:27:18: [WARN]: Cookie rejected [JSESSIONID="416881B4C8E053353A3AACC677B42A85", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06A7DE4B-F580-4AA2-938E-042DA135F16A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06A7DE4B-F580-4AA2-938E-042DA135F16A%7D [org.dataone.client.rest.RestClient]
20170606-06:27:19: [WARN]: Cookie rejected [JSESSIONID="B776EE6AD98208ECCDDC9CC47EA897C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06A9857A-2C66-4B43-89FC-040EB9C89258}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06A9857A-2C66-4B43-89FC-040EB9C89258%7D [org.dataone.client.rest.RestClient]
20170606-06:27:20: [WARN]: Cookie rejected [JSESSIONID="3A0321F91545904450406D454D223758", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06AACDFF-8E06-4064-A897-96A9C7FC3A1E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06AACDFF-8E06-4064-A897-96A9C7FC3A1E%7D [org.dataone.client.rest.RestClient]
20170606-06:27:20: [WARN]: Cookie rejected [JSESSIONID="7A52B8A7A821709DFCFB6697A7E28627", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06B1709C-7671-4E4E-8439-EA33E22D3260}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06B1709C-7671-4E4E-8439-EA33E22D3260%7D [org.dataone.client.rest.RestClient]
20170606-06:27:21: [WARN]: Cookie rejected [JSESSIONID="4BF3DDC7690ED2D604FF3675FA683D8F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06B255D4-3D76-4D55-97FE-27D5D4CF6E72}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06B255D4-3D76-4D55-97FE-27D5D4CF6E72%7D [org.dataone.client.rest.RestClient]
20170606-06:27:22: [WARN]: Cookie rejected [JSESSIONID="B3B2D37B3F1F4DD8C670BED1397A8050", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06B37B28-A2A8-46E1-A7E2-2D0906E45392}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06B37B28-A2A8-46E1-A7E2-2D0906E45392%7D [org.dataone.client.rest.RestClient]
20170606-06:27:23: [WARN]: Cookie rejected [JSESSIONID="22C7D9AC72323CA0D84547BBA5C13B62", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06B83DE9-4B84-4A26-8F64-FD58E49DC67B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06B83DE9-4B84-4A26-8F64-FD58E49DC67B%7D [org.dataone.client.rest.RestClient]
20170606-06:27:23: [WARN]: Cookie rejected [JSESSIONID="AB21EAD9D25DC7DCF780E251D57A3072", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06BF309D-02AF-49CF-85F8-52E8B09DA1B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06BF309D-02AF-49CF-85F8-52E8B09DA1B7%7D [org.dataone.client.rest.RestClient]
20170606-06:27:24: [WARN]: Cookie rejected [JSESSIONID="72253B4B3295153273053576D6A1A19E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C07D00-7456-475A-A113-3DCD80005A7C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C07D00-7456-475A-A113-3DCD80005A7C%7D [org.dataone.client.rest.RestClient]
20170606-06:27:25: [WARN]: Cookie rejected [JSESSIONID="76A0C10D84DB71E6B23AAA4152280B85", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C2DDB7-3B9A-46AD-93F5-D2C70E40E137}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C2DDB7-3B9A-46AD-93F5-D2C70E40E137%7D [org.dataone.client.rest.RestClient]
20170606-06:27:26: [WARN]: Cookie rejected [JSESSIONID="0400A9F0E816D9FCDB971AA943BEDF31", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C2EF8B-A69C-4DD3-BC34-942690044632}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C2EF8B-A69C-4DD3-BC34-942690044632%7D [org.dataone.client.rest.RestClient]
20170606-06:27:26: [WARN]: Cookie rejected [JSESSIONID="F4EA3B5AA037EDB14EF2C34D67E6DB50", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C60ECD-78EA-48DC-A5E0-210644AEB168}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C60ECD-78EA-48DC-A5E0-210644AEB168%7D [org.dataone.client.rest.RestClient]
20170606-06:27:27: [WARN]: Cookie rejected [JSESSIONID="899AF4BE32A5E5866E565BE70353D367", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C7BCDA-3E1E-463A-A8A0-39CA13E13EAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C7BCDA-3E1E-463A-A8A0-39CA13E13EAA%7D [org.dataone.client.rest.RestClient]
20170606-06:27:28: [WARN]: Cookie rejected [JSESSIONID="06BB7F86270CCC12B098859E28085CD2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C7F35D-5C20-4E34-ADBC-5A77D76E8E01}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C7F35D-5C20-4E34-ADBC-5A77D76E8E01%7D [org.dataone.client.rest.RestClient]
20170606-06:27:29: [WARN]: Cookie rejected [JSESSIONID="A9DF309C134562EA1188509DC695C73C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C84BDC-05B6-4C87-9A80-588E74854BA2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C84BDC-05B6-4C87-9A80-588E74854BA2%7D [org.dataone.client.rest.RestClient]
20170606-06:27:29: [WARN]: Cookie rejected [JSESSIONID="18BC205AF51F520159070B466FB47626", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06C9B2BD-D5D3-48D7-A90A-2856752FCE0C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06C9B2BD-D5D3-48D7-A90A-2856752FCE0C%7D [org.dataone.client.rest.RestClient]
20170606-06:27:30: [WARN]: Cookie rejected [JSESSIONID="99207A155A9341E4F3B6801F0D2C25EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06CE1D58-2CF4-4DA4-B92D-CA99FE7149D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06CE1D58-2CF4-4DA4-B92D-CA99FE7149D7%7D [org.dataone.client.rest.RestClient]
20170606-06:27:31: [WARN]: Cookie rejected [JSESSIONID="98C3410E8E61654E926E5BE1F9080115", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06D1EDAF-6A7E-45D7-978E-14E84DA99181}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06D1EDAF-6A7E-45D7-978E-14E84DA99181%7D [org.dataone.client.rest.RestClient]
20170606-06:27:32: [WARN]: Cookie rejected [JSESSIONID="2C95D4DF45F82199C1D33DBCE0148DFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06D344FC-7FC3-4150-992C-6FAB99603D10}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06D344FC-7FC3-4150-992C-6FAB99603D10%7D [org.dataone.client.rest.RestClient]
20170606-06:27:33: [WARN]: Cookie rejected [JSESSIONID="CA32692448FCBAF431C88AA32F93AD84", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06D3622D-78F8-4079-A27D-965227F12561}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06D3622D-78F8-4079-A27D-965227F12561%7D [org.dataone.client.rest.RestClient]
20170606-06:27:33: [WARN]: Cookie rejected [JSESSIONID="D473400C6C0BB5670E6D2CC785A1F458", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06D395B8-A6C8-4E7F-BAD0-B9CB60BA8091}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06D395B8-A6C8-4E7F-BAD0-B9CB60BA8091%7D [org.dataone.client.rest.RestClient]
20170606-06:27:34: [WARN]: Cookie rejected [JSESSIONID="A6E704186AAA3E90ED4ADBC9AC49DC31", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06D63622-0041-4137-8CE8-3514C02E6891}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06D63622-0041-4137-8CE8-3514C02E6891%7D [org.dataone.client.rest.RestClient]
20170606-06:27:35: [WARN]: Cookie rejected [JSESSIONID="87F839F44FF4A6A1080794E5267B69B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06DFEA10-EDDD-433A-B972-5A0BB20940EA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06DFEA10-EDDD-433A-B972-5A0BB20940EA%7D [org.dataone.client.rest.RestClient]
20170606-06:27:36: [WARN]: Cookie rejected [JSESSIONID="4FD592285D673F0CE77426C1CA795F26", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06E014ED-3E33-4247-861F-8083C6341AB8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06E014ED-3E33-4247-861F-8083C6341AB8%7D [org.dataone.client.rest.RestClient]
20170606-06:27:36: [WARN]: Cookie rejected [JSESSIONID="215B7F99D8275BEB3F1152E56AFEF6D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06E0C03E-42D6-49B7-B814-533F9707EC55}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06E0C03E-42D6-49B7-B814-533F9707EC55%7D [org.dataone.client.rest.RestClient]
20170606-06:27:37: [WARN]: Cookie rejected [JSESSIONID="2E153BEFBBF1BF335502623766A4D454", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06E342ED-DE5F-428A-A1F5-49E0CE9DC2D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06E342ED-DE5F-428A-A1F5-49E0CE9DC2D9%7D [org.dataone.client.rest.RestClient]
20170606-06:27:38: [WARN]: Cookie rejected [JSESSIONID="5AC511275C89D6E3F778C46D15DC21F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06E3EF84-3DCB-40AF-BE2C-EA5D5945BAE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06E3EF84-3DCB-40AF-BE2C-EA5D5945BAE0%7D [org.dataone.client.rest.RestClient]
20170606-06:27:39: [WARN]: Cookie rejected [JSESSIONID="E3E1F7131D9F08328AE2CAD0B5E891B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06E61EA6-AEA9-4F65-8CB2-54D46F9F48EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06E61EA6-AEA9-4F65-8CB2-54D46F9F48EB%7D [org.dataone.client.rest.RestClient]
20170606-06:27:39: [WARN]: Cookie rejected [JSESSIONID="4F831C0603663332374B46B024B21F62", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06ED8B1D-288B-4655-BC94-84456EEFEEEF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06ED8B1D-288B-4655-BC94-84456EEFEEEF%7D [org.dataone.client.rest.RestClient]
20170606-06:27:40: [WARN]: Cookie rejected [JSESSIONID="22F4A9DBCE863C9874C1A1B088FC6960", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06F03C0B-712B-4210-BB70-DB1BABB5EE04}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06F03C0B-712B-4210-BB70-DB1BABB5EE04%7D [org.dataone.client.rest.RestClient]
20170606-06:27:41: [WARN]: Cookie rejected [JSESSIONID="E15000E36EEA02B0424033D33025F4EE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06F786D5-3A4E-42AC-9CE1-8621596182DC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06F786D5-3A4E-42AC-9CE1-8621596182DC%7D [org.dataone.client.rest.RestClient]
20170606-06:27:42: [WARN]: Cookie rejected [JSESSIONID="5F6A2A612EB45D18DA65F87A8685C7C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06F8189E-58D4-4EA8-8075-788EE171E9AF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06F8189E-58D4-4EA8-8075-788EE171E9AF%7D [org.dataone.client.rest.RestClient]
20170606-06:27:42: [WARN]: Cookie rejected [JSESSIONID="10EAF177C769D58CE678A40BF8515E2D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06F8C565-74AE-4D11-B308-8056E0412B49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06F8C565-74AE-4D11-B308-8056E0412B49%7D [org.dataone.client.rest.RestClient]
20170606-06:27:43: [WARN]: Cookie rejected [JSESSIONID="7A1D951B74744965726B7624925A4B32", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06F8E096-47B2-44B0-BEFE-F0BDB3E0C176}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06F8E096-47B2-44B0-BEFE-F0BDB3E0C176%7D [org.dataone.client.rest.RestClient]
20170606-06:27:44: [WARN]: Cookie rejected [JSESSIONID="861D01EEA759F59CCCC8DF9436A3EF81", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06F90E3E-8051-4A09-AA2B-9E3ACF3F6FA2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06F90E3E-8051-4A09-AA2B-9E3ACF3F6FA2%7D [org.dataone.client.rest.RestClient]
20170606-06:27:45: [WARN]: Cookie rejected [JSESSIONID="C987DE9879358FDA44AD10C10B630CA8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06FAEB8C-869B-4920-B29F-BA0EEA4C7046}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06FAEB8C-869B-4920-B29F-BA0EEA4C7046%7D [org.dataone.client.rest.RestClient]
20170606-06:27:45: [WARN]: Cookie rejected [JSESSIONID="985E15F4B152A649842DDE38A1260278", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06FC68A1-0A01-4325-A2AE-DBFAD86319E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06FC68A1-0A01-4325-A2AE-DBFAD86319E2%7D [org.dataone.client.rest.RestClient]
20170606-06:27:46: [WARN]: Cookie rejected [JSESSIONID="A733EEECBE60331154E53AD962F4B117", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06FDE1F7-97B9-4176-A93D-358DD39B5AC9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06FDE1F7-97B9-4176-A93D-358DD39B5AC9%7D [org.dataone.client.rest.RestClient]
20170606-06:27:47: [WARN]: Cookie rejected [JSESSIONID="AF2B44C5B110C666BFEE485BCEC5A63A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06FF2989-9E20-44BF-8EA6-CB66E32A43A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06FF2989-9E20-44BF-8EA6-CB66E32A43A6%7D [org.dataone.client.rest.RestClient]
20170606-06:27:48: [WARN]: Cookie rejected [JSESSIONID="C82AC03F880ADCC7CCE8F5AE1734BCF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{06FFAEA5-3019-4B51-B840-9BE2CA124BCD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B06FFAEA5-3019-4B51-B840-9BE2CA124BCD%7D [org.dataone.client.rest.RestClient]
20170606-06:27:48: [WARN]: Cookie rejected [JSESSIONID="B9B15DDBB0DFCD7F2518C679DABC37C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07004545-CE6B-4FAD-9310-51042310196A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07004545-CE6B-4FAD-9310-51042310196A%7D [org.dataone.client.rest.RestClient]
20170606-06:27:49: [WARN]: Cookie rejected [JSESSIONID="86234618853479B9C15E10E61274320A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07010B00-8FD2-44BE-91B4-B3E1C2B864CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07010B00-8FD2-44BE-91B4-B3E1C2B864CF%7D [org.dataone.client.rest.RestClient]
20170606-06:27:50: [WARN]: Cookie rejected [JSESSIONID="6F0D8BB631D49FB96717AA41036F05CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{070A8B63-6B7C-4057-A0F4-95825C65CDB8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B070A8B63-6B7C-4057-A0F4-95825C65CDB8%7D [org.dataone.client.rest.RestClient]
20170606-06:27:50: [WARN]: Cookie rejected [JSESSIONID="F3D4C0F4D9E773A5519AB8943488DA15", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{070B849A-6128-4F47-AA17-1C4712CCB187}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B070B849A-6128-4F47-AA17-1C4712CCB187%7D [org.dataone.client.rest.RestClient]
20170606-06:27:51: [WARN]: Cookie rejected [JSESSIONID="16E36A07881F3722CD41B4FC2121D177", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{070CA213-47F4-47C9-874A-990AC255D57D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B070CA213-47F4-47C9-874A-990AC255D57D%7D [org.dataone.client.rest.RestClient]
20170606-06:27:52: [WARN]: Cookie rejected [JSESSIONID="D4348B328BB44D6D94EB278A4589FFEE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{070ECFDA-405B-487A-A353-168432B3BDE3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B070ECFDA-405B-487A-A353-168432B3BDE3%7D [org.dataone.client.rest.RestClient]
20170606-06:27:53: [WARN]: Cookie rejected [JSESSIONID="DCA39BC46979F95357864710ED4D22C0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0712150A-F084-4F8B-B5AD-5333CD7365D3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0712150A-F084-4F8B-B5AD-5333CD7365D3%7D [org.dataone.client.rest.RestClient]
20170606-06:27:53: [WARN]: Cookie rejected [JSESSIONID="9A1DCFEDAF81E1312A15F64574C29A52", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07137686-9CED-450D-9145-3DF8769AD4A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07137686-9CED-450D-9145-3DF8769AD4A7%7D [org.dataone.client.rest.RestClient]
20170606-06:27:54: [WARN]: Cookie rejected [JSESSIONID="6B9E46A36AD069BDEE934EBD68F7C4B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{071873E1-C7F0-4A4F-909B-EA4C5CDC53E3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B071873E1-C7F0-4A4F-909B-EA4C5CDC53E3%7D [org.dataone.client.rest.RestClient]
20170606-06:27:55: [WARN]: Cookie rejected [JSESSIONID="E7D66BB2D768EA8ACF8F990122F7A567", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0719071B-8CA9-4F2B-827E-82EBE08CC078}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0719071B-8CA9-4F2B-827E-82EBE08CC078%7D [org.dataone.client.rest.RestClient]
20170606-06:27:56: [WARN]: Cookie rejected [JSESSIONID="2E777697589E174CA8FFF96B8759B010", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0719EAEC-2255-4D42-8E77-C0B47D3C629A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0719EAEC-2255-4D42-8E77-C0B47D3C629A%7D [org.dataone.client.rest.RestClient]
20170606-06:27:56: [WARN]: Cookie rejected [JSESSIONID="A3A79924BF67C9A8482B79FFD0A3925F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{071B56A8-B547-4003-AFD7-DCBFE96395C0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B071B56A8-B547-4003-AFD7-DCBFE96395C0%7D [org.dataone.client.rest.RestClient]
20170606-06:27:57: [WARN]: Cookie rejected [JSESSIONID="CF345BE8048DA8524128065F14BD91CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{071F2E0E-DCD2-4B5A-ADCD-DAA98402CDEB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B071F2E0E-DCD2-4B5A-ADCD-DAA98402CDEB%7D [org.dataone.client.rest.RestClient]
20170606-06:27:58: [WARN]: Cookie rejected [JSESSIONID="57F10D729C806EFBDA89C92C699AF807", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07217A09-929C-41F8-BF25-5743C990780C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07217A09-929C-41F8-BF25-5743C990780C%7D [org.dataone.client.rest.RestClient]
20170606-06:27:58: [WARN]: Cookie rejected [JSESSIONID="CA0BBA8DE6BE1443A8731E88AB4EA18E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0721A9ED-389D-4773-B6F0-9E4194255ACD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0721A9ED-389D-4773-B6F0-9E4194255ACD%7D [org.dataone.client.rest.RestClient]
20170606-06:27:59: [WARN]: Cookie rejected [JSESSIONID="F0BDCEA3C89FCA33C3E3058E640928B4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{072506D8-6485-462A-AA5F-AC830BFE73D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:27:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B072506D8-6485-462A-AA5F-AC830BFE73D9%7D [org.dataone.client.rest.RestClient]
20170606-06:28:00: [WARN]: Cookie rejected [JSESSIONID="CDBB2081ABD84274EADB8485303996A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07272E2F-462D-4EEB-BC6B-E34EE64BF0F3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07272E2F-462D-4EEB-BC6B-E34EE64BF0F3%7D [org.dataone.client.rest.RestClient]
20170606-06:28:01: [WARN]: Cookie rejected [JSESSIONID="3BA6DCFCEA0482987B9DFD865157B2AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{072A0B7C-C6D3-41A9-A082-28AF22F065B1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B072A0B7C-C6D3-41A9-A082-28AF22F065B1%7D [org.dataone.client.rest.RestClient]
20170606-06:28:02: [WARN]: Cookie rejected [JSESSIONID="13BE6F52905ADB92361C540E695DC143", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{072AA34D-79D9-49B6-BD11-9C2AE00EB66C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B072AA34D-79D9-49B6-BD11-9C2AE00EB66C%7D [org.dataone.client.rest.RestClient]
20170606-06:28:03: [WARN]: Cookie rejected [JSESSIONID="DD4A34CBC271F0379FACCFA078701CC8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{072B209A-0170-4AA1-B165-6C4F72EB5C17}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B072B209A-0170-4AA1-B165-6C4F72EB5C17%7D [org.dataone.client.rest.RestClient]
20170606-06:28:03: [WARN]: Cookie rejected [JSESSIONID="45CC18F9DE32321CE61977A08C192CEA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{072CA8E1-74D4-497C-B2B8-6C3D54D6007B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B072CA8E1-74D4-497C-B2B8-6C3D54D6007B%7D [org.dataone.client.rest.RestClient]
20170606-06:28:04: [WARN]: Cookie rejected [JSESSIONID="B43487AEBE44F917AB260DF2C5906828", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07319AB4-F22E-40EA-B68F-CD561B6DD82D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07319AB4-F22E-40EA-B68F-CD561B6DD82D%7D [org.dataone.client.rest.RestClient]
20170606-06:28:05: [WARN]: Cookie rejected [JSESSIONID="B9F0D91D82068DAD4CDC31ECDDF4F7CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07325B3D-3D6E-45BE-A0EE-34FAFDCC1BA8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07325B3D-3D6E-45BE-A0EE-34FAFDCC1BA8%7D [org.dataone.client.rest.RestClient]
20170606-06:28:06: [WARN]: Cookie rejected [JSESSIONID="FD8EED124B569BF629F1A003D679DA11", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07331C8F-CA60-4349-A7B5-D500A54450B2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07331C8F-CA60-4349-A7B5-D500A54450B2%7D [org.dataone.client.rest.RestClient]
20170606-06:28:06: [WARN]: Cookie rejected [JSESSIONID="829CCDCC1D7ED0B21E7126C12119EBA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07371C10-5846-4A48-BA31-3E0CB7EFD13B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07371C10-5846-4A48-BA31-3E0CB7EFD13B%7D [org.dataone.client.rest.RestClient]
20170606-06:28:07: [WARN]: Cookie rejected [JSESSIONID="336C97048C189797EAF7063074A949D4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0737E2F4-BC5D-4CF8-A48B-C62D067E8000}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0737E2F4-BC5D-4CF8-A48B-C62D067E8000%7D [org.dataone.client.rest.RestClient]
20170606-06:28:08: [WARN]: Cookie rejected [JSESSIONID="00784A86A873534703838F3F023AC6B9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{073A946A-5DDD-48DC-BCEB-7E1151857B40}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B073A946A-5DDD-48DC-BCEB-7E1151857B40%7D [org.dataone.client.rest.RestClient]
20170606-06:28:09: [WARN]: Cookie rejected [JSESSIONID="A00D554D11788FC928E909690066C531", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07420C4B-C122-4A0D-812D-04AFE3C6C502}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07420C4B-C122-4A0D-812D-04AFE3C6C502%7D [org.dataone.client.rest.RestClient]
20170606-06:28:09: [WARN]: Cookie rejected [JSESSIONID="69D1FE5EE77752F25D0EFF06156911C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0743AF30-6ACF-4F6F-80ED-7F671F39A083}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0743AF30-6ACF-4F6F-80ED-7F671F39A083%7D [org.dataone.client.rest.RestClient]
20170606-06:28:10: [WARN]: Cookie rejected [JSESSIONID="19F35316BAECD8184A1A9D8CB50AD1FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0747D5A7-11C5-4541-BBDA-56D72E9E0B7F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0747D5A7-11C5-4541-BBDA-56D72E9E0B7F%7D [org.dataone.client.rest.RestClient]
20170606-06:28:11: [WARN]: Cookie rejected [JSESSIONID="7CC097D22745476AF85A5843BFCE1CCB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07483BE2-4168-457E-BBCF-78DB640386C3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07483BE2-4168-457E-BBCF-78DB640386C3%7D [org.dataone.client.rest.RestClient]
20170606-06:28:12: [WARN]: Cookie rejected [JSESSIONID="A2CAC5D8FF02C8E38107DE1AFEB4FE2E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07494B3A-E557-4E6C-84F1-D8158799F075}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07494B3A-E557-4E6C-84F1-D8158799F075%7D [org.dataone.client.rest.RestClient]
20170606-06:28:12: [WARN]: Cookie rejected [JSESSIONID="BAD115F3AD7C0FDAE96793D22DCB5464", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{074BB380-3C79-4D46-900A-D949545145FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B074BB380-3C79-4D46-900A-D949545145FB%7D [org.dataone.client.rest.RestClient]
20170606-06:28:13: [WARN]: Cookie rejected [JSESSIONID="580C231A59E8EE7CDBFCC3CB8DCC9A20", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{074CDF1E-1C56-4844-B510-425E4B59E185}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B074CDF1E-1C56-4844-B510-425E4B59E185%7D [org.dataone.client.rest.RestClient]
20170606-06:28:14: [WARN]: Cookie rejected [JSESSIONID="8E89EE6CC93800779D5CC0E1FAD30A3E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{074DBE37-DB19-4B6D-8FBF-3CEC8E3618BC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B074DBE37-DB19-4B6D-8FBF-3CEC8E3618BC%7D [org.dataone.client.rest.RestClient]
20170606-06:28:15: [WARN]: Cookie rejected [JSESSIONID="ADB56A64CCD92441F2BB99E6194E8FE0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0753225B-9CCB-4BC0-8618-140DAD8B1E42}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0753225B-9CCB-4BC0-8618-140DAD8B1E42%7D [org.dataone.client.rest.RestClient]
20170606-06:28:15: [WARN]: Cookie rejected [JSESSIONID="665692F5EC12D09A3F779547AD9800D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{075358DA-2D6B-4CE7-94A0-6729852BCE75}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B075358DA-2D6B-4CE7-94A0-6729852BCE75%7D [org.dataone.client.rest.RestClient]
20170606-06:28:16: [WARN]: Cookie rejected [JSESSIONID="CCE046980F37DDC0A794068D992B6664", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0753E654-7DDD-4BEA-B4B8-EF5560E5B173}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0753E654-7DDD-4BEA-B4B8-EF5560E5B173%7D [org.dataone.client.rest.RestClient]
20170606-06:28:17: [WARN]: Cookie rejected [JSESSIONID="FEACF0F55E1B9E1E0E5F97AD82A2D48E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0754401C-592E-44AE-8950-E6D7A9E0D1D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0754401C-592E-44AE-8950-E6D7A9E0D1D8%7D [org.dataone.client.rest.RestClient]
20170606-06:28:18: [WARN]: Cookie rejected [JSESSIONID="94064958BE7701DA03EF15FF53D965EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0754558D-CD5A-4907-A29A-72174E22FE38}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0754558D-CD5A-4907-A29A-72174E22FE38%7D [org.dataone.client.rest.RestClient]
20170606-06:28:18: [WARN]: Cookie rejected [JSESSIONID="1ADBA78C6F5B5BC7C1747531F9C55D8F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0754A0B6-2EF7-4D75-8A49-A193A6400C52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0754A0B6-2EF7-4D75-8A49-A193A6400C52%7D [org.dataone.client.rest.RestClient]
20170606-06:28:19: [WARN]: Cookie rejected [JSESSIONID="C6A358106D457BEA0D8CF5A182E4E821", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{075B2D8B-76B3-4507-B456-63833B140FD2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B075B2D8B-76B3-4507-B456-63833B140FD2%7D [org.dataone.client.rest.RestClient]
20170606-06:28:20: [WARN]: Cookie rejected [JSESSIONID="4337BDD04039404403A23017AEF24D04", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{075C37BF-6875-4247-BBD1-564E3329426B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B075C37BF-6875-4247-BBD1-564E3329426B%7D [org.dataone.client.rest.RestClient]
20170606-06:28:21: [WARN]: Cookie rejected [JSESSIONID="3C0F3BB4A5ADBCF78C44D219C9EABE2B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{075CCBA3-5E67-45AB-8AD0-546E608334EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B075CCBA3-5E67-45AB-8AD0-546E608334EB%7D [org.dataone.client.rest.RestClient]
20170606-06:28:21: [WARN]: Cookie rejected [JSESSIONID="67BCD938E937D3C08571889791C38C6D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0760711F-F42B-40A7-B060-BC1448EEB80B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0760711F-F42B-40A7-B060-BC1448EEB80B%7D [org.dataone.client.rest.RestClient]
20170606-06:28:22: [WARN]: Cookie rejected [JSESSIONID="DE39AF1FCAA506F33798991EE595AB62", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0760EBB1-1AE0-41C2-9EED-ABBBC1A24862}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0760EBB1-1AE0-41C2-9EED-ABBBC1A24862%7D [org.dataone.client.rest.RestClient]
20170606-06:28:23: [WARN]: Cookie rejected [JSESSIONID="78C3E7854F23224095DD71C57B9CFDAC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07663516-703A-413E-BED7-BE97AB29F225}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07663516-703A-413E-BED7-BE97AB29F225%7D [org.dataone.client.rest.RestClient]
20170606-06:28:24: [WARN]: Cookie rejected [JSESSIONID="A1B19650E518C60B74998150D5E30F23", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07678782-AF9B-4511-9602-8325DD8FA819}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07678782-AF9B-4511-9602-8325DD8FA819%7D [org.dataone.client.rest.RestClient]
20170606-06:28:24: [WARN]: Cookie rejected [JSESSIONID="C53755F0398F44E83067841C8355C6A4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0768111C-E9C8-403F-AC16-136A9641E8D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0768111C-E9C8-403F-AC16-136A9641E8D7%7D [org.dataone.client.rest.RestClient]
20170606-06:28:25: [WARN]: Cookie rejected [JSESSIONID="CC6E179333D8A9B9AEA8B06CC02E590C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{076AA280-E1F0-40C9-A690-42D7CC47DE86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B076AA280-E1F0-40C9-A690-42D7CC47DE86%7D [org.dataone.client.rest.RestClient]
20170606-06:28:26: [WARN]: Cookie rejected [JSESSIONID="2FFD04ED3CE36CBFB8E03029910762FE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{076E3333-6E58-43A6-850E-68F7177BCE1D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B076E3333-6E58-43A6-850E-68F7177BCE1D%7D [org.dataone.client.rest.RestClient]
20170606-06:28:27: [WARN]: Cookie rejected [JSESSIONID="C93A0A522D62BF18303906BA11BD4A7A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{077162CE-FAE2-4833-8F14-78668A8D74FE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B077162CE-FAE2-4833-8F14-78668A8D74FE%7D [org.dataone.client.rest.RestClient]
20170606-06:28:27: [WARN]: Cookie rejected [JSESSIONID="49D6EAEA6F13AE1D88A281F2EA8A9667", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0772BBEA-8890-4FCB-B2FF-7334E3AE8CEA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0772BBEA-8890-4FCB-B2FF-7334E3AE8CEA%7D [org.dataone.client.rest.RestClient]
20170606-06:28:28: [WARN]: Cookie rejected [JSESSIONID="E3C98ECC83037498D3C591EF253BFB87", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0773B987-3958-4B1A-9AE7-0D6E51EB0C34}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0773B987-3958-4B1A-9AE7-0D6E51EB0C34%7D [org.dataone.client.rest.RestClient]
20170606-06:28:29: [WARN]: Cookie rejected [JSESSIONID="02D819FF54C52EB7D43DD3CF606E5BF5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{077D8498-37D5-4879-9CF6-690D50C56409}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B077D8498-37D5-4879-9CF6-690D50C56409%7D [org.dataone.client.rest.RestClient]
20170606-06:28:30: [WARN]: Cookie rejected [JSESSIONID="0E29207D0095B545C4E258041956F13C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{078052DA-8A70-4BC2-8BBC-F111317AED24}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B078052DA-8A70-4BC2-8BBC-F111317AED24%7D [org.dataone.client.rest.RestClient]
20170606-06:28:30: [WARN]: Cookie rejected [JSESSIONID="01197AED12AB05CF615308A1F46BA41E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07830689-37DB-4D73-8B17-02DF6CF00256}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07830689-37DB-4D73-8B17-02DF6CF00256%7D [org.dataone.client.rest.RestClient]
20170606-06:28:31: [WARN]: Cookie rejected [JSESSIONID="BAEACE915DE8717594FF8F70790B6FBB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07849926-A854-4987-9FE6-AEB479AE7FDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07849926-A854-4987-9FE6-AEB479AE7FDA%7D [org.dataone.client.rest.RestClient]
20170606-06:28:32: [WARN]: Cookie rejected [JSESSIONID="1382CE8D1126E277905D4720294D0428", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07870147-E15A-44F0-8987-7DB4EDB7735F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07870147-E15A-44F0-8987-7DB4EDB7735F%7D [org.dataone.client.rest.RestClient]
20170606-06:28:33: [WARN]: Cookie rejected [JSESSIONID="AE6035292AB561791D940F1195E92C49", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07886DE6-D946-4C96-B8F2-82FC63432DC4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07886DE6-D946-4C96-B8F2-82FC63432DC4%7D [org.dataone.client.rest.RestClient]
20170606-06:28:33: [WARN]: Cookie rejected [JSESSIONID="854E46E32E042CA6F8706CBB5985ACF2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0788FF1C-38E0-4EEF-8679-639420282BB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0788FF1C-38E0-4EEF-8679-639420282BB1%7D [org.dataone.client.rest.RestClient]
20170606-06:28:34: [WARN]: Cookie rejected [JSESSIONID="8DC78BCEA2875134D61297F0F36FD716", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0789A7AF-44A0-435D-A320-CCFAA7348280}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0789A7AF-44A0-435D-A320-CCFAA7348280%7D [org.dataone.client.rest.RestClient]
20170606-06:28:35: [WARN]: Cookie rejected [JSESSIONID="341F51610BC55E2E339A64682454CAD1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07914069-51C0-4AF5-AF2A-C5DF2F1B8F6C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07914069-51C0-4AF5-AF2A-C5DF2F1B8F6C%7D [org.dataone.client.rest.RestClient]
20170606-06:28:36: [WARN]: Cookie rejected [JSESSIONID="2631C52EE08E66D8355DC9C5B219D63F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0793DF98-2FC6-4D17-9FA7-2537178DBC32}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0793DF98-2FC6-4D17-9FA7-2537178DBC32%7D [org.dataone.client.rest.RestClient]
20170606-06:28:36: [WARN]: Cookie rejected [JSESSIONID="CE56A2B2F5D530628A2FC83CB1C758A3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{079420CA-B269-4AFD-95CE-3047072E0495}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B079420CA-B269-4AFD-95CE-3047072E0495%7D [org.dataone.client.rest.RestClient]
20170606-06:28:37: [WARN]: Cookie rejected [JSESSIONID="800A1ECAD2FBAFA789F076CBE641AE37", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{079655FA-A3C0-43D3-AB88-03FF77318718}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B079655FA-A3C0-43D3-AB88-03FF77318718%7D [org.dataone.client.rest.RestClient]
20170606-06:28:38: [WARN]: Cookie rejected [JSESSIONID="6E897AD56ED015CC266191F311DA6DAD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0796E6A5-96D2-45FB-B4F3-2BD5709BD9A9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0796E6A5-96D2-45FB-B4F3-2BD5709BD9A9%7D [org.dataone.client.rest.RestClient]
20170606-06:28:39: [WARN]: Cookie rejected [JSESSIONID="07AB13F42511F05B23D00E88855CA10C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07975271-884B-45EF-802D-29FC93DF5271}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07975271-884B-45EF-802D-29FC93DF5271%7D [org.dataone.client.rest.RestClient]
20170606-06:28:39: [WARN]: Cookie rejected [JSESSIONID="A42E10FB5E45291D12B3CFBB8C215E68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07992F8D-57DF-4C45-9278-D522B5548B8F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07992F8D-57DF-4C45-9278-D522B5548B8F%7D [org.dataone.client.rest.RestClient]
20170606-06:28:40: [WARN]: Cookie rejected [JSESSIONID="189FE20BB8AA57889AA4E4A0E27BB60F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{079CE36D-1664-4A08-B3F2-7639AE7F8F69}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B079CE36D-1664-4A08-B3F2-7639AE7F8F69%7D [org.dataone.client.rest.RestClient]
20170606-06:28:41: [WARN]: Cookie rejected [JSESSIONID="4E6C7A9CE3C7D7C51D8636005CD12378", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{079DA3D2-B54F-49BC-BE92-1ED7B6A880C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B079DA3D2-B54F-49BC-BE92-1ED7B6A880C8%7D [org.dataone.client.rest.RestClient]
20170606-06:28:42: [WARN]: Cookie rejected [JSESSIONID="98C4A314F6DD286890B104F72A7C730B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07AB42EE-8762-41BD-9CBC-04B9E6B53C9B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07AB42EE-8762-41BD-9CBC-04B9E6B53C9B%7D [org.dataone.client.rest.RestClient]
20170606-06:28:42: [WARN]: Cookie rejected [JSESSIONID="6902B3153DD6135AE596E982CA25FEFE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07AB81E5-EEE5-41EA-9AA3-1750AD0FCDB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07AB81E5-EEE5-41EA-9AA3-1750AD0FCDB1%7D [org.dataone.client.rest.RestClient]
20170606-06:28:43: [WARN]: Cookie rejected [JSESSIONID="F9682C395EF2C40C0F89642A78C63644", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07ACD4AF-75E0-4508-A0F7-9D75E0C9BF1C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07ACD4AF-75E0-4508-A0F7-9D75E0C9BF1C%7D [org.dataone.client.rest.RestClient]
20170606-06:28:44: [WARN]: Cookie rejected [JSESSIONID="1030C06B93EF6444C3D023BC6B8DE064", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07B44DC7-4FBB-4B5E-86A2-C74035E6AF7A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07B44DC7-4FBB-4B5E-86A2-C74035E6AF7A%7D [org.dataone.client.rest.RestClient]
20170606-06:28:44: [WARN]: Cookie rejected [JSESSIONID="8D780EA44B89B0FF658E4571992A7F85", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07B50577-E2D1-467F-855F-C13B646FC1C7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07B50577-E2D1-467F-855F-C13B646FC1C7%7D [org.dataone.client.rest.RestClient]
20170606-06:28:45: [WARN]: Cookie rejected [JSESSIONID="74B22FA8AB03A4C2AA9EE13288F536CB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07BB5E1F-6CFC-420F-A42C-B02FF6740EEC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07BB5E1F-6CFC-420F-A42C-B02FF6740EEC%7D [org.dataone.client.rest.RestClient]
20170606-06:28:46: [WARN]: Cookie rejected [JSESSIONID="13880F632FECCD2812F39D537A1CE608", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07BE692D-271A-47F4-B2EC-E9984937AA7B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07BE692D-271A-47F4-B2EC-E9984937AA7B%7D [org.dataone.client.rest.RestClient]
20170606-06:28:47: [WARN]: Cookie rejected [JSESSIONID="B9C34385DCA4A27C80F124B84A83EEDF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07C27D4B-FF43-45C0-B646-CD2891F1764E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07C27D4B-FF43-45C0-B646-CD2891F1764E%7D [org.dataone.client.rest.RestClient]
20170606-06:28:47: [WARN]: Cookie rejected [JSESSIONID="8B376ADC32102BF16EA94D6C76EFD8F0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07C2FD59-6904-4749-904A-7AA663904637}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07C2FD59-6904-4749-904A-7AA663904637%7D [org.dataone.client.rest.RestClient]
20170606-06:28:48: [WARN]: Cookie rejected [JSESSIONID="C80D63E0C0C80831F32553E86D39A7F6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07C7562F-2353-4784-9D8B-F047C3BCBCB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07C7562F-2353-4784-9D8B-F047C3BCBCB4%7D [org.dataone.client.rest.RestClient]
20170606-06:28:49: [WARN]: Cookie rejected [JSESSIONID="0DC978BADD54FAF299E1854D8CFD2B09", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07C86DAA-0DA3-4406-BF7F-206E45A1D3FA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07C86DAA-0DA3-4406-BF7F-206E45A1D3FA%7D [org.dataone.client.rest.RestClient]
20170606-06:28:49: [WARN]: Cookie rejected [JSESSIONID="6D372C76DED410D876B4E81B4EE0AAAF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07CDA2F8-F87A-49BB-8D09-13DFB598C434}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07CDA2F8-F87A-49BB-8D09-13DFB598C434%7D [org.dataone.client.rest.RestClient]
20170606-06:28:50: [WARN]: Cookie rejected [JSESSIONID="499047EE65C1DFA5069B91A834565A16", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07CDA77E-810E-410A-9E3A-042B6CAB37C7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07CDA77E-810E-410A-9E3A-042B6CAB37C7%7D [org.dataone.client.rest.RestClient]
20170606-06:28:51: [WARN]: Cookie rejected [JSESSIONID="2B67E9310E2CF330E0174B0FF662BFDC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07CDF74A-BB5E-490B-B96B-FDC7AB46FBBA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07CDF74A-BB5E-490B-B96B-FDC7AB46FBBA%7D [org.dataone.client.rest.RestClient]
20170606-06:28:52: [WARN]: Cookie rejected [JSESSIONID="A38B2B4905F6F151AB2B597C42CAE539", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07CED69A-EF12-4B38-9ADF-DA9E77A94D67}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07CED69A-EF12-4B38-9ADF-DA9E77A94D67%7D [org.dataone.client.rest.RestClient]
20170606-06:28:52: [WARN]: Cookie rejected [JSESSIONID="63986B0BFA2A0714BCD361374E97366D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07D51BBF-969F-4511-8B30-4414B71BF980}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07D51BBF-969F-4511-8B30-4414B71BF980%7D [org.dataone.client.rest.RestClient]
20170606-06:28:53: [WARN]: Cookie rejected [JSESSIONID="340B9B849387F146386B2DAA4600FAC5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07D5300F-3EC7-4324-95DA-2E79573C8609}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07D5300F-3EC7-4324-95DA-2E79573C8609%7D [org.dataone.client.rest.RestClient]
20170606-06:28:54: [WARN]: Cookie rejected [JSESSIONID="335FE36AC1F83FBC7774CC6E44AEBA39", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07D6AED4-830D-4C7F-A829-BC59760D0B38}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07D6AED4-830D-4C7F-A829-BC59760D0B38%7D [org.dataone.client.rest.RestClient]
20170606-06:28:55: [WARN]: Cookie rejected [JSESSIONID="B089FC8F1E495CBB828CB643E28E8B2C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07D70FD4-B502-421D-BADA-F63497FC1BFC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07D70FD4-B502-421D-BADA-F63497FC1BFC%7D [org.dataone.client.rest.RestClient]
20170606-06:28:55: [WARN]: Cookie rejected [JSESSIONID="D46519A882F6FA30B6089DD7723D760D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07DEB979-2A0B-45F3-90E3-60833CA96D3A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07DEB979-2A0B-45F3-90E3-60833CA96D3A%7D [org.dataone.client.rest.RestClient]
20170606-06:28:56: [WARN]: Cookie rejected [JSESSIONID="F72ECB79B3FA0C1EDF26F13A4D92C4CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07E14D91-4762-4531-A246-D5B7888631B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07E14D91-4762-4531-A246-D5B7888631B4%7D [org.dataone.client.rest.RestClient]
20170606-06:28:57: [WARN]: Cookie rejected [JSESSIONID="1D3A86AEC1F6776D09690EE756652D10", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07E60209-5F71-4F02-9B5C-650FFBABC165}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07E60209-5F71-4F02-9B5C-650FFBABC165%7D [org.dataone.client.rest.RestClient]
20170606-06:28:58: [WARN]: Cookie rejected [JSESSIONID="38EEA7029FD2422C6C0A816FC35D6441", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07E7A401-FD27-4BC2-B64C-CE895BFFC8CD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07E7A401-FD27-4BC2-B64C-CE895BFFC8CD%7D [org.dataone.client.rest.RestClient]
20170606-06:28:58: [WARN]: Cookie rejected [JSESSIONID="86D3205DC11C72C30ECE4FC53B6A4589", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07E7EF85-547E-4C68-9240-73BD9BCBD33B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07E7EF85-547E-4C68-9240-73BD9BCBD33B%7D [org.dataone.client.rest.RestClient]
20170606-06:28:59: [WARN]: Cookie rejected [JSESSIONID="6A388D56F4EFB6DD70806365837692D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07EAAF55-3C1C-49D0-A67B-71C1757D7A71}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:28:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07EAAF55-3C1C-49D0-A67B-71C1757D7A71%7D [org.dataone.client.rest.RestClient]
20170606-06:29:00: [WARN]: Cookie rejected [JSESSIONID="12531EBDCFCABA056E62FB26518C758E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07EAB880-358B-4A28-A3DC-562E6E82E6DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07EAB880-358B-4A28-A3DC-562E6E82E6DB%7D [org.dataone.client.rest.RestClient]
20170606-06:29:00: [WARN]: Cookie rejected [JSESSIONID="075B2A653C9335FC2E0E325F0F872B2F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07EAD104-2F3D-48CB-8D81-C83789859485}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07EAD104-2F3D-48CB-8D81-C83789859485%7D [org.dataone.client.rest.RestClient]
20170606-06:29:01: [WARN]: Cookie rejected [JSESSIONID="4C42531B640601030BF6C8ACB95D3BFF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07ED445D-F048-4690-8A12-69016B858B53}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07ED445D-F048-4690-8A12-69016B858B53%7D [org.dataone.client.rest.RestClient]
20170606-06:29:02: [WARN]: Cookie rejected [JSESSIONID="9BBADAF3544D15866B29F31927CC10AE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07EE08C1-043D-4782-91A2-F9C8885E8672}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07EE08C1-043D-4782-91A2-F9C8885E8672%7D [org.dataone.client.rest.RestClient]
20170606-06:29:03: [WARN]: Cookie rejected [JSESSIONID="EF0ADB8F43498B1907980DF37A5E231B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07F06C4F-C56A-45C7-830D-DDB907FFFD94}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07F06C4F-C56A-45C7-830D-DDB907FFFD94%7D [org.dataone.client.rest.RestClient]
20170606-06:29:03: [WARN]: Cookie rejected [JSESSIONID="DF4A032DE9DD75D409200DEB1480CFEF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07F112B5-9F1B-486F-9AE4-FE0E0E313EE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07F112B5-9F1B-486F-9AE4-FE0E0E313EE2%7D [org.dataone.client.rest.RestClient]
20170606-06:29:04: [WARN]: Cookie rejected [JSESSIONID="0DD13B296C80E834132F78A4C7DB0F29", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07F492E8-5774-4F29-9631-55C6CF4FAD59}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07F492E8-5774-4F29-9631-55C6CF4FAD59%7D [org.dataone.client.rest.RestClient]
20170606-06:29:05: [WARN]: Cookie rejected [JSESSIONID="B621A4B7989512B5F9228CC7438CD215", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07F62689-FAD4-4E0C-945E-5DE998F0AE3E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07F62689-FAD4-4E0C-945E-5DE998F0AE3E%7D [org.dataone.client.rest.RestClient]
20170606-06:29:06: [WARN]: Cookie rejected [JSESSIONID="8D68289DD8BD45C3B63DF3A929D46EB7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07F6FDB8-FF3F-4F74-8665-1C8DB36E48ED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07F6FDB8-FF3F-4F74-8665-1C8DB36E48ED%7D [org.dataone.client.rest.RestClient]
20170606-06:29:06: [WARN]: Cookie rejected [JSESSIONID="91D4E4D9443F53215BBCC2B1FAF3C45B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07F9360D-082B-4413-BA7B-5F6A5FB859A4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07F9360D-082B-4413-BA7B-5F6A5FB859A4%7D [org.dataone.client.rest.RestClient]
20170606-06:29:07: [WARN]: Cookie rejected [JSESSIONID="A37EA76CD1E5CB7B37A290DF5F4CF7D8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07FB394C-BD3C-4F4B-9F10-FA299556F666}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07FB394C-BD3C-4F4B-9F10-FA299556F666%7D [org.dataone.client.rest.RestClient]
20170606-06:29:08: [WARN]: Cookie rejected [JSESSIONID="42DA52BD0CB38F4E551AC87C672B379D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{07FDC028-BFAB-4466-9D05-F5B2C9300C96}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B07FDC028-BFAB-4466-9D05-F5B2C9300C96%7D [org.dataone.client.rest.RestClient]
20170606-06:29:08: [WARN]: Cookie rejected [JSESSIONID="2716BF43D0FED752418029D94B6538C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08018611-BEB5-4BE9-B721-27C0DE3B82CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08018611-BEB5-4BE9-B721-27C0DE3B82CC%7D [org.dataone.client.rest.RestClient]
20170606-06:29:09: [WARN]: Cookie rejected [JSESSIONID="2298F2D559B3D43A3E581F25BCF675A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{080B4889-69FD-4508-848E-24A30B746D5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B080B4889-69FD-4508-848E-24A30B746D5F%7D [org.dataone.client.rest.RestClient]
20170606-06:29:10: [WARN]: Cookie rejected [JSESSIONID="05CEB2CD43B786300274C5FB0C1E7473", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{080BE02E-0687-4008-AE21-3C3E40794C52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B080BE02E-0687-4008-AE21-3C3E40794C52%7D [org.dataone.client.rest.RestClient]
20170606-06:29:11: [WARN]: Cookie rejected [JSESSIONID="A657EFF5907984291B43440485E7CC27", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08104BEB-1AAA-4608-AF22-009C03A30A54}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08104BEB-1AAA-4608-AF22-009C03A30A54%7D [org.dataone.client.rest.RestClient]
20170606-06:29:11: [WARN]: Cookie rejected [JSESSIONID="44F58CCC5429BEA4FD2F48BB615AC7C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0810BA23-9C39-49A2-BAA1-1950B324883A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0810BA23-9C39-49A2-BAA1-1950B324883A%7D [org.dataone.client.rest.RestClient]
20170606-06:29:12: [WARN]: Cookie rejected [JSESSIONID="50AF48929642966EEBCA524219B327AE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0815AB6B-FA22-4D23-B473-36CFC891B5F0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0815AB6B-FA22-4D23-B473-36CFC891B5F0%7D [org.dataone.client.rest.RestClient]
20170606-06:29:13: [WARN]: Cookie rejected [JSESSIONID="458E85D5145BF1B75C77859BA0A7ADA6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{081A3D34-39E4-41AA-A8E2-3DB3B2D55720}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B081A3D34-39E4-41AA-A8E2-3DB3B2D55720%7D [org.dataone.client.rest.RestClient]
20170606-06:29:13: [WARN]: Cookie rejected [JSESSIONID="D85447CD7C0B7B7296037E4502037DD8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{081AB6BA-020E-49D4-9C77-169DBE450B5C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B081AB6BA-020E-49D4-9C77-169DBE450B5C%7D [org.dataone.client.rest.RestClient]
20170606-06:29:14: [WARN]: Cookie rejected [JSESSIONID="B4A3437C07D1CE50FA1C840321C93F09", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{081D885F-BFCF-4835-BB0C-7C0B86679A5E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B081D885F-BFCF-4835-BB0C-7C0B86679A5E%7D [org.dataone.client.rest.RestClient]
20170606-06:29:15: [WARN]: Cookie rejected [JSESSIONID="6CB7EF5543C54A3CBF2C035FF868963B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{082204A1-6B55-482F-B163-B73E1E66099B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B082204A1-6B55-482F-B163-B73E1E66099B%7D [org.dataone.client.rest.RestClient]
20170606-06:29:16: [WARN]: Cookie rejected [JSESSIONID="C7444FB16FAB34D8D9901D7D698B8893", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0823E626-B7B4-4A89-A961-ED375097AC23}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0823E626-B7B4-4A89-A961-ED375097AC23%7D [org.dataone.client.rest.RestClient]
20170606-06:29:16: [WARN]: Cookie rejected [JSESSIONID="CDB7F76742C75B6F320F66A324AFD12B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0824F8E8-EE90-4C2F-83A1-EDB09E1E660B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0824F8E8-EE90-4C2F-83A1-EDB09E1E660B%7D [org.dataone.client.rest.RestClient]
20170606-06:29:17: [WARN]: Cookie rejected [JSESSIONID="65551BD1A47B15336D49285872EFE557", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08264EDD-B37F-47BE-B27A-6B671D2B8897}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08264EDD-B37F-47BE-B27A-6B671D2B8897%7D [org.dataone.client.rest.RestClient]
20170606-06:29:18: [WARN]: Cookie rejected [JSESSIONID="5A636222EE352E86BBCA8C1D069E8CCA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0828050E-BF28-4CAF-A119-420F0033B9C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0828050E-BF28-4CAF-A119-420F0033B9C2%7D [org.dataone.client.rest.RestClient]
20170606-06:29:19: [WARN]: Cookie rejected [JSESSIONID="617F0667945A35A6ACADDCD7BE200AFB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{082A4EAE-83E0-43C7-BDCE-6BE0689A58E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B082A4EAE-83E0-43C7-BDCE-6BE0689A58E2%7D [org.dataone.client.rest.RestClient]
20170606-06:29:19: [WARN]: Cookie rejected [JSESSIONID="9D2E15AF8DD7799EE651532AF1307414", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{082F1E8F-C41C-4C98-84F3-DC8061F8CEE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B082F1E8F-C41C-4C98-84F3-DC8061F8CEE0%7D [org.dataone.client.rest.RestClient]
20170606-06:29:20: [WARN]: Cookie rejected [JSESSIONID="28973B9746BC4755CCBC03EFE5357EA6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{083A2F6C-5BDC-488A-95F1-555E5E30A5E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B083A2F6C-5BDC-488A-95F1-555E5E30A5E6%7D [org.dataone.client.rest.RestClient]
20170606-06:29:21: [WARN]: Cookie rejected [JSESSIONID="86279B34DD84F660294097CB9DCD82B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{083BA0EE-E309-4309-92AB-37EC879FB42C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B083BA0EE-E309-4309-92AB-37EC879FB42C%7D [org.dataone.client.rest.RestClient]
20170606-06:29:22: [WARN]: Cookie rejected [JSESSIONID="73A6B595701F50CE0210E1637D21C866", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{083EAB8F-37FC-4039-9CD2-0EDD8E7A7A7E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B083EAB8F-37FC-4039-9CD2-0EDD8E7A7A7E%7D [org.dataone.client.rest.RestClient]
20170606-06:29:22: [WARN]: Cookie rejected [JSESSIONID="87D7D5AA95B2EEE8D37BCAE3763C31FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{083FA64B-C016-4CC6-9A1D-6F791D87F6C4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B083FA64B-C016-4CC6-9A1D-6F791D87F6C4%7D [org.dataone.client.rest.RestClient]
20170606-06:29:23: [WARN]: Cookie rejected [JSESSIONID="5311DBC246E2F741B837E46058F8F135", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08477722-B577-47A8-86AB-05FDC2FCB94D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08477722-B577-47A8-86AB-05FDC2FCB94D%7D [org.dataone.client.rest.RestClient]
20170606-06:29:24: [WARN]: Cookie rejected [JSESSIONID="F24BF12220A099FAF76436A2724036C0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0849D7AC-DC9F-4B55-9481-517F19D915AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0849D7AC-DC9F-4B55-9481-517F19D915AE%7D [org.dataone.client.rest.RestClient]
20170606-06:29:24: [WARN]: Cookie rejected [JSESSIONID="91B0E1B43C2606E6DB3BF214946C83B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{084ACFFC-4FB2-4673-8B10-0BE82759B727}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B084ACFFC-4FB2-4673-8B10-0BE82759B727%7D [org.dataone.client.rest.RestClient]
20170606-06:29:25: [WARN]: Cookie rejected [JSESSIONID="1A1FBC6F027EF09C444674F1265348BF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{084C66B6-0248-4F22-9AE9-12D3A6BF13E0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B084C66B6-0248-4F22-9AE9-12D3A6BF13E0%7D [org.dataone.client.rest.RestClient]
20170606-06:29:26: [WARN]: Cookie rejected [JSESSIONID="54712473D25BCD4A67F0155B18184D1D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0850229C-A276-490F-B373-4A2A90A4F0D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0850229C-A276-490F-B373-4A2A90A4F0D2%7D [org.dataone.client.rest.RestClient]
20170606-06:29:27: [WARN]: Cookie rejected [JSESSIONID="2D98A61CAEDC951A9BAE7636C4C30886", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{085115C5-E37C-4511-869B-72E8E9EDBB28}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B085115C5-E37C-4511-869B-72E8E9EDBB28%7D [org.dataone.client.rest.RestClient]
20170606-06:29:27: [WARN]: Cookie rejected [JSESSIONID="261F94AD8C59CF4760F031B2062C3DC1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08569A99-2CE6-42ED-A0B4-0A5505533455}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08569A99-2CE6-42ED-A0B4-0A5505533455%7D [org.dataone.client.rest.RestClient]
20170606-06:29:28: [WARN]: Cookie rejected [JSESSIONID="FA93AEDADB543A180FB42112C7AC378E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08601F91-01C7-46AF-9F6F-9648B84D3255}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08601F91-01C7-46AF-9F6F-9648B84D3255%7D [org.dataone.client.rest.RestClient]
20170606-06:29:29: [WARN]: Cookie rejected [JSESSIONID="01C230698B3A168B8181AF25E9B08442", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08617471-8F1B-4B37-88DC-C37F407D4F2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08617471-8F1B-4B37-88DC-C37F407D4F2D%7D [org.dataone.client.rest.RestClient]
20170606-06:29:29: [WARN]: Cookie rejected [JSESSIONID="ED66BB39DB292BBDE1EBA72E683085CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0861F581-70CD-4172-ACFB-4C220C115489}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0861F581-70CD-4172-ACFB-4C220C115489%7D [org.dataone.client.rest.RestClient]
20170606-06:29:30: [WARN]: Cookie rejected [JSESSIONID="4F6ED83BA6B4B5B3FDA0C52E7CFA2EFD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08636E5F-D4FB-40FB-9136-02DAD4D653A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08636E5F-D4FB-40FB-9136-02DAD4D653A7%7D [org.dataone.client.rest.RestClient]
20170606-06:29:31: [WARN]: Cookie rejected [JSESSIONID="C3AE6F05711F7D6E8DCB3C2259B1C8D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08707DC4-C97D-4EA8-9B3A-02395BE7A24E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08707DC4-C97D-4EA8-9B3A-02395BE7A24E%7D [org.dataone.client.rest.RestClient]
20170606-06:29:32: [WARN]: Cookie rejected [JSESSIONID="9BCA9A2BB52FFDF3C2FD0908D1B4AB97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{087467A2-AD1B-420E-B91B-F0E8535B9C6D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B087467A2-AD1B-420E-B91B-F0E8535B9C6D%7D [org.dataone.client.rest.RestClient]
20170606-06:29:33: [WARN]: Cookie rejected [JSESSIONID="60298B957FB56E5FD71733F0599AF460", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08779A95-6533-4189-AFF2-DEBBA174A5E9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08779A95-6533-4189-AFF2-DEBBA174A5E9%7D [org.dataone.client.rest.RestClient]
20170606-06:29:33: [WARN]: Cookie rejected [JSESSIONID="1C4FD8047C7456BC5DD9429E05C0AA42", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{087F3878-0F93-43AB-A02C-D0DE767FC2BC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B087F3878-0F93-43AB-A02C-D0DE767FC2BC%7D [org.dataone.client.rest.RestClient]
20170606-06:29:34: [WARN]: Cookie rejected [JSESSIONID="6F3A3E77B8A6DDCDCC96B747AB809DEF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0880D3BD-13B1-4228-BBB4-AD8718C94BC5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0880D3BD-13B1-4228-BBB4-AD8718C94BC5%7D [org.dataone.client.rest.RestClient]
20170606-06:29:35: [WARN]: Cookie rejected [JSESSIONID="1642ADD505C22DD22B089ADF3F630555", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{088458EA-98D6-495A-B813-78DABC5B91DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B088458EA-98D6-495A-B813-78DABC5B91DE%7D [org.dataone.client.rest.RestClient]
20170606-06:29:36: [WARN]: Cookie rejected [JSESSIONID="650C5B1149DEEF01EAF8405CC78945E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0884C001-83C3-4730-B7D9-C87C10E63AA6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0884C001-83C3-4730-B7D9-C87C10E63AA6%7D [org.dataone.client.rest.RestClient]
20170606-06:29:36: [WARN]: Cookie rejected [JSESSIONID="F0C03D3BFC8420AB3241254565FC5BE5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{088507BC-C756-4C53-AFC4-16ECF8B71ECA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B088507BC-C756-4C53-AFC4-16ECF8B71ECA%7D [org.dataone.client.rest.RestClient]
20170606-06:29:37: [WARN]: Cookie rejected [JSESSIONID="8140634E661147AA042DE1FB4346878A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{088659B8-8694-4718-BA8D-4920BE9AB735}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B088659B8-8694-4718-BA8D-4920BE9AB735%7D [org.dataone.client.rest.RestClient]
20170606-06:29:38: [WARN]: Cookie rejected [JSESSIONID="0F65E44D46E26F259E5B35CC43D50CDE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0887477A-9A12-460A-A3E6-5EFF25093D3A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0887477A-9A12-460A-A3E6-5EFF25093D3A%7D [org.dataone.client.rest.RestClient]
20170606-06:29:38: [WARN]: Cookie rejected [JSESSIONID="71456A4BFDD1577F279BEA2C73FBAEDD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{088AA43F-D717-443B-80AB-E5A025DB8CAC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B088AA43F-D717-443B-80AB-E5A025DB8CAC%7D [org.dataone.client.rest.RestClient]
20170606-06:29:39: [WARN]: Cookie rejected [JSESSIONID="72FDAF923C40D22E7909DE9D317BFF08", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{088F71C3-F7DA-408F-912B-E914968D8B9E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B088F71C3-F7DA-408F-912B-E914968D8B9E%7D [org.dataone.client.rest.RestClient]
20170606-06:29:40: [WARN]: Cookie rejected [JSESSIONID="8477626340B02E91C2946EE130701BAE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{089CAC86-F0C7-45B3-845A-AB63894454D3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B089CAC86-F0C7-45B3-845A-AB63894454D3%7D [org.dataone.client.rest.RestClient]
20170606-06:29:41: [WARN]: Cookie rejected [JSESSIONID="40FA28ECB00405EC408955ED59350574", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08A1CD71-0D6D-4945-ADEE-B89149006ACD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08A1CD71-0D6D-4945-ADEE-B89149006ACD%7D [org.dataone.client.rest.RestClient]
20170606-06:29:41: [WARN]: Cookie rejected [JSESSIONID="5AE7AE26B27794C126A256DFD260528C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08A28280-9532-4BA3-A50E-CC315658CE5D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08A28280-9532-4BA3-A50E-CC315658CE5D%7D [org.dataone.client.rest.RestClient]
20170606-06:29:42: [WARN]: Cookie rejected [JSESSIONID="FF3CBD85A6565081245719B3240FA38E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08A846FE-C0AC-434E-A214-6A262A9F91A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08A846FE-C0AC-434E-A214-6A262A9F91A1%7D [org.dataone.client.rest.RestClient]
20170606-06:29:43: [WARN]: Cookie rejected [JSESSIONID="A0DDABC93614C623E675433FB7E43D8A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08A9ADCE-DF2B-4FC1-A289-DA2F22E3C335}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08A9ADCE-DF2B-4FC1-A289-DA2F22E3C335%7D [org.dataone.client.rest.RestClient]
20170606-06:29:48: [WARN]: Cookie rejected [JSESSIONID="90EC07A999569547BF5D9D533982027F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08AD166A-673B-40A4-B1BC-BAFBFEC8F52B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08AD166A-673B-40A4-B1BC-BAFBFEC8F52B%7D [org.dataone.client.rest.RestClient]
20170606-06:29:54: [WARN]: Cookie rejected [JSESSIONID="BAB56C49043E1596625E3C5E6570F622", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08B422C1-B688-4C10-8645-1266875340A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:29:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08B422C1-B688-4C10-8645-1266875340A7%7D [org.dataone.client.rest.RestClient]
20170606-06:30:00: [WARN]: Cookie rejected [JSESSIONID="4E7551A14C40157A8F7DE2259FABE503", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08B86FC1-37C3-4F3B-957D-B5AD8EF3C225}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08B86FC1-37C3-4F3B-957D-B5AD8EF3C225%7D [org.dataone.client.rest.RestClient]
20170606-06:30:00: [WARN]: Cookie rejected [JSESSIONID="DD5A278B088B8049A8F6D1B387ABCB94", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08BD2002-6E0F-40D3-B843-58959CC7D95B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08BD2002-6E0F-40D3-B843-58959CC7D95B%7D [org.dataone.client.rest.RestClient]
20170606-06:30:06: [WARN]: Cookie rejected [JSESSIONID="0DBD55FF2A262F3334457E29C4E53395", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08C76D9D-FB23-4EEF-BEF2-6F47187A04B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08C76D9D-FB23-4EEF-BEF2-6F47187A04B4%7D [org.dataone.client.rest.RestClient]
20170606-06:30:12: [WARN]: Cookie rejected [JSESSIONID="FDB128524C8526C75C32EC9937B9C639", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08CA988E-0E91-4E24-85B7-A845D3C414BE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08CA988E-0E91-4E24-85B7-A845D3C414BE%7D [org.dataone.client.rest.RestClient]
20170606-06:30:13: [WARN]: Cookie rejected [JSESSIONID="2E7D8A0E4E65DE388A325D5109B3D1D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08CDF9E9-20E1-4450-8E5F-27118F0315D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08CDF9E9-20E1-4450-8E5F-27118F0315D2%7D [org.dataone.client.rest.RestClient]
20170606-06:30:14: [WARN]: Cookie rejected [JSESSIONID="B02CDE9A0FD4B47C5083DC0BCF2BA45D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08D526A0-6B56-4011-BB19-35B92D7D6401}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08D526A0-6B56-4011-BB19-35B92D7D6401%7D [org.dataone.client.rest.RestClient]
20170606-06:30:14: [WARN]: Cookie rejected [JSESSIONID="0E7C1AE542C9C395DE4D8AF7F7E5E276", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08D6DEEB-BF02-4A70-9F7C-12D9C92AE0D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08D6DEEB-BF02-4A70-9F7C-12D9C92AE0D8%7D [org.dataone.client.rest.RestClient]
20170606-06:30:15: [WARN]: Cookie rejected [JSESSIONID="0DD8AC9233BF00981E7F30F0AF827AB0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08DBA1D3-E613-407A-B5D1-1BBC7E656956}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08DBA1D3-E613-407A-B5D1-1BBC7E656956%7D [org.dataone.client.rest.RestClient]
20170606-06:30:16: [WARN]: Cookie rejected [JSESSIONID="B3FAD0B38C87386346A4C703B1353FEF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08DE9D24-2904-4A7E-B6FC-661663BE4139}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08DE9D24-2904-4A7E-B6FC-661663BE4139%7D [org.dataone.client.rest.RestClient]
20170606-06:30:18: [WARN]: Cookie rejected [JSESSIONID="143816E1229133C6D661BB5715717C83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08EA0690-0A82-4EDF-A978-AD3D7BC90A0C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08EA0690-0A82-4EDF-A978-AD3D7BC90A0C%7D [org.dataone.client.rest.RestClient]
20170606-06:30:18: [WARN]: Cookie rejected [JSESSIONID="723EFB48770DD1F7AAF7EE7F729FA7FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08EBCF3B-375A-4202-A603-52D648BDBC29}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08EBCF3B-375A-4202-A603-52D648BDBC29%7D [org.dataone.client.rest.RestClient]
20170606-06:30:19: [WARN]: Cookie rejected [JSESSIONID="E0FA39D7E49221047CE99605985A6FE6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08ECFCE7-6031-4A4A-88A7-1CF89B384DA2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08ECFCE7-6031-4A4A-88A7-1CF89B384DA2%7D [org.dataone.client.rest.RestClient]
20170606-06:30:20: [WARN]: Cookie rejected [JSESSIONID="F89D51FD435C0036B4CD06FD24485091", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08EF0D7B-E4B0-4BB7-9E91-8369911201A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08EF0D7B-E4B0-4BB7-9E91-8369911201A0%7D [org.dataone.client.rest.RestClient]
20170606-06:30:21: [WARN]: Cookie rejected [JSESSIONID="4BA0BFC9CC1800A1148937D2582DB728", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08F48BD6-199B-42F0-AC3E-4A225FCA774F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08F48BD6-199B-42F0-AC3E-4A225FCA774F%7D [org.dataone.client.rest.RestClient]
20170606-06:30:21: [WARN]: Cookie rejected [JSESSIONID="7B0FAA40B9DBAABEC914484406EE32C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08F5ABA9-FF8F-4867-8D22-66495AA4C24F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08F5ABA9-FF8F-4867-8D22-66495AA4C24F%7D [org.dataone.client.rest.RestClient]
20170606-06:30:22: [WARN]: Cookie rejected [JSESSIONID="2758B7887D2EB1BD5DE63F42DB97C682", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08F7B443-86C5-4DA1-91F0-E6086FE4EFE7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08F7B443-86C5-4DA1-91F0-E6086FE4EFE7%7D [org.dataone.client.rest.RestClient]
20170606-06:30:23: [WARN]: Cookie rejected [JSESSIONID="7107C0EA31AB7CA17E1FF4E44CD6473E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08F8F1FC-CD83-4BE7-BAED-C94480CB73A3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08F8F1FC-CD83-4BE7-BAED-C94480CB73A3%7D [org.dataone.client.rest.RestClient]
20170606-06:30:24: [WARN]: Cookie rejected [JSESSIONID="8DC6F965F3F6834980ABDD9E7CEA22ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08FAF54B-A0B0-41CF-8639-48DE744B100D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08FAF54B-A0B0-41CF-8639-48DE744B100D%7D [org.dataone.client.rest.RestClient]
20170606-06:30:24: [WARN]: Cookie rejected [JSESSIONID="A5D713C1099AEDED915E9ECCDC86999C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{08FFC6C0-5CE2-422E-86DF-5621CFE2343E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B08FFC6C0-5CE2-422E-86DF-5621CFE2343E%7D [org.dataone.client.rest.RestClient]
20170606-06:30:25: [WARN]: Cookie rejected [JSESSIONID="4F4857825C17E04DB22D374CEA7EC1A2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09049009-1CCE-4094-B7B9-F732EF43A84B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09049009-1CCE-4094-B7B9-F732EF43A84B%7D [org.dataone.client.rest.RestClient]
20170606-06:30:26: [WARN]: Cookie rejected [JSESSIONID="39FC4EF35AC0744E314210784209294E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{090610BC-1811-4EFB-A12A-0A3308A96F62}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B090610BC-1811-4EFB-A12A-0A3308A96F62%7D [org.dataone.client.rest.RestClient]
20170606-06:30:26: [WARN]: Cookie rejected [JSESSIONID="7C0BD1D9E79331246111FA2BF0FEAEBF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0909AA9C-C6B9-4495-AD79-1ADF1FF66224}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0909AA9C-C6B9-4495-AD79-1ADF1FF66224%7D [org.dataone.client.rest.RestClient]
20170606-06:30:27: [WARN]: Cookie rejected [JSESSIONID="5EC208115F72AE8AE69CE6035F6629E8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{090EFC25-177F-40A0-B855-E89F348DC633}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B090EFC25-177F-40A0-B855-E89F348DC633%7D [org.dataone.client.rest.RestClient]
20170606-06:30:28: [WARN]: Cookie rejected [JSESSIONID="2D31023BF445B1804B0506222797B2EF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{090F04BC-7661-4291-A8E2-70CA53E16D75}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B090F04BC-7661-4291-A8E2-70CA53E16D75%7D [org.dataone.client.rest.RestClient]
20170606-06:30:29: [WARN]: Cookie rejected [JSESSIONID="44C0E568FA38C75C9C6DEB3593C0885A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{091986F4-58F4-4ED0-8DF9-8CC479E08EEA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B091986F4-58F4-4ED0-8DF9-8CC479E08EEA%7D [org.dataone.client.rest.RestClient]
20170606-06:30:29: [WARN]: Cookie rejected [JSESSIONID="46C4891920190AA88BA416533EB3B8CA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{091A3189-A70F-44E5-9EFF-54B97EDEBD90}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B091A3189-A70F-44E5-9EFF-54B97EDEBD90%7D [org.dataone.client.rest.RestClient]
20170606-06:30:30: [WARN]: Cookie rejected [JSESSIONID="D485DB7D5FCA2D874FB6AF9EAC8BB85B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{091B5F0C-0AC3-47F4-B624-279D162A6249}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B091B5F0C-0AC3-47F4-B624-279D162A6249%7D [org.dataone.client.rest.RestClient]
20170606-06:30:31: [WARN]: Cookie rejected [JSESSIONID="9DBC0237A8D1387CB0D5178D655E54AB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{091DACF0-BF82-4301-A0DD-E02575B3CD9D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B091DACF0-BF82-4301-A0DD-E02575B3CD9D%7D [org.dataone.client.rest.RestClient]
20170606-06:30:32: [WARN]: Cookie rejected [JSESSIONID="F4DB98A79E042F632331C956C1321E3C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09238397-8357-47BB-A622-D2A8FB665AD7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09238397-8357-47BB-A622-D2A8FB665AD7%7D [org.dataone.client.rest.RestClient]
20170606-06:30:32: [WARN]: Cookie rejected [JSESSIONID="2D50E09E24536BC03541556BD968743E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{092396B5-1AA2-4C2D-AB77-AD5013E2A020}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B092396B5-1AA2-4C2D-AB77-AD5013E2A020%7D [org.dataone.client.rest.RestClient]
20170606-06:30:33: [WARN]: Cookie rejected [JSESSIONID="75BE8DBBB462EEE024CC77096FC1DB38", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0924204D-4E25-4744-BA74-4C0965F871B0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0924204D-4E25-4744-BA74-4C0965F871B0%7D [org.dataone.client.rest.RestClient]
20170606-06:30:34: [WARN]: Cookie rejected [JSESSIONID="AA64FD1F502FECC439FCCBBC2D280ED5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09253482-ECC1-420A-BABB-EEC9566309B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09253482-ECC1-420A-BABB-EEC9566309B7%7D [org.dataone.client.rest.RestClient]
20170606-06:30:35: [WARN]: Cookie rejected [JSESSIONID="D57ACBD7C6D9CF5AAC19F83CC06495BB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09290F7A-691E-4C74-92C8-D83761DA1CAF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09290F7A-691E-4C74-92C8-D83761DA1CAF%7D [org.dataone.client.rest.RestClient]
20170606-06:30:35: [WARN]: Cookie rejected [JSESSIONID="EFEC23827EDFDD11EEECB669A18B34C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09298A6B-7FEC-4E1E-8BE4-EE035182AADB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09298A6B-7FEC-4E1E-8BE4-EE035182AADB%7D [org.dataone.client.rest.RestClient]
20170606-06:30:36: [WARN]: Cookie rejected [JSESSIONID="B7611BC6FEE75E09520A2DDAA47FFA5F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{092AD55A-3FD4-41B2-8AE3-58354C713C35}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B092AD55A-3FD4-41B2-8AE3-58354C713C35%7D [org.dataone.client.rest.RestClient]
20170606-06:30:37: [WARN]: Cookie rejected [JSESSIONID="96A6DB1E1C846ACD2950A2B9C75F78A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{092D61B9-3B5C-4644-AF2B-441D3C13A18F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B092D61B9-3B5C-4644-AF2B-441D3C13A18F%7D [org.dataone.client.rest.RestClient]
20170606-06:30:38: [WARN]: Cookie rejected [JSESSIONID="F28E5D760D9267FAC02B45F6BFD8C7FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{092E9CCD-4CB5-4614-85FB-6AB40733AFDD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B092E9CCD-4CB5-4614-85FB-6AB40733AFDD%7D [org.dataone.client.rest.RestClient]
20170606-06:30:39: [WARN]: Cookie rejected [JSESSIONID="471F59BDDA9CB813FE6C44996F1617B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{092ED36B-6009-4D70-8AA7-0A3C9CBFD082}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B092ED36B-6009-4D70-8AA7-0A3C9CBFD082%7D [org.dataone.client.rest.RestClient]
20170606-06:30:39: [WARN]: Cookie rejected [JSESSIONID="22A930F3CD8EF82EA837DE1C19E44B42", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09358B2D-27DE-418B-A77F-BB29F5DA3CFF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09358B2D-27DE-418B-A77F-BB29F5DA3CFF%7D [org.dataone.client.rest.RestClient]
20170606-06:30:40: [WARN]: Cookie rejected [JSESSIONID="5998DDBF665ED8C7B361114E2C6346AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{093D0BE3-F99E-4088-9F8B-2482E2077039}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B093D0BE3-F99E-4088-9F8B-2482E2077039%7D [org.dataone.client.rest.RestClient]
20170606-06:30:41: [WARN]: Cookie rejected [JSESSIONID="120889E1D2B2623EBFD8356A5DFA8A4B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{093D7EA4-AE75-458C-856D-0D2D10A244C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B093D7EA4-AE75-458C-856D-0D2D10A244C8%7D [org.dataone.client.rest.RestClient]
20170606-06:30:42: [WARN]: Cookie rejected [JSESSIONID="90B3DAFB70B69F2011CD8CF93A0AD2C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0946FFC3-416B-4991-9401-A21D79C1401D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0946FFC3-416B-4991-9401-A21D79C1401D%7D [org.dataone.client.rest.RestClient]
20170606-06:30:42: [WARN]: Cookie rejected [JSESSIONID="638C157CF849BB017D49B1B23BAF5C20", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{094AC4B2-EFF2-48B3-9C63-5675DE3BA2F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B094AC4B2-EFF2-48B3-9C63-5675DE3BA2F7%7D [org.dataone.client.rest.RestClient]
20170606-06:30:43: [WARN]: Cookie rejected [JSESSIONID="C91F0B30D5BB7369C0CE78222047EFCC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{094AF4C4-15B6-40D6-BBBB-F1D0106CBEE4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B094AF4C4-15B6-40D6-BBBB-F1D0106CBEE4%7D [org.dataone.client.rest.RestClient]
20170606-06:30:44: [WARN]: Cookie rejected [JSESSIONID="AB6F510CB0D70BC84784FC8048818A4F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{094CCE3F-5EF6-4DF6-8235-5E7A122AA43B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B094CCE3F-5EF6-4DF6-8235-5E7A122AA43B%7D [org.dataone.client.rest.RestClient]
20170606-06:30:45: [WARN]: Cookie rejected [JSESSIONID="E10768CDD24313DDE70576CEB9D188E3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{094CE3D0-498B-45C6-BC19-98656EDE3940}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B094CE3D0-498B-45C6-BC19-98656EDE3940%7D [org.dataone.client.rest.RestClient]
20170606-06:30:45: [WARN]: Cookie rejected [JSESSIONID="1F045A8DD46D58ACEE128BEAA7F46C6A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{094E7AF3-1E88-41CC-AE58-9D32190CF498}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B094E7AF3-1E88-41CC-AE58-9D32190CF498%7D [org.dataone.client.rest.RestClient]
20170606-06:30:46: [WARN]: Cookie rejected [JSESSIONID="8F076230FF17DE220235DC30CFD3790D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09503138-0F27-4D30-80B2-BE4209827BED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09503138-0F27-4D30-80B2-BE4209827BED%7D [org.dataone.client.rest.RestClient]
20170606-06:30:47: [WARN]: Cookie rejected [JSESSIONID="601EEECEF265B7CB97690D48D20F8B19", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0952045C-4A45-46A4-B57D-33A632919D9D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0952045C-4A45-46A4-B57D-33A632919D9D%7D [org.dataone.client.rest.RestClient]
20170606-06:30:48: [WARN]: Cookie rejected [JSESSIONID="0F5E0ED3E023E919C4C906B147C64FE7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09595816-1B7A-4BE7-BA17-0032D1FB5CA6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09595816-1B7A-4BE7-BA17-0032D1FB5CA6%7D [org.dataone.client.rest.RestClient]
20170606-06:30:48: [WARN]: Cookie rejected [JSESSIONID="67E6353E90D34710FAD212E34D5E035D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{095A0E64-ECB0-4100-ACFE-776D290A8243}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B095A0E64-ECB0-4100-ACFE-776D290A8243%7D [org.dataone.client.rest.RestClient]
20170606-06:30:49: [WARN]: Cookie rejected [JSESSIONID="6A716336F762025D51568F3DD2C3642C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{095B949E-F42A-47DD-9D2D-C8A4DA666649}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B095B949E-F42A-47DD-9D2D-C8A4DA666649%7D [org.dataone.client.rest.RestClient]
20170606-06:30:50: [WARN]: Cookie rejected [JSESSIONID="43A2450D029D715E3243546AE784E46B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{095C0BF9-3175-4D1B-82AE-E65D17B5707C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B095C0BF9-3175-4D1B-82AE-E65D17B5707C%7D [org.dataone.client.rest.RestClient]
20170606-06:30:51: [WARN]: Cookie rejected [JSESSIONID="023FBE1B7AD503FACB0C53E167D6C4FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{095FC7EE-94FF-4C47-9533-23DDB6EEA3B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B095FC7EE-94FF-4C47-9533-23DDB6EEA3B4%7D [org.dataone.client.rest.RestClient]
20170606-06:30:56: [WARN]: Cookie rejected [JSESSIONID="81D604A99A3D3705474DE85B57B3E82A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09608419-A19C-464A-BD42-346ED12A675C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09608419-A19C-464A-BD42-346ED12A675C%7D [org.dataone.client.rest.RestClient]
20170606-06:30:57: [WARN]: Cookie rejected [JSESSIONID="13880F7C7F7B62B505B3D19AE6B50BDB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0960BB5B-7A41-439D-A6D6-7F9F36F4F473}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:30:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0960BB5B-7A41-439D-A6D6-7F9F36F4F473%7D [org.dataone.client.rest.RestClient]
20170606-06:31:03: [WARN]: Cookie rejected [JSESSIONID="E8AA977637B44797A6DEB8C1DB311443", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0962F951-2065-4975-9846-60E8B63A5E72}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0962F951-2065-4975-9846-60E8B63A5E72%7D [org.dataone.client.rest.RestClient]
20170606-06:31:03: [WARN]: Cookie rejected [JSESSIONID="E15B435928545D6E9493B291E21EAD69", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09664277-2280-41AD-89EA-EACBEE913AEF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09664277-2280-41AD-89EA-EACBEE913AEF%7D [org.dataone.client.rest.RestClient]
20170606-06:31:09: [WARN]: Cookie rejected [JSESSIONID="55981BED19AB5031A7D5FFB4551A9EA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0966A5BB-BE0B-4456-9DB3-B8D5F6AD426C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0966A5BB-BE0B-4456-9DB3-B8D5F6AD426C%7D [org.dataone.client.rest.RestClient]
20170606-06:31:15: [WARN]: Cookie rejected [JSESSIONID="E8D622D137BC51FE61DAE2F37370A038", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{096741A2-5842-4264-B39A-29F005E5654D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B096741A2-5842-4264-B39A-29F005E5654D%7D [org.dataone.client.rest.RestClient]
20170606-06:31:21: [WARN]: Cookie rejected [JSESSIONID="FC21A64B3C7C4A74EFF1F6A7333E9CDB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{096B9065-AB9A-43B3-8DA8-2FFED40B9821}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B096B9065-AB9A-43B3-8DA8-2FFED40B9821%7D [org.dataone.client.rest.RestClient]
20170606-06:31:27: [WARN]: Cookie rejected [JSESSIONID="262BBB9537EB25F18ED1389984BCE667", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09700416-D4B4-41CE-9D5A-46050CEC79F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09700416-D4B4-41CE-9D5A-46050CEC79F7%7D [org.dataone.client.rest.RestClient]
20170606-06:31:32: [WARN]: Cookie rejected [JSESSIONID="118D0AAAA1A8A4D5D5FC7EE06630EDF3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09742D25-62F7-4D02-BCD5-A65588725003}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09742D25-62F7-4D02-BCD5-A65588725003%7D [org.dataone.client.rest.RestClient]
20170606-06:31:33: [WARN]: Cookie rejected [JSESSIONID="2E8EABC0577C7A1C7DA248CF946F19D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0977D4A9-91AC-4817-AB00-AA9A92A4C770}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0977D4A9-91AC-4817-AB00-AA9A92A4C770%7D [org.dataone.client.rest.RestClient]
20170606-06:31:34: [WARN]: Cookie rejected [JSESSIONID="3C0C379A6721417E7FC6E4F2CC8D2490", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{097B7993-1F9E-4A4C-AC0F-2CE40F0DDE10}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B097B7993-1F9E-4A4C-AC0F-2CE40F0DDE10%7D [org.dataone.client.rest.RestClient]
20170606-06:31:39: [WARN]: Cookie rejected [JSESSIONID="8C143F9A7D9DFA40E2FF7727A4B470C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{098126DB-2548-4A1A-8A77-9818E2FBC7CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B098126DB-2548-4A1A-8A77-9818E2FBC7CF%7D [org.dataone.client.rest.RestClient]
20170606-06:31:45: [WARN]: Cookie rejected [JSESSIONID="4336DB621F94A1ED8EF34E5DF4ED00D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0981F784-BBD8-4D62-B79A-AD90D5F521A3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0981F784-BBD8-4D62-B79A-AD90D5F521A3%7D [org.dataone.client.rest.RestClient]
20170606-06:31:51: [WARN]: Cookie rejected [JSESSIONID="C2425AEA0B645995629CC19357113932", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09843D4E-B15E-463E-96A7-F8DD9AE0EF41}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09843D4E-B15E-463E-96A7-F8DD9AE0EF41%7D [org.dataone.client.rest.RestClient]
20170606-06:31:52: [WARN]: Cookie rejected [JSESSIONID="BC70F78B46290D4E6831B9DF13CFF574", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0986F3DF-37AD-4FFA-84A9-2633A7BCD6BF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0986F3DF-37AD-4FFA-84A9-2633A7BCD6BF%7D [org.dataone.client.rest.RestClient]
20170606-06:31:57: [WARN]: Cookie rejected [JSESSIONID="4816E94623DEC650A94F71E394D02904", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09890FC3-3F14-47F4-9725-5326EE8E99EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:31:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09890FC3-3F14-47F4-9725-5326EE8E99EB%7D [org.dataone.client.rest.RestClient]
20170606-06:32:02: [WARN]: Cookie rejected [JSESSIONID="2D31C55857886AB276A085BA79AFE5BD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{098AD83C-07A6-4ABF-BF49-43FFF5AB6CDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B098AD83C-07A6-4ABF-BF49-43FFF5AB6CDE%7D [org.dataone.client.rest.RestClient]
20170606-06:32:02: [WARN]: Cookie rejected [JSESSIONID="85F7CCE76A7695F50761DA485A3BC2A4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0993CA8D-4AEC-4AB0-A6A4-378352D807C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0993CA8D-4AEC-4AB0-A6A4-378352D807C2%7D [org.dataone.client.rest.RestClient]
20170606-06:32:03: [WARN]: Cookie rejected [JSESSIONID="1B8D7787240D57093C66BAC3101A8DE2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{099625A0-67FF-433F-BBCA-CB67C274DF46}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B099625A0-67FF-433F-BBCA-CB67C274DF46%7D [org.dataone.client.rest.RestClient]
20170606-06:32:04: [WARN]: Cookie rejected [JSESSIONID="47C86AE47A29EDD625D4DDE7D1A5F8E3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0999AC91-B085-4E02-AED8-FCBECC4CCEA6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0999AC91-B085-4E02-AED8-FCBECC4CCEA6%7D [org.dataone.client.rest.RestClient]
20170606-06:32:05: [WARN]: Cookie rejected [JSESSIONID="A49270026420ABD1DEE570CC63220D51", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{099FE265-5044-4962-AF32-4914A3876C5C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B099FE265-5044-4962-AF32-4914A3876C5C%7D [org.dataone.client.rest.RestClient]
20170606-06:32:05: [WARN]: Cookie rejected [JSESSIONID="AD8D2B0EC0CF1430D1E0120A0F241EAE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09A24670-5B39-4F3C-B682-0EB70B5DD3A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09A24670-5B39-4F3C-B682-0EB70B5DD3A1%7D [org.dataone.client.rest.RestClient]
20170606-06:32:06: [WARN]: Cookie rejected [JSESSIONID="703CF9B4C9BBD128A1CD47E6EC1E099A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09A581AA-91E8-441E-8891-434AF91CDBFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09A581AA-91E8-441E-8891-434AF91CDBFE%7D [org.dataone.client.rest.RestClient]
20170606-06:32:07: [WARN]: Cookie rejected [JSESSIONID="330220C94B51853DD45857F25BDD3F3A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09A5FD66-BFEC-44F2-B20D-FCB97778CAB9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09A5FD66-BFEC-44F2-B20D-FCB97778CAB9%7D [org.dataone.client.rest.RestClient]
20170606-06:32:08: [WARN]: Cookie rejected [JSESSIONID="8CA838C8722F82961B0FF5A4622E45A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09A6077F-025C-41FC-AD73-7E7DFDEA32F1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09A6077F-025C-41FC-AD73-7E7DFDEA32F1%7D [org.dataone.client.rest.RestClient]
20170606-06:32:08: [WARN]: Cookie rejected [JSESSIONID="943AB2EE1B64B78F4C7CF987D92E03A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09A82CC1-06A3-4FFB-8943-DD9406AC0072}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09A82CC1-06A3-4FFB-8943-DD9406AC0072%7D [org.dataone.client.rest.RestClient]
20170606-06:32:09: [WARN]: Cookie rejected [JSESSIONID="5829A02B7FC9EDB1AD221484CF2F91B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09A89ED4-8484-4B3F-82E9-B680BAA05C66}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09A89ED4-8484-4B3F-82E9-B680BAA05C66%7D [org.dataone.client.rest.RestClient]
20170606-06:32:10: [WARN]: Cookie rejected [JSESSIONID="B10EA2D1EB7357740AD194E62BD8DF00", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09A9DCAE-8BD2-4109-8CA6-A35DA58DBB8F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09A9DCAE-8BD2-4109-8CA6-A35DA58DBB8F%7D [org.dataone.client.rest.RestClient]
20170606-06:32:10: [WARN]: Cookie rejected [JSESSIONID="C4689F79C06C095A603A52A2456841B1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09AA44DA-A15F-434B-8E30-7DD830E69E15}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09AA44DA-A15F-434B-8E30-7DD830E69E15%7D [org.dataone.client.rest.RestClient]
20170606-06:32:11: [WARN]: Cookie rejected [JSESSIONID="5E63BA4B2F929F29053A5ADEA7CC9385", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09AB846D-761E-4F19-995C-18D24908A397}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09AB846D-761E-4F19-995C-18D24908A397%7D [org.dataone.client.rest.RestClient]
20170606-06:32:12: [WARN]: Cookie rejected [JSESSIONID="670F62961623A4CB155FE8391019812F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09B2668C-9B93-48F5-8032-E4B202CC1BF2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09B2668C-9B93-48F5-8032-E4B202CC1BF2%7D [org.dataone.client.rest.RestClient]
20170606-06:32:13: [WARN]: Cookie rejected [JSESSIONID="C6A4F212C1F37511571640E9CBB2BB1C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09B3E4A6-83F0-4502-AED6-ED529AC63EBD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09B3E4A6-83F0-4502-AED6-ED529AC63EBD%7D [org.dataone.client.rest.RestClient]
20170606-06:32:13: [WARN]: Cookie rejected [JSESSIONID="ED4110A71270BE9CEBE70A27FDF57629", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09B40AB0-BF42-4F21-99A6-3BD25E0F65D6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09B40AB0-BF42-4F21-99A6-3BD25E0F65D6%7D [org.dataone.client.rest.RestClient]
20170606-06:32:14: [WARN]: Cookie rejected [JSESSIONID="795BACC33383DC15F9E11891AD8ACB13", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09B606E9-D791-4E0D-B486-900AC70A3A31}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09B606E9-D791-4E0D-B486-900AC70A3A31%7D [org.dataone.client.rest.RestClient]
20170606-06:32:15: [WARN]: Cookie rejected [JSESSIONID="E8A8319BE06E1C9A2CC3EF8907E4AC8A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09B65748-94F6-47D5-9FC2-ADA56EC82AA3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09B65748-94F6-47D5-9FC2-ADA56EC82AA3%7D [org.dataone.client.rest.RestClient]
20170606-06:32:16: [WARN]: Cookie rejected [JSESSIONID="8831449DB01F70657A3AE71F7EAF2569", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09B798D6-384E-4860-B96D-1DE6D8F20F22}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09B798D6-384E-4860-B96D-1DE6D8F20F22%7D [org.dataone.client.rest.RestClient]
20170606-06:32:16: [WARN]: Cookie rejected [JSESSIONID="8DED4BAB3B615DD5E0A6EDBD3B495F2C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09B8E209-C117-4D65-B097-9E95126F0819}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09B8E209-C117-4D65-B097-9E95126F0819%7D [org.dataone.client.rest.RestClient]
20170606-06:32:17: [WARN]: Cookie rejected [JSESSIONID="A2C00D92FC0762F13C655B7C01D29F40", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09BAFD55-98D7-46CD-AFBC-964F81C7B9EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09BAFD55-98D7-46CD-AFBC-964F81C7B9EC%7D [org.dataone.client.rest.RestClient]
20170606-06:32:18: [WARN]: Cookie rejected [JSESSIONID="C678B4233D855186E1EF8B50374CFE72", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09BB4EB6-7F84-46BD-9D2D-31BA0ED028DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09BB4EB6-7F84-46BD-9D2D-31BA0ED028DB%7D [org.dataone.client.rest.RestClient]
20170606-06:32:19: [WARN]: Cookie rejected [JSESSIONID="871A15415908DCDB4E3184EC69E44A59", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09BBFB65-8B83-4B13-8FD1-871FC6F031F9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09BBFB65-8B83-4B13-8FD1-871FC6F031F9%7D [org.dataone.client.rest.RestClient]
20170606-06:32:19: [WARN]: Cookie rejected [JSESSIONID="68F662367414533575E56A691EEDAAA9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09BEBDCA-3D19-40FD-95AB-B2CC9CB9BCB9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09BEBDCA-3D19-40FD-95AB-B2CC9CB9BCB9%7D [org.dataone.client.rest.RestClient]
20170606-06:32:20: [WARN]: Cookie rejected [JSESSIONID="564455B913409D583270A219D60323E3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09C27876-0E7E-4308-99D8-6746F04BBE49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09C27876-0E7E-4308-99D8-6746F04BBE49%7D [org.dataone.client.rest.RestClient]
20170606-06:32:21: [WARN]: Cookie rejected [JSESSIONID="E64AEB2DA855E0892E96E0740CFC588D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09C2C5DE-D86A-48F3-9A98-7662E39842EE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09C2C5DE-D86A-48F3-9A98-7662E39842EE%7D [org.dataone.client.rest.RestClient]
20170606-06:32:21: [WARN]: Cookie rejected [JSESSIONID="524A21174FDEC785F3F8278FE7C59E56", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09C5B63C-8088-4F7E-AAE1-69691D429CAB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09C5B63C-8088-4F7E-AAE1-69691D429CAB%7D [org.dataone.client.rest.RestClient]
20170606-06:32:22: [WARN]: Cookie rejected [JSESSIONID="AB0433B44967BFB4F9B076463740DAF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09CAABA8-CFDF-4593-B52B-1B042B4D3706}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09CAABA8-CFDF-4593-B52B-1B042B4D3706%7D [org.dataone.client.rest.RestClient]
20170606-06:32:23: [WARN]: Cookie rejected [JSESSIONID="A53BF7E2BD5D65651D33FC7B6FEC4252", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09CBBCD5-E2EC-4950-9C2B-26086DEE2B36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09CBBCD5-E2EC-4950-9C2B-26086DEE2B36%7D [org.dataone.client.rest.RestClient]
20170606-06:32:24: [WARN]: Cookie rejected [JSESSIONID="7863858C7D1685450CF98CABD808B30E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09CCBDFF-6D1D-407E-904C-5DE2FE383106}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09CCBDFF-6D1D-407E-904C-5DE2FE383106%7D [org.dataone.client.rest.RestClient]
20170606-06:32:24: [WARN]: Cookie rejected [JSESSIONID="86BD167EF99944BA8B4875D00FF8DAB3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09CDE4FB-735C-4DD3-9749-EDB683B14990}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09CDE4FB-735C-4DD3-9749-EDB683B14990%7D [org.dataone.client.rest.RestClient]
20170606-06:32:25: [WARN]: Cookie rejected [JSESSIONID="F069A8851D5D62A394A251163737D094", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09CE00BA-8D84-49E4-ACA8-5B0BAE1976E8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09CE00BA-8D84-49E4-ACA8-5B0BAE1976E8%7D [org.dataone.client.rest.RestClient]
20170606-06:32:26: [WARN]: Cookie rejected [JSESSIONID="6976E1E0AF37879D21978F165F663866", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09D1CE99-3B2F-483C-A6A0-0BD1CF844A82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09D1CE99-3B2F-483C-A6A0-0BD1CF844A82%7D [org.dataone.client.rest.RestClient]
20170606-06:32:27: [WARN]: Cookie rejected [JSESSIONID="2B0FCC50F153905C51582F4D494D0B97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09D47FB6-FC0F-488C-B1BF-56B293361996}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09D47FB6-FC0F-488C-B1BF-56B293361996%7D [org.dataone.client.rest.RestClient]
20170606-06:32:27: [WARN]: Cookie rejected [JSESSIONID="9400A15B0B415D120EAA96948A18B0F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09D7B4B0-A971-46C2-8404-709DD87195F9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09D7B4B0-A971-46C2-8404-709DD87195F9%7D [org.dataone.client.rest.RestClient]
20170606-06:32:28: [WARN]: Cookie rejected [JSESSIONID="5A40F8B60B0CEE86DC932ED8CCECE740", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09DCC414-04D9-4BBB-88E7-995F31C9EC79}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09DCC414-04D9-4BBB-88E7-995F31C9EC79%7D [org.dataone.client.rest.RestClient]
20170606-06:32:29: [WARN]: Cookie rejected [JSESSIONID="AFE9094D4C4FF87D05E4C788D8918DF5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09DF7649-2024-4EC3-AF1F-8AAD1C436F80}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09DF7649-2024-4EC3-AF1F-8AAD1C436F80%7D [org.dataone.client.rest.RestClient]
20170606-06:32:29: [WARN]: Cookie rejected [JSESSIONID="37CD60954552B160A92E718557426596", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09E01FFA-6319-4AEE-8711-C9A81BFA2E4D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09E01FFA-6319-4AEE-8711-C9A81BFA2E4D%7D [org.dataone.client.rest.RestClient]
20170606-06:32:30: [WARN]: Cookie rejected [JSESSIONID="440454DA193AE9E5AF699D387BB24169", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09E48EF1-B181-47FD-A727-B6171B9BF049}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09E48EF1-B181-47FD-A727-B6171B9BF049%7D [org.dataone.client.rest.RestClient]
20170606-06:32:31: [WARN]: Cookie rejected [JSESSIONID="C91D19F68F60848F96073F6D14CDB5E7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09E96DDE-AFFB-4C10-B745-CA0BC946E782}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09E96DDE-AFFB-4C10-B745-CA0BC946E782%7D [org.dataone.client.rest.RestClient]
20170606-06:32:32: [WARN]: Cookie rejected [JSESSIONID="A463E152C1AC70F3BA490764D0E967CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09E9A9F7-8CD9-4F0A-8AC7-11900662E05D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09E9A9F7-8CD9-4F0A-8AC7-11900662E05D%7D [org.dataone.client.rest.RestClient]
20170606-06:32:32: [WARN]: Cookie rejected [JSESSIONID="04B87AC10204D5E569F207C37F77854D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09EAF475-F388-4E37-8384-37101F4F6923}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09EAF475-F388-4E37-8384-37101F4F6923%7D [org.dataone.client.rest.RestClient]
20170606-06:32:33: [WARN]: Cookie rejected [JSESSIONID="244B371CFEB08992E4A81BFD623CE328", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09EB3486-8F39-4667-A20C-7F4A1F8950DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09EB3486-8F39-4667-A20C-7F4A1F8950DB%7D [org.dataone.client.rest.RestClient]
20170606-06:32:34: [WARN]: Cookie rejected [JSESSIONID="3761D5012B50E957FFA30B8AD667C387", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09EBB6B3-0AE2-4F4A-BDF7-70EA0A999354}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09EBB6B3-0AE2-4F4A-BDF7-70EA0A999354%7D [org.dataone.client.rest.RestClient]
20170606-06:32:35: [WARN]: Cookie rejected [JSESSIONID="E2C88E9B2EF7BCCA5091FAC4342C7A45", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09EC7E23-86DD-4559-AAD3-0F73972741E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09EC7E23-86DD-4559-AAD3-0F73972741E6%7D [org.dataone.client.rest.RestClient]
20170606-06:32:35: [WARN]: Cookie rejected [JSESSIONID="C16A5DA57377DD801CDA73F15EAC1754", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09ECF5E6-1C42-4CB6-BFE4-3C606AF787EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09ECF5E6-1C42-4CB6-BFE4-3C606AF787EF%7D [org.dataone.client.rest.RestClient]
20170606-06:32:36: [WARN]: Cookie rejected [JSESSIONID="D289A85407DC5650C612CBE3F21A508A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09EE04BA-F52E-49C0-BA60-52E90AA6EC61}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09EE04BA-F52E-49C0-BA60-52E90AA6EC61%7D [org.dataone.client.rest.RestClient]
20170606-06:32:37: [WARN]: Cookie rejected [JSESSIONID="3EEBCDAD2B8D2FA066E43F53532878CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09EF05F3-9AB0-463C-9193-E2D062D3B421}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09EF05F3-9AB0-463C-9193-E2D062D3B421%7D [org.dataone.client.rest.RestClient]
20170606-06:32:38: [WARN]: Cookie rejected [JSESSIONID="2E5220947FB1937206BA2C58D8996EEA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09EF3163-E69C-4405-B843-DE1960D69FB6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09EF3163-E69C-4405-B843-DE1960D69FB6%7D [org.dataone.client.rest.RestClient]
20170606-06:32:38: [WARN]: Cookie rejected [JSESSIONID="22EF1EF258C7AE512900577158946FA5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09F0ED26-7016-4ABD-B0F6-C4B2C940CFC9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09F0ED26-7016-4ABD-B0F6-C4B2C940CFC9%7D [org.dataone.client.rest.RestClient]
20170606-06:32:39: [WARN]: Cookie rejected [JSESSIONID="890F0382D5E0584283720A2C2B2B9359", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09F7A596-7612-4E40-9E0E-4820B976DD3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09F7A596-7612-4E40-9E0E-4820B976DD3F%7D [org.dataone.client.rest.RestClient]
20170606-06:32:40: [WARN]: Cookie rejected [JSESSIONID="298253454603EE35B9D294D1B6C622B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09FAAB63-0F39-4E67-BB50-1117F29F0F37}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09FAAB63-0F39-4E67-BB50-1117F29F0F37%7D [org.dataone.client.rest.RestClient]
20170606-06:32:41: [WARN]: Cookie rejected [JSESSIONID="A4F15542889844B94C2DFFD294048DEA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09FB0E61-6985-4942-AC03-3E69096912ED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09FB0E61-6985-4942-AC03-3E69096912ED%7D [org.dataone.client.rest.RestClient]
20170606-06:32:41: [WARN]: Cookie rejected [JSESSIONID="7140A37828761A07DB86E65009538D00", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{09FFF4C2-0589-477A-90CE-83208DBF413A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B09FFF4C2-0589-477A-90CE-83208DBF413A%7D [org.dataone.client.rest.RestClient]
20170606-06:32:42: [WARN]: Cookie rejected [JSESSIONID="FDA92F42798F195170110B5506CA10FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A02C480-5C89-402C-9F7F-C1A0900A49C7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A02C480-5C89-402C-9F7F-C1A0900A49C7%7D [org.dataone.client.rest.RestClient]
20170606-06:32:43: [WARN]: Cookie rejected [JSESSIONID="D139901BFFCED31D19889EBF78CCC70D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A065807-B682-4276-B54A-8F828E7E318E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A065807-B682-4276-B54A-8F828E7E318E%7D [org.dataone.client.rest.RestClient]
20170606-06:32:44: [WARN]: Cookie rejected [JSESSIONID="C587398B5E865F7322D389DD6A4D4833", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A072963-1503-4F8F-9F0C-25E12983B6BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A072963-1503-4F8F-9F0C-25E12983B6BD%7D [org.dataone.client.rest.RestClient]
20170606-06:32:44: [WARN]: Cookie rejected [JSESSIONID="80A7F5F4C58259D4B93CF53B763E7445", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A08859D-8CCC-4D11-91BD-0B1EB4458768}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A08859D-8CCC-4D11-91BD-0B1EB4458768%7D [org.dataone.client.rest.RestClient]
20170606-06:32:45: [WARN]: Cookie rejected [JSESSIONID="5B9DE875ABA66A7EAD0CD000A6BB035E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A096148-C843-471A-B451-23D3BF8BF327}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A096148-C843-471A-B451-23D3BF8BF327%7D [org.dataone.client.rest.RestClient]
20170606-06:32:46: [WARN]: Cookie rejected [JSESSIONID="6ED544C5A6F6F29C11984845D6705341", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A0A6B1A-BF8B-45C0-9F2F-AA61FD51D3DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A0A6B1A-BF8B-45C0-9F2F-AA61FD51D3DD%7D [org.dataone.client.rest.RestClient]
20170606-06:32:47: [WARN]: Cookie rejected [JSESSIONID="DB04AC382AC505A8806A11283A63730A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A0ACF54-DD22-4938-8BCE-1ADAD6317E3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A0ACF54-DD22-4938-8BCE-1ADAD6317E3F%7D [org.dataone.client.rest.RestClient]
20170606-06:32:47: [WARN]: Cookie rejected [JSESSIONID="0BEFB12FFE4A8E925CCC273844A307D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A0B901E-83A2-4D74-8654-9B0106FB2B32}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A0B901E-83A2-4D74-8654-9B0106FB2B32%7D [org.dataone.client.rest.RestClient]
20170606-06:32:48: [WARN]: Cookie rejected [JSESSIONID="953A6E8510E43FD17B25536AF0682A80", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A0C7C64-476D-49EF-B8FD-93410E55813B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A0C7C64-476D-49EF-B8FD-93410E55813B%7D [org.dataone.client.rest.RestClient]
20170606-06:32:49: [WARN]: Cookie rejected [JSESSIONID="DCA1C3CB12EE98C6AA8A6E780CA8C380", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A10F6E4-08ED-482D-805D-863DD13D32D5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A10F6E4-08ED-482D-805D-863DD13D32D5%7D [org.dataone.client.rest.RestClient]
20170606-06:32:50: [WARN]: Cookie rejected [JSESSIONID="D5E4B14676F1744970D00271B24CC6BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A16DCDC-2514-448B-A16A-357A70D3E9FD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A16DCDC-2514-448B-A16A-357A70D3E9FD%7D [org.dataone.client.rest.RestClient]
20170606-06:32:50: [WARN]: Cookie rejected [JSESSIONID="3F0AF80DB4F0DBF98D4A0CB889303975", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A173903-83AD-4958-8910-6220D19EA915}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A173903-83AD-4958-8910-6220D19EA915%7D [org.dataone.client.rest.RestClient]
20170606-06:32:51: [WARN]: Cookie rejected [JSESSIONID="1E074F21B2B2F484A1A014699F2D1D37", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A18D194-0B85-4AA2-8FBF-DEBD5A0720B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A18D194-0B85-4AA2-8FBF-DEBD5A0720B7%7D [org.dataone.client.rest.RestClient]
20170606-06:32:52: [WARN]: Cookie rejected [JSESSIONID="100E6C29FC05EDD32F06117B3DBEC38B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A1E5F4F-1785-432E-A286-2554421AFDB0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A1E5F4F-1785-432E-A286-2554421AFDB0%7D [org.dataone.client.rest.RestClient]
20170606-06:32:53: [WARN]: Cookie rejected [JSESSIONID="5C3157B9CE906271052D8DEFE1343CE3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A1FC264-A80A-4C6B-84B5-827365B662A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A1FC264-A80A-4C6B-84B5-827365B662A7%7D [org.dataone.client.rest.RestClient]
20170606-06:32:53: [WARN]: Cookie rejected [JSESSIONID="597D153E4F8F84BC3CA52A2C9C4AD84E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A253A31-B1EE-49B6-9925-F6A31473E6FD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A253A31-B1EE-49B6-9925-F6A31473E6FD%7D [org.dataone.client.rest.RestClient]
20170606-06:32:54: [WARN]: Cookie rejected [JSESSIONID="BD9D3D045318C629AC29861FD2C3EA69", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A272365-740F-40AE-9998-378277EF8937}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A272365-740F-40AE-9998-378277EF8937%7D [org.dataone.client.rest.RestClient]
20170606-06:32:55: [WARN]: Cookie rejected [JSESSIONID="2FE6802C471D4E01EA058299B888249D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A2CF262-0362-448E-94E2-78D77572A4B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A2CF262-0362-448E-94E2-78D77572A4B5%7D [org.dataone.client.rest.RestClient]
20170606-06:32:56: [WARN]: Cookie rejected [JSESSIONID="59A72DF5C9A64A24EC268523E9D33577", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A309847-DDF9-4FC5-8EE8-59D79EBC9770}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A309847-DDF9-4FC5-8EE8-59D79EBC9770%7D [org.dataone.client.rest.RestClient]
20170606-06:32:56: [WARN]: Cookie rejected [JSESSIONID="91DE1C54B34D646D92A8F64C051C6F8A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A313CB8-A25B-4B39-B63C-AC0EF808B7A8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A313CB8-A25B-4B39-B63C-AC0EF808B7A8%7D [org.dataone.client.rest.RestClient]
20170606-06:32:57: [WARN]: Cookie rejected [JSESSIONID="3CB1AF7B0E947FBC1F3B111AE440ED71", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A376488-DAF3-4D87-8F7E-B93DDF2DADD6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A376488-DAF3-4D87-8F7E-B93DDF2DADD6%7D [org.dataone.client.rest.RestClient]
20170606-06:32:58: [WARN]: Cookie rejected [JSESSIONID="12741D53D163641CEC5FAD699FFD22B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A37908D-BDB1-44F2-A5EC-C5BC203139CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A37908D-BDB1-44F2-A5EC-C5BC203139CC%7D [org.dataone.client.rest.RestClient]
20170606-06:32:59: [WARN]: Cookie rejected [JSESSIONID="69055644BFF70D50C822439D5EA245BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A3920B0-6B1B-47AE-939E-7B6C371DF9DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A3920B0-6B1B-47AE-939E-7B6C371DF9DD%7D [org.dataone.client.rest.RestClient]
20170606-06:32:59: [WARN]: Cookie rejected [JSESSIONID="A97EA65252C724A20E736AE137FDFFBC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A3A51F7-66BD-475C-8D59-8CE2CF813051}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:32:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A3A51F7-66BD-475C-8D59-8CE2CF813051%7D [org.dataone.client.rest.RestClient]
20170606-06:33:00: [WARN]: Cookie rejected [JSESSIONID="3185B2151B46EF0794263400DC3A8D2D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A3B7358-6831-4A1A-BDB1-4194010F3DB2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A3B7358-6831-4A1A-BDB1-4194010F3DB2%7D [org.dataone.client.rest.RestClient]
20170606-06:33:01: [WARN]: Cookie rejected [JSESSIONID="4070C59D591206F68DB6533790A11A31", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A3C9E66-4336-4D9A-933F-D886E379E56F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A3C9E66-4336-4D9A-933F-D886E379E56F%7D [org.dataone.client.rest.RestClient]
20170606-06:33:02: [WARN]: Cookie rejected [JSESSIONID="DDB6064EBAB75F4BB746832B2AD51261", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A432B65-D82E-4E29-AC9D-72F23F2A6DF4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A432B65-D82E-4E29-AC9D-72F23F2A6DF4%7D [org.dataone.client.rest.RestClient]
20170606-06:33:02: [WARN]: Cookie rejected [JSESSIONID="38CB69AFCEB22F321FD98F32F2137EF8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A453449-8D8D-410F-80CD-802818FA584C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A453449-8D8D-410F-80CD-802818FA584C%7D [org.dataone.client.rest.RestClient]
20170606-06:33:03: [WARN]: Cookie rejected [JSESSIONID="C33EDB9545C31CC48C2AFB9C5A52C559", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A473D49-3878-4F2A-89AE-1B5E302DFE05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A473D49-3878-4F2A-89AE-1B5E302DFE05%7D [org.dataone.client.rest.RestClient]
20170606-06:33:04: [WARN]: Cookie rejected [JSESSIONID="9B1CD936FEAD966E8A662738BA5C9203", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A488FD7-6442-43D7-A483-D646DCE5B4E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A488FD7-6442-43D7-A483-D646DCE5B4E6%7D [org.dataone.client.rest.RestClient]
20170606-06:33:04: [WARN]: Cookie rejected [JSESSIONID="F284180DCA2567BE75DEB7A38E6BCCFD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A49683E-720D-4FC4-A522-A7B63CD2471F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A49683E-720D-4FC4-A522-A7B63CD2471F%7D [org.dataone.client.rest.RestClient]
20170606-06:33:05: [WARN]: Cookie rejected [JSESSIONID="7E57C29791AC763F03E839E27C342A05", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A4AFEF1-9DE1-4D85-BBC9-37A907C07150}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A4AFEF1-9DE1-4D85-BBC9-37A907C07150%7D [org.dataone.client.rest.RestClient]
20170606-06:33:06: [WARN]: Cookie rejected [JSESSIONID="F1AAB999665F5AE8C7D7DDE98F455818", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A4C1C61-33A2-487B-8220-5146157436F4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A4C1C61-33A2-487B-8220-5146157436F4%7D [org.dataone.client.rest.RestClient]
20170606-06:33:07: [WARN]: Cookie rejected [JSESSIONID="280BE1B532949A3490CC41B3F0B98EFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A4CFBF3-892A-4FFE-BC43-E864C59578C5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A4CFBF3-892A-4FFE-BC43-E864C59578C5%7D [org.dataone.client.rest.RestClient]
20170606-06:33:07: [WARN]: Cookie rejected [JSESSIONID="CA290DBE5C81FC84B929557494C25836", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A4DCEBA-6892-48DA-8B7E-FD3CC28A2842}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A4DCEBA-6892-48DA-8B7E-FD3CC28A2842%7D [org.dataone.client.rest.RestClient]
20170606-06:33:08: [WARN]: Cookie rejected [JSESSIONID="BF8738B4FB3817B9D19C8E89C9A11E07", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A4DEA3E-A2AA-41B5-BC47-DDC3AE93BA40}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A4DEA3E-A2AA-41B5-BC47-DDC3AE93BA40%7D [org.dataone.client.rest.RestClient]
20170606-06:33:09: [WARN]: Cookie rejected [JSESSIONID="CDAC159433CDCD6512F973D00100CDCF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A56F1AD-C9A1-4CD7-83C3-5C698C629063}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A56F1AD-C9A1-4CD7-83C3-5C698C629063%7D [org.dataone.client.rest.RestClient]
20170606-06:33:10: [WARN]: Cookie rejected [JSESSIONID="FAD49E882929AF0B92754AA8F614F5A8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A5CA2F3-C49B-4DC5-B203-C7183D53BB24}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A5CA2F3-C49B-4DC5-B203-C7183D53BB24%7D [org.dataone.client.rest.RestClient]
20170606-06:33:10: [WARN]: Cookie rejected [JSESSIONID="B9472BFF70D3B1F14E044874E6CD0A44", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A5FC69C-EDD7-43CF-AC78-3AB27BEE0EA1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A5FC69C-EDD7-43CF-AC78-3AB27BEE0EA1%7D [org.dataone.client.rest.RestClient]
20170606-06:33:11: [WARN]: Cookie rejected [JSESSIONID="36178AB86BCA89A82541B9ED82CEC2B4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A61D65E-7C8F-42BC-B5B4-E33A1EC0EBDC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A61D65E-7C8F-42BC-B5B4-E33A1EC0EBDC%7D [org.dataone.client.rest.RestClient]
20170606-06:33:12: [WARN]: Cookie rejected [JSESSIONID="2B8AF9FA663B6FC2FAE93234A822BE2A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A69184B-760D-402A-96F8-6BD755A635D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A69184B-760D-402A-96F8-6BD755A635D2%7D [org.dataone.client.rest.RestClient]
20170606-06:33:12: [WARN]: Cookie rejected [JSESSIONID="B34EDB849FF1D7F12A8CBE42A92C2DCE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A6A6415-34F2-4449-A57A-A2DB256C8F74}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A6A6415-34F2-4449-A57A-A2DB256C8F74%7D [org.dataone.client.rest.RestClient]
20170606-06:33:13: [WARN]: Cookie rejected [JSESSIONID="2220B323E3DCA8A080DA9EA391C1B20B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A6C04B9-D4AD-47E6-B3C2-6D5C574BD20A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A6C04B9-D4AD-47E6-B3C2-6D5C574BD20A%7D [org.dataone.client.rest.RestClient]
20170606-06:33:14: [WARN]: Cookie rejected [JSESSIONID="8BF1022031B22B6DAFE9C4B00CDBC1BE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A6E7C1E-97F9-41A9-A488-5DBA4B7F9DDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A6E7C1E-97F9-41A9-A488-5DBA4B7F9DDE%7D [org.dataone.client.rest.RestClient]
20170606-06:33:15: [WARN]: Cookie rejected [JSESSIONID="0FFAE0A129A81F1D60075DA819AE5BCD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A72FB7A-60F6-4979-9F77-74B172B741AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A72FB7A-60F6-4979-9F77-74B172B741AE%7D [org.dataone.client.rest.RestClient]
20170606-06:33:15: [WARN]: Cookie rejected [JSESSIONID="E316F151B3AE0DB6CAAEF90AA0481349", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A754560-81C8-45F2-9C9B-892A68129FD0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A754560-81C8-45F2-9C9B-892A68129FD0%7D [org.dataone.client.rest.RestClient]
20170606-06:33:16: [WARN]: Cookie rejected [JSESSIONID="96D10F4AB36A15F8485826E25597C312", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A76FF23-2B3F-453B-9886-DCAA3423BCD9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A76FF23-2B3F-453B-9886-DCAA3423BCD9%7D [org.dataone.client.rest.RestClient]
20170606-06:33:17: [WARN]: Cookie rejected [JSESSIONID="4D7F89B98E53720E15896C6B0E79AB58", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A77305D-DDCB-4D7C-90CA-CFBC1A0BD355}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A77305D-DDCB-4D7C-90CA-CFBC1A0BD355%7D [org.dataone.client.rest.RestClient]
20170606-06:33:18: [WARN]: Cookie rejected [JSESSIONID="36F1950DF9A808192D9714F5470C6FF7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A795A21-FB35-436C-9F18-17A470CDC562}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A795A21-FB35-436C-9F18-17A470CDC562%7D [org.dataone.client.rest.RestClient]
20170606-06:33:19: [WARN]: Cookie rejected [JSESSIONID="8DB211A9C384008CC2D025931B2F280C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A7C1CD9-973D-4190-AD4B-7BF5C33E0EDC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A7C1CD9-973D-4190-AD4B-7BF5C33E0EDC%7D [org.dataone.client.rest.RestClient]
20170606-06:33:20: [WARN]: Cookie rejected [JSESSIONID="569387A5C28213E069BAC1B12C4906F2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A7D095E-AB56-4B52-A19B-72A8AD82549B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A7D095E-AB56-4B52-A19B-72A8AD82549B%7D [org.dataone.client.rest.RestClient]
20170606-06:33:20: [WARN]: Cookie rejected [JSESSIONID="C538ABDDC772F7EE4E6BF9E4A03A15F3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A7D24DF-7404-4164-908F-B675141D2F66}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A7D24DF-7404-4164-908F-B675141D2F66%7D [org.dataone.client.rest.RestClient]
20170606-06:33:21: [WARN]: Cookie rejected [JSESSIONID="06AA6D3D6E232579502098F67E2FD049", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A7EBDD4-7DF9-4151-92FA-C44CA960B8E3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A7EBDD4-7DF9-4151-92FA-C44CA960B8E3%7D [org.dataone.client.rest.RestClient]
20170606-06:33:22: [WARN]: Cookie rejected [JSESSIONID="6A3F20E7C3F1A1E725979AF143F2570C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A82327D-0CD0-4273-936A-2BEB5D1ABFD0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A82327D-0CD0-4273-936A-2BEB5D1ABFD0%7D [org.dataone.client.rest.RestClient]
20170606-06:33:23: [WARN]: Cookie rejected [JSESSIONID="952341CBD138019A379619724EE98127", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A831A8B-613E-414E-A3FC-DEB9321B4B53}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A831A8B-613E-414E-A3FC-DEB9321B4B53%7D [org.dataone.client.rest.RestClient]
20170606-06:33:23: [WARN]: Cookie rejected [JSESSIONID="F4147D26797FAC3516FBEBC465D79B06", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A838063-F670-4ECE-B504-37E6469BBCBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A838063-F670-4ECE-B504-37E6469BBCBB%7D [org.dataone.client.rest.RestClient]
20170606-06:33:24: [WARN]: Cookie rejected [JSESSIONID="915A4AA92BA0AD59A0F84720041B15CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A87F92B-CF17-45E2-8BB3-4AC95B874F44}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A87F92B-CF17-45E2-8BB3-4AC95B874F44%7D [org.dataone.client.rest.RestClient]
20170606-06:33:25: [WARN]: Cookie rejected [JSESSIONID="C78250B2CFA5AE6D570E93567056AFA8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A895DC2-B987-4FE4-8666-840758934F86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A895DC2-B987-4FE4-8666-840758934F86%7D [org.dataone.client.rest.RestClient]
20170606-06:33:26: [WARN]: Cookie rejected [JSESSIONID="B08F5CA7AC7A4C1ACAD1A0AEAAD36FA2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A896CFE-3998-47DF-B256-3EAD2CBC1AD2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A896CFE-3998-47DF-B256-3EAD2CBC1AD2%7D [org.dataone.client.rest.RestClient]
20170606-06:33:26: [WARN]: Cookie rejected [JSESSIONID="739ECEAD7365C36D8AE3CC9139022DE0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A8B0FAA-AB6A-4B17-B0A2-AC70E50F5A5C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A8B0FAA-AB6A-4B17-B0A2-AC70E50F5A5C%7D [org.dataone.client.rest.RestClient]
20170606-06:33:27: [WARN]: Cookie rejected [JSESSIONID="4E6EF0E923F78693C0E477BBE8DAAF92", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A8F4BE0-B627-4BE9-A6E8-570ED93D91A2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A8F4BE0-B627-4BE9-A6E8-570ED93D91A2%7D [org.dataone.client.rest.RestClient]
20170606-06:33:28: [WARN]: Cookie rejected [JSESSIONID="EF268E3AA33CCA87FD1CA20617A3C14C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0A986337-4AF5-4412-AE45-173892E9F271}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0A986337-4AF5-4412-AE45-173892E9F271%7D [org.dataone.client.rest.RestClient]
20170606-06:33:29: [WARN]: Cookie rejected [JSESSIONID="A7C7B7A0141D7588C32688A6CC8B91A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AA5122F-C6FB-4A3F-BD06-7D8DC5F44405}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AA5122F-C6FB-4A3F-BD06-7D8DC5F44405%7D [org.dataone.client.rest.RestClient]
20170606-06:33:30: [WARN]: Cookie rejected [JSESSIONID="108198ADEC0C21FC9F54975AF2161299", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AA7E427-9551-4548-8E4D-056E7AC99E09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AA7E427-9551-4548-8E4D-056E7AC99E09%7D [org.dataone.client.rest.RestClient]
20170606-06:33:30: [WARN]: Cookie rejected [JSESSIONID="85A53C6C686705AEFE17D12C55F5667A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AAE3A2E-9F1A-45DC-B580-BDD235EF7ADA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AAE3A2E-9F1A-45DC-B580-BDD235EF7ADA%7D [org.dataone.client.rest.RestClient]
20170606-06:33:31: [WARN]: Cookie rejected [JSESSIONID="A93085CB1470113FE9B6155BD0C92E3A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AB0350D-A034-46B7-9D42-16C731C85AEB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AB0350D-A034-46B7-9D42-16C731C85AEB%7D [org.dataone.client.rest.RestClient]
20170606-06:33:32: [WARN]: Cookie rejected [JSESSIONID="09B002EC0158B346D6A130558CC5A38D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AB2995D-AA2F-4555-BA11-19766830EF06}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AB2995D-AA2F-4555-BA11-19766830EF06%7D [org.dataone.client.rest.RestClient]
20170606-06:33:33: [WARN]: Cookie rejected [JSESSIONID="31E7B46F548A8FE225108D5FF7FBBAC8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AB4FB15-3C81-4981-A059-15124CCA26B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AB4FB15-3C81-4981-A059-15124CCA26B4%7D [org.dataone.client.rest.RestClient]
20170606-06:33:33: [WARN]: Cookie rejected [JSESSIONID="1335860C234882B4F358954F6DEE48B4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AB6BA1E-1452-4076-A8AF-32EF1DE8245C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AB6BA1E-1452-4076-A8AF-32EF1DE8245C%7D [org.dataone.client.rest.RestClient]
20170606-06:33:34: [WARN]: Cookie rejected [JSESSIONID="0B03FCB7C869A6746DF488D0D8E2CA9F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0ABB9190-EBC9-484D-AF2C-917209F772B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0ABB9190-EBC9-484D-AF2C-917209F772B4%7D [org.dataone.client.rest.RestClient]
20170606-06:33:35: [WARN]: Cookie rejected [JSESSIONID="39FEAFC930BFB32CAC045659848AC1CB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0ABE1D1F-C345-4F7D-B247-3A616619E55C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0ABE1D1F-C345-4F7D-B247-3A616619E55C%7D [org.dataone.client.rest.RestClient]
20170606-06:33:36: [WARN]: Cookie rejected [JSESSIONID="6ED681155DDA2E329361577583E16F37", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AC0BB91-03F3-46D2-B377-12CFF9255492}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AC0BB91-03F3-46D2-B377-12CFF9255492%7D [org.dataone.client.rest.RestClient]
20170606-06:33:37: [WARN]: Cookie rejected [JSESSIONID="7C0B791CE792E75A3E377F5D1F895C47", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AC1A66C-7914-48D0-AB11-CA738A02E9FF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AC1A66C-7914-48D0-AB11-CA738A02E9FF%7D [org.dataone.client.rest.RestClient]
20170606-06:33:38: [WARN]: Cookie rejected [JSESSIONID="6C4F03C94719128200875B756560965E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AC68180-4A39-4555-A8DA-55BC895D94A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AC68180-4A39-4555-A8DA-55BC895D94A7%7D [org.dataone.client.rest.RestClient]
20170606-06:33:38: [WARN]: Cookie rejected [JSESSIONID="F51ED90AFDDB9F31CBBD0185D1502A59", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AC9FDE6-2935-4D5A-BC88-D95222205DF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AC9FDE6-2935-4D5A-BC88-D95222205DF0%7D [org.dataone.client.rest.RestClient]
20170606-06:33:39: [WARN]: Cookie rejected [JSESSIONID="BF9DDD68DAB8F47FEB6422F23208C33C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0ACB979E-0BB4-4473-943D-2883E697B115}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0ACB979E-0BB4-4473-943D-2883E697B115%7D [org.dataone.client.rest.RestClient]
20170606-06:33:40: [WARN]: Cookie rejected [JSESSIONID="C4F426BD660010400703153ECDC24E62", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AD0B195-AD96-4360-90F1-43386CD5BC1A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AD0B195-AD96-4360-90F1-43386CD5BC1A%7D [org.dataone.client.rest.RestClient]
20170606-06:33:41: [WARN]: Cookie rejected [JSESSIONID="FECCA5FA5E2AED69CE96FD20F1F3D6D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AD53653-A468-46B3-A9A9-863CF2A7A38E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AD53653-A468-46B3-A9A9-863CF2A7A38E%7D [org.dataone.client.rest.RestClient]
20170606-06:33:41: [WARN]: Cookie rejected [JSESSIONID="8AFFE94AAEA25D2A7A7A2F768F007C15", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0ADCFA2E-0D25-4D26-A0A1-648156DB2B64}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0ADCFA2E-0D25-4D26-A0A1-648156DB2B64%7D [org.dataone.client.rest.RestClient]
20170606-06:33:42: [WARN]: Cookie rejected [JSESSIONID="3DB0D900E709C3FA5BD7424A37EDE78F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AE229A9-4EC6-4EEC-A29C-3C096957C3D4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AE229A9-4EC6-4EEC-A29C-3C096957C3D4%7D [org.dataone.client.rest.RestClient]
20170606-06:33:43: [WARN]: Cookie rejected [JSESSIONID="169EDD523443714898692AF2B5AD2A29", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AE30515-C3C8-4AAD-998E-6BFFD43E64D6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AE30515-C3C8-4AAD-998E-6BFFD43E64D6%7D [org.dataone.client.rest.RestClient]
20170606-06:33:44: [WARN]: Cookie rejected [JSESSIONID="DE9A9D8D3BC2EE18AF7C1C851389E16B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AE4A91B-CCF9-4650-8461-F8CC65F4D3E5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AE4A91B-CCF9-4650-8461-F8CC65F4D3E5%7D [org.dataone.client.rest.RestClient]
20170606-06:33:45: [WARN]: Cookie rejected [JSESSIONID="2BF9B5FEB35A6D33FFCC5B4D2082FC62", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AE4AE47-A35F-4448-B111-ED78D992BBDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AE4AE47-A35F-4448-B111-ED78D992BBDE%7D [org.dataone.client.rest.RestClient]
20170606-06:33:45: [WARN]: Cookie rejected [JSESSIONID="12FDD56A9A3D5FAA5DDF0105D619B937", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AE586E6-299D-4D85-89AF-F15893C6A573}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AE586E6-299D-4D85-89AF-F15893C6A573%7D [org.dataone.client.rest.RestClient]
20170606-06:33:46: [WARN]: Cookie rejected [JSESSIONID="B5FEAAEC82CB3B1367A199788CC31D6D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AE65B5A-3449-4428-B740-E81000BE2962}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AE65B5A-3449-4428-B740-E81000BE2962%7D [org.dataone.client.rest.RestClient]
20170606-06:33:47: [WARN]: Cookie rejected [JSESSIONID="086F79E0DAC1982F50775E5CF91A3F69", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AE9CCB9-AA98-491B-B418-10B3C9E24E6E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AE9CCB9-AA98-491B-B418-10B3C9E24E6E%7D [org.dataone.client.rest.RestClient]
20170606-06:33:48: [WARN]: Cookie rejected [JSESSIONID="B2F040AE8F1C7E0CFF9C7F46DC3F02EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AF19543-BEC3-4E16-BE80-00D206FB56F5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AF19543-BEC3-4E16-BE80-00D206FB56F5%7D [org.dataone.client.rest.RestClient]
20170606-06:33:49: [WARN]: Cookie rejected [JSESSIONID="7789AF561088EC67D33CE6474F46F1FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AF472FB-4472-498D-843F-83467189CD0E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AF472FB-4472-498D-843F-83467189CD0E%7D [org.dataone.client.rest.RestClient]
20170606-06:33:49: [WARN]: Cookie rejected [JSESSIONID="E002639186492EC257CD72FBF764D2E8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AF76C78-BB60-49B1-A321-8E257CD3F52D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AF76C78-BB60-49B1-A321-8E257CD3F52D%7D [org.dataone.client.rest.RestClient]
20170606-06:33:50: [WARN]: Cookie rejected [JSESSIONID="9065E770C7228115E0AE6C93ED71C542", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AFAF86F-2191-4E92-BDFA-224412BB8F61}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AFAF86F-2191-4E92-BDFA-224412BB8F61%7D [org.dataone.client.rest.RestClient]
20170606-06:33:51: [WARN]: Cookie rejected [JSESSIONID="B72042F1AA15B8377766C6C4941E3EEE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0AFF96E2-004A-4D71-A18A-587B48A7D83F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0AFF96E2-004A-4D71-A18A-587B48A7D83F%7D [org.dataone.client.rest.RestClient]
20170606-06:33:52: [WARN]: Cookie rejected [JSESSIONID="F36FCE525E51366031C1F4B861DF1DC5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/{0B007847-E2D8-46D3-9041-3A1F9D1A1A49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:33:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B0B007847-E2D8-46D3-9041-3A1F9D1A1A49%7D [org.dataone.client.rest.RestClient]
20170606-06:33:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:52: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:33:52: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:33:53: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:33:54: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:33:54: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:33:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:55: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:33:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
0   common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ	common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
1   common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz	common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
2   common-unicode-ascii-safe-0123456789	common-unicode-ascii-safe-0123456789
3   common-unicode-ascii-safe-:@$-_.!*()',~	common-unicode-ascii-safe-:@$-_.!*()',~
4   common-unicode-ascii-safe-unreserved-._~	common-unicode-ascii-safe-unreserved-._~
5   common-unicode-ascii-safe-sub-delims-$!*()',	common-unicode-ascii-safe-sub-delims-$!*()',
6   common-unicode-ascii-safe-gen-delims-:@	common-unicode-ascii-safe-gen-delims-:@
7   common-unicode-ascii-escaped-"#<>[]^`{}|	common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C
8   common-unicode-ascii-escaped-tomcatBlocked-\	common-unicode-ascii-escaped-tomcatBlocked-%5C
9   common-unicode-ascii-escaped-tomcatBlocked-%5C	common-unicode-ascii-escaped-tomcatBlocked-%255C
10   common-unicode-ascii-semi-colon-test-%3B	common-unicode-ascii-semi-colon-test-%253B
11   common-unicode-ascii-escaped-%	common-unicode-ascii-escaped-%25
12   common-unicode-ascii-escaped-space x x	common-unicode-ascii-escaped-space%20x%20x
13   common-unicode-ascii-escape-anyway-+	common-unicode-ascii-escape-anyway-%2B
14   common-unicode-ascii-escape-space-v-plus-+ +%20 %20+	common-unicode-ascii-escape-space-v-plus-%2B%20%2B%2520%20%2520%2B
15   query-unicode-ascii-safe-;	query-unicode-ascii-safe-;
16   query-unicode-ascii-safe-/?	query-unicode-ascii-safe-/?
17   query-unicode-ascii-escaped-&=&=	query-unicode-ascii-escaped-%26%3D%26%3D
18   common-unicode-bmp-1byte-escaped-ยกยขยฃ	common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3
19   common-unicode-bmp-2byte-escaped-ไฆนไฆบ	common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA
20   common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—	common-unicode-supplementary-escaped-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97
21   query-unicode-ascii-escaped-this&that=theOther	query-unicode-ascii-escaped-this%26that%3DtheOther
22   common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815	common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
23   query-ascii-doc-example-10.1000/182	query-ascii-doc-example-10.1000/182
24   query-ascii-doc-example-http://example.com/data/mydata?row=24	query-ascii-doc-example-http://example.com/data/mydata?row%3D24
25   query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)	query-ascii-doc-example-ldap://ldap1.example.net:6666/o%3DUniversity%2520of%2520Michigan,%20c%3DUS??sub?(cn%3DBabs%2520Jensen)
26   common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰	common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89
27   common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine	common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine
20170606-06:33:55: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-06:33:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-06:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev.test.dataone.org/cn/v1
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-06:33:57: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-06:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-06:33:58: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-06:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev-unm-1.test.dataone.org/cn/v1
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-06:33:59: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-06:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-06:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev-orc-1.test.dataone.org/cn/v1
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:01: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:01: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:02: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-06:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
Tests run: 24, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 1,139.292 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNReplicationV1IT
Tests run: 18, Failures: 0, Errors: 0, Skipped: 18, Time elapsed: 0.01 sec
Running org.dataone.integration.it.apiTests.CNReplicationV2IT
Tests run: 18, Failures: 0, Errors: 0, Skipped: 18, Time elapsed: 0.006 sec
Running org.dataone.integration.it.apiTests.CNAuthorizationV2IT
20170606-06:34:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         5
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         5
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         5
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:02: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:02: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:34:05: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:05: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:05: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:34:07: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:07: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:07: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:34:12: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:12: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:34:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-06:34:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-06:34:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-06:34:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-06:34:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-06:34:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-06:34:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-06:34:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:34:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:34:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-06:34:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:34:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-06:34:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-06:34:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-06:34:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-06:34:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-06:34:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-06:34:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-06:34:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-06:34:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-06:34:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-06:34:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-06:34:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-06:34:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-06:34:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-06:34:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-06:34:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.AuthAPITestImplementations.testIsAuthorized(AuthAPITestImplementations.java:46)
	at org.dataone.integration.it.testImplementations.AuthAPITestImplementations.testIsAuthorized(AuthAPITestImplementations.java:28)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testIsAuthorized(CNAuthorizationV2IT.java:60)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v2.impl.MultipartD1Node.getSystemMetadata(MultipartD1Node.java:94)
	at org.dataone.client.v2.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:791)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:259)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 34 more
20170606-06:34:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:46: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:47: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:357)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:339)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetAccessPolicy(CNAuthorizationV2IT.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-06:34:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:48: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:48: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:48: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:48: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:48: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:48: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:48: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:357)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:339)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetAccessPolicy(CNAuthorizationV2IT.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:48: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-06:34:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:49: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:49: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:49: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:49: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:49: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:357)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:339)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetAccessPolicy(CNAuthorizationV2IT.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-06:34:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:50: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:50: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:50: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:51: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:357)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetAccessPolicyV2(CNAuthTestImplementations.java:339)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetAccessPolicy(CNAuthorizationV2IT.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:52: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:148)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:128)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetRightsHolder(CNAuthorizationV2IT.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:148)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:128)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetRightsHolder(CNAuthorizationV2IT.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:148)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:128)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetRightsHolder(CNAuthorizationV2IT.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-06:34:52: [ERROR]: Unexpected error! [org.dataone.integration.ContextAwareTestCaseDataone]
java.lang.NullPointerException
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1526)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1351)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:148)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolderV2(CNAuthTestImplementations.java:128)
	at org.dataone.integration.it.apiTests.CNAuthorizationV2IT.testSetRightsHolder(CNAuthorizationV2IT.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:34:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:52: [INFO]: Testing isAuthorized() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: Testing isAuthorized(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:34:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-06:34:53: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:53: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:54: [INFO]: Running isAuthorized() on GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:34:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:34:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:34:56: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:57: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:34:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:34:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:34:59: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:00: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:03: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:05: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:07: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:08: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:279)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:11: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:13: [INFO]: Running isAuthorized() on GET https://cn-dev-orc-1.test.dataone.org/cn/v1/monitor/ping with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:17: [INFO]: Running isAuthorized() on GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query/solr with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:18: [WARN]: Cookie rejected [JSESSIONID="9D8239C30B58550E6DEB951E0DBD6158", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:292)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:19: [WARN]: Cookie rejected [JSESSIONID="4FDE4920F52F5BC56404B3E94FB1341D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:293)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:20: [WARN]: Cookie rejected [JSESSIONID="520000CCE16434A0FC34D03D23797C71", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:20: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:20: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:20: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:300)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:21: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:21: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:21: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:21: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:21: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:22: [WARN]: Cookie rejected [JSESSIONID="C5940424A1EAF479BB7E7E0DAA184E89", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:307)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:23: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:23: [WARN]: Cookie rejected [JSESSIONID="A12E1DE73C4B923BD6EC2F81B7E097DB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:308)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:24: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:24: [WARN]: Cookie rejected [JSESSIONID="CC2C2F5C81EE29E61C054B12FAE257AE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-06:35:25: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:25: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:27: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:28: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:31: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:34: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:37: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:279)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:42: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:44: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:47: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:48: [WARN]: Cookie rejected [JSESSIONID="6043A3053E6178159C4DC90D18FA66FB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:292)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:48: [WARN]: Cookie rejected [JSESSIONID="8C611A002999FE4655806680CEE5B01E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:293)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:49: [WARN]: Cookie rejected [JSESSIONID="9F3511D4D9BF644EBB9EC2E49542743C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:49: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:50: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:50: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:300)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:50: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:50: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:51: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:51: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:51: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:52: [WARN]: Cookie rejected [JSESSIONID="7E979D27A2BEF690CF6CD509D65BA590", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:307)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:52: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:53: [WARN]: Cookie rejected [JSESSIONID="9FD7C7B293B2FCA1F310F059E2271343", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:308)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:53: [WARN]: Cookie rejected [JSESSIONID="3E1EA21D88A44135B239C472CE598ED6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:35:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:35:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-06:35:55: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:55: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:35:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:35:57: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:35:58: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:35:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:02: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:02: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:06: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:08: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:11: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:279)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:14: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:20: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:27: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:30: [WARN]: Cookie rejected [JSESSIONID="64EB5E4E135BF6933CC031B3F9BB34A8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:36:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:292)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:31: [WARN]: Cookie rejected [JSESSIONID="91406864A030C5A587E43549FB4BBB4B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:36:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:293)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:32: [WARN]: Cookie rejected [JSESSIONID="36C68584B099D181B562A56508F45ACA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:36:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:32: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:33: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:33: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:300)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:33: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:33: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:34: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:34: [ERROR]: isAuthorized() returned exception: ServiceFailure0000 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 : Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00 [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20120518221807GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:34: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:35: [WARN]: Cookie rejected [JSESSIONID="6BDC15F9C1827C9E19A5803FC684B8B2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:36:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:307)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:36: [WARN]: Cookie rejected [JSESSIONID="04AE3951DEDBB955A88CE43A89F0A212", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:36:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:308)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:37: [WARN]: Cookie rejected [JSESSIONID="B24743941D7642F380C7B6AC8D3D67CD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:36:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(AbstractAuthorizationTestImplementations.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient]
20170606-06:36:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:39: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:36:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-06:36:40: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:40: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:42: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:44: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:46: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:405)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:47: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:406)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:36:48: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:52: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:54: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:36:57: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:57: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:36:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:36:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:36:59: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:00: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:06: [WARN]: Cookie rejected [JSESSIONID="0B500CD462781024CDBC648E217E4FCF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:06: [WARN]: Cookie rejected [JSESSIONID="289908E2E72D9F942C690F2D3E3543B4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:442)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:07: [WARN]: Cookie rejected [JSESSIONID="8781D511CCBE4AEB96FFE1BCBFBEA5F2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:07: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:08: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15?action=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:08: [WARN]: Cookie rejected [JSESSIONID="465213CD22FF296C686DD9131CA68903", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:09: [WARN]: Cookie rejected [JSESSIONID="3009E8D368015CA4A0A7A273A95CB971", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:10: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:10: [WARN]: Cookie rejected [JSESSIONID="08BB7853174E21D3F92EFE26FCF74C64", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:458)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-06:37:11: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:11: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:11: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:14: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:15: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:405)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:18: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:406)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:19: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:22: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:23: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:24: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:25: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:27: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:31: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:36: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:36: [WARN]: Cookie rejected [JSESSIONID="FE910B62DE2B6459A73E0AA44CFA580D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:37: [WARN]: Cookie rejected [JSESSIONID="E6ABB61F2AFD639EAAB67E49F4A18B3D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:442)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:38: [WARN]: Cookie rejected [JSESSIONID="6363BEF990009A18853BEE629A2F6F23", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:38: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:39: [WARN]: Cookie rejected [JSESSIONID="3EBA9EC27E612D02E9827F8C6A00D2F4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:40: [WARN]: Cookie rejected [JSESSIONID="4A2D935DE3BA84877D1682D524746433", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:41: [WARN]: Cookie rejected [JSESSIONID="D939509DADD2603444AA6F6A696BF243", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:37:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:458)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-06:37:42: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:42: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:46: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:48: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:37:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:405)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:37:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:406)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:37:56: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:37:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:37:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:02: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:02: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:06: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:09: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:09: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:21: [WARN]: Cookie rejected [JSESSIONID="F823EFDA67EB4997B320C615BBCBE37E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:38:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:23: [WARN]: Cookie rejected [JSESSIONID="A304C7C76B79B620B7978078B060F0FE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:38:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:442)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:24: [WARN]: Cookie rejected [JSESSIONID="97377BE91995F1995F73D631E7AAD1D7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:38:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:24: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:24: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:25: [WARN]: Cookie rejected [JSESSIONID="BBFD3238CD6507412ECED3324904BC55", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:38:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:26: [WARN]: Cookie rejected [JSESSIONID="8F7FB03FD4368EE5535A76E42F37BD47", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:38:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:27: [WARN]: Cookie rejected [JSESSIONID="C2F7AEC31CC33FACC5EC634FB479D339", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:38:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(AbstractAuthorizationTestImplementations.java:458)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient]
20170606-06:38:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:29: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:38:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:38:29: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:29: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:30: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:34: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:540)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:37: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:541)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:39: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:41: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:546)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:45: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:46: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:46: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:553)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:554)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:38:53: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:38:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:559)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:38:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:38:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:560)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:38:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:00: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:566)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:567)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:05: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:06: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:573)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:574)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:11: [WARN]: Cookie rejected [JSESSIONID="295D54931B59837865AB077E53B9FD16", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:12: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:12: [WARN]: Cookie rejected [JSESSIONID="A873A2CD0A55B50B76DFCDE50A3310D3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:13: [WARN]: Cookie rejected [JSESSIONID="F0D2DA4986E265E1FE6038AED16E9BA1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:13: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:13: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:14: [WARN]: Cookie rejected [JSESSIONID="D1505D2E03B3A46972735B8902BD3394", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:594)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=changePermission with pid TierTesting:cn-dev:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:15: [WARN]: Cookie rejected [JSESSIONID="92B54080D30EE2343E8E88395816AA65", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:595)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=write with pid TierTesting:cn-dev:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:16: [WARN]: Cookie rejected [JSESSIONID="67ABC8EC6F1D2B77BFCE986E4B9CC249", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:39:17: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:17: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:21: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:540)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:24: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:541)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:26: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:28: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:29: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:546)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:33: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:553)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:554)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:40: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:40: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:559)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:560)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:47: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:48: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:566)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:567)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:52: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:53: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:573)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:574)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:39:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:58: [WARN]: Cookie rejected [JSESSIONID="BCB3E8518C12BF3E3928986681DA03D5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:39:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:39:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:39:59: [WARN]: Cookie rejected [JSESSIONID="920C4D842B160A8DB3C3616439C558E5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:39:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:39:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:00: [WARN]: Cookie rejected [JSESSIONID="98D86ED62805FF24611558165D34707B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:40:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:40:00: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Public_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:01: [WARN]: Cookie rejected [JSESSIONID="9DC162140B0CFB039D94E1DC335D12D7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:40:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:40:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:594)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:02: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:02: [WARN]: Cookie rejected [JSESSIONID="24044F71B0026A9F682BF893B49B29AB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:40:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:40:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:595)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:03: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:03: [WARN]: Cookie rejected [JSESSIONID="9209EFCEFA33DE82E0AB2C464D57D10D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:40:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:40:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:40:04: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:40:07: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:40:09: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:40:11: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:40:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:540)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:40:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:541)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:40:29: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:40:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:546)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:40:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:40:37: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:40:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:553)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:40:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:554)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:40:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:40:54: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:40:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:559)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:560)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:07: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:12: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:566)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:567)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:23: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:573)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:574)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:32: [WARN]: Cookie rejected [JSESSIONID="528E0DC6755D43379D9DD7A9AC447402", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:41:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:33: [WARN]: Cookie rejected [JSESSIONID="6A0B33894EE1781A94A0DFDC655FE7CA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:41:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:34: [WARN]: Cookie rejected [JSESSIONID="999B1B1EF29D28A1BECC3260CAFDC5A0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:41:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:34: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Public_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:36: [WARN]: Cookie rejected [JSESSIONID="7877EB636337771E429027A896406BDA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:41:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:594)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:37: [WARN]: Cookie rejected [JSESSIONID="AA182D7043C388E8FC7856A925E06468", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:41:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Public_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_Public_can_Read(AbstractAuthorizationTestImplementations.java:595)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:38: [WARN]: Cookie rejected [JSESSIONID="BBE240F2C8B5A6369B536EA334367FFA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:41:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:41:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:40: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:41:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:41:41: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:45: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:46: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:46: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:677)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:48: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:678)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:53: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:41:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:41:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:684)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:41:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:41:57: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:41:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:690)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:00: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:691)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:04: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:696)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:697)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:11: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:703)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:704)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:16: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:710)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:18: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:711)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:21: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:22: [WARN]: Cookie rejected [JSESSIONID="57D5311FFA1404737FB3D7540FDAAF62", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:42:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:716)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:23: [WARN]: Cookie rejected [JSESSIONID="6262BC52D1816AA23E996D3BA6444185", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:42:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:717)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:23: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:23: [WARN]: Cookie rejected [JSESSIONID="D6099CA51B07A98B28975AE04B66B5BD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:42:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:23: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Public_READ.15?action=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:25: [WARN]: Cookie rejected [JSESSIONID="D62A22DF1E1C396BE384B6D77E71ECBD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:42:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:731)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:25: [WARN]: Cookie rejected [JSESSIONID="AD1DCEBCC78B4AB195404CE3FE85CFD1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:42:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:732)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=write with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:26: [WARN]: Cookie rejected [JSESSIONID="9D1379AFB5AB208570405BBD8D7FBCD9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:42:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:733)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:42:27: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:31: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:677)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:678)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:38: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:684)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:42: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:690)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:691)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:49: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:696)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:52: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:697)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:54: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:42:56: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:42:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:703)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:42:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:42:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:42:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:704)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:43:01: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:43:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:710)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:03: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:43:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:711)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:43:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:07: [WARN]: Cookie rejected [JSESSIONID="4ECCF2BF003533D808A73DE2FF7E5FAF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:43:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:43:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:716)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:07: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:08: [WARN]: Cookie rejected [JSESSIONID="BA1C6236B3626F32A8A46527C538E8F6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:43:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:43:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:717)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:08: [WARN]: Cookie rejected [JSESSIONID="ED72CDABC28D0D048AE9EA36D6DFF02A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:43:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:43:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:08: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:10: [WARN]: Cookie rejected [JSESSIONID="A676EBFAA2932750F8C39AA217F61B2D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:43:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:43:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:731)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:10: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:10: [WARN]: Cookie rejected [JSESSIONID="E94A084C9CBF6036C19964E7993EE71C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:43:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:43:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:732)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:11: [WARN]: Cookie rejected [JSESSIONID="063361A5D4EBADFF7630542C5A96CF0F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:43:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:43:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:733)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:43:13: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:43:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:43:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:43:20: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:43:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:677)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:43:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:678)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:43:37: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:43:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:43:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:684)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:43: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:43:46: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:43:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:690)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:52: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:43:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:43:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:691)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:43:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:03: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:03: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:44:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:696)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:09: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:44:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:697)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:20: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:44:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:703)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:44:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:704)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:27: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:30: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:44:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:710)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:44:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:711)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:40: [WARN]: Cookie rejected [JSESSIONID="EDBCEA8281A9AE6C67EA50A9ADA9357B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:44:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:44:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:716)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:41: [WARN]: Cookie rejected [JSESSIONID="104DC6F7D1CC71CA44795F886C420E3E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:44:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:44:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:717)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:42: [WARN]: Cookie rejected [JSESSIONID="2234B78A3BC6AD2F996F2A011B2A83A2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:44:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:42: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:43: [WARN]: Cookie rejected [JSESSIONID="185604E87CF102E561286252CF33FD2B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:44:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:44:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:731)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:45: [WARN]: Cookie rejected [JSESSIONID="38C4440A344D5F917A8F46F1C1327817", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:44:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:44:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:732)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:45: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:46: [WARN]: Cookie rejected [JSESSIONID="9029F0478F3C9F25CB45B4189077E349", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:44:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Authenticated_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(AbstractAuthorizationTestImplementations.java:733)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Authenticated_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:44:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:44:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:44:48: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:48: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:44:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:44:51: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:44:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:816)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:44:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:817)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:44:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:44:59: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:44:59: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:824)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:825)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:826)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:03: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:838)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:10: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:843)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:12: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:844)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:16: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:852)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:18: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:854)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:21: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:21: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:859)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:23: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:860)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:24: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:26: [WARN]: Cookie rejected [JSESSIONID="CFACD238B5ABAAF08819D68E48F41E17", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:45:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:27: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:27: [WARN]: Cookie rejected [JSESSIONID="96658C3692D62DDCD0C87F2ADCF68A0E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:45:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:866)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:28: [WARN]: Cookie rejected [JSESSIONID="83D71E630E2BDBB6E69EC7C59C7845C7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:45:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:28: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Authenticated_READ.15?action=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:29: [WARN]: Cookie rejected [JSESSIONID="06397AFDDEB2DFE603D98F6908711456", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:45:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:880)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:29: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:30: [WARN]: Cookie rejected [JSESSIONID="E626CEB62A1C0B86B9E96479E29A5B0B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:45:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:881)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:30: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=write with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:30: [WARN]: Cookie rejected [JSESSIONID="7B564C808B82AE439ED98780C761B76E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:45:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:882)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:45:31: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:35: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:36: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:816)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:817)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:42: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:42: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:824)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:44: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:825)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:45: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:826)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:46: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:47: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:838)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:53: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:53: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:45:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:843)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:45:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:844)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:45:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:45:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:45:59: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:00: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:852)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:01: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:03: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:46:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:854)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:04: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:05: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:859)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:860)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:46:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:10: [WARN]: Cookie rejected [JSESSIONID="19BF84EA434DA678284419B69F02920D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:46:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:10: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:10: [WARN]: Cookie rejected [JSESSIONID="97A95AB0AC24BF4C9C08F50D20C02604", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:46:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:866)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:11: [WARN]: Cookie rejected [JSESSIONID="C936A1CA65AA6F86D45406C88A8AE2F1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:46:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:46:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:11: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:12: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:Verified_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:12: [WARN]: Cookie rejected [JSESSIONID="35F12F6E6C95B12C7536722393350D8E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:46:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:880)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:13: [WARN]: Cookie rejected [JSESSIONID="528A33E3C89797B04CA01CB998DB587D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:46:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:881)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:14: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:14: [WARN]: Cookie rejected [JSESSIONID="C69D84DCCF4BCCAAF04F82FCBB8CD966", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:46:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:46:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:882)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:46:15: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:20: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:46:22: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:22: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:816)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:817)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:46:38: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:824)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:825)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:46:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:826)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:47: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:46:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:46:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:46:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:838)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:46:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:03: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:47:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:843)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:47:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:844)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:21: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:47:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:852)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:24: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:47:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:27: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:854)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:31: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:47:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:859)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:47:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:860)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:40: [WARN]: Cookie rejected [JSESSIONID="5EBB3FD2BD3403A4537A1CCCDBF3E15B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:47:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:41: [WARN]: Cookie rejected [JSESSIONID="408D56099A8F1EF0EFF4DD5DDE9B8946", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:47:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:47:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:866)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:42: [WARN]: Cookie rejected [JSESSIONID="CAF4A303B418477FF8825FCD17D6A174", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:47:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:42: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:Verified_READ.15?action=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:44: [WARN]: Cookie rejected [JSESSIONID="C9DFED7B57C05B5308A801C543D2D459", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:47:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:880)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:45: [WARN]: Cookie rejected [JSESSIONID="B496046EFBF8070ADA234495476724BE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:47:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:47:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:881)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:45: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:46: [WARN]: Cookie rejected [JSESSIONID="66ED5605D6464D0DA4A7C8FEDC38ACB3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:47:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:Verified_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(AbstractAuthorizationTestImplementations.java:882)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Verified_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:47:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:47:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:47:48: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:48: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:47:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:47:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:47:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:965)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:47:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:966)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:47:58: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:47:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:47:59: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:973)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:04: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:980)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:981)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:11: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:986)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:987)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:17: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:994)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:995)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:22: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:996)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:23: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1001)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1002)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1003)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:29: [WARN]: Cookie rejected [JSESSIONID="7404EE69632AC34D9225DCE0E73CE7AF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:48:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1008)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:29: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:29: [WARN]: Cookie rejected [JSESSIONID="388EEB3B9D18327F74403F89480DF68E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:48:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1009)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:30: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:30: [WARN]: Cookie rejected [JSESSIONID="40A23D171C6138458AAA6935E01C943D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:48:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:30: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:31: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:Verified_READ.15?action=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:31: [WARN]: Cookie rejected [JSESSIONID="0FE9133E258BB57A2F8928A0262D27AD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:48:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1023)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:32: [WARN]: Cookie rejected [JSESSIONID="4EE488CF68331B33329A760B96AE528E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:48:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1024)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=write with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:33: [WARN]: Cookie rejected [JSESSIONID="E5EB4A33138C9FC332B5845F7B17B68E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:48:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1025)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:48:34: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:34: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:37: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:965)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:966)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:44: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:45: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:973)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:48: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:980)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:981)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:48:55: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:48:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:986)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:57: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:48:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:48:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:987)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:48:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:01: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:01: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:994)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:03: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:49:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:995)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:996)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:06: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:06: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1001)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:49:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1002)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:09: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1003)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:11: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:11: [WARN]: Cookie rejected [JSESSIONID="800FCDA0A8FC7199D435CFF387788317", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:49:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1008)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:12: [WARN]: Cookie rejected [JSESSIONID="72A0D26808256294D06850251323A9CD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:49:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:49:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1009)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:13: [WARN]: Cookie rejected [JSESSIONID="38FC4334EF5317FEBF5FB6430155481F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:49:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:13: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:14: [WARN]: Cookie rejected [JSESSIONID="D107E37BF0714606176EDBC933A4E193", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:49:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1023)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:15: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:15: [WARN]: Cookie rejected [JSESSIONID="E8E68D6D9E2666374D1AFDC489CF1208", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:49:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:49:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1024)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:15: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:16: [WARN]: Cookie rejected [JSESSIONID="5A67E7385C80FC3D0DB032A2F28C7562", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:49:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1025)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:49:17: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:18: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:19: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:49:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:23: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:24: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:965)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:29: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:49:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:966)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:41: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:973)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:49:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:46: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:49:49: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:49:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:49:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:980)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:49:55: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:981)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:50:06: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:50:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:986)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:12: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:987)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:50:23: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:50:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:994)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:995)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:29: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:50:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:996)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:32: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:50:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1001)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1002)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:38: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:50:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1003)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:42: [WARN]: Cookie rejected [JSESSIONID="5E975BF1322B355821009529C9F76238", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:50:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:50:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1008)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:43: [WARN]: Cookie rejected [JSESSIONID="27B850BB12689DA34171EEC2E9C147F9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:50:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1009)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:43: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:44: [WARN]: Cookie rejected [JSESSIONID="75A63D02B6B12A181D5DE9761D821D79", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:50:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:50:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:44: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:44: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:45: [WARN]: Cookie rejected [JSESSIONID="B7B3EC1EE770615C7B0398A7EA8A54A4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:50:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:50:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1023)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:46: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:47: [WARN]: Cookie rejected [JSESSIONID="CCAF176BABD34A1E12C909F866449BC5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:50:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1024)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:48: [WARN]: Cookie rejected [JSESSIONID="287C329F9EEB34B4D62F93B5539EAAD1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:50:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:50:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Read(AbstractAuthorizationTestImplementations.java:1025)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testPerson_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:50:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:49: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:50:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:50:50: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:50:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:53: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:50:54: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:50:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:50:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:50:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:50:59: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:00: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:05: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:07: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:11: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:16: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:18: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:18: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:22: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:24: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:27: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:28: [WARN]: Cookie rejected [JSESSIONID="352C8DAD6ADD64EAC760016D40812863", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:51:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:29: [WARN]: Cookie rejected [JSESSIONID="89FC506BE7A8E6B0D099FAC773D83221", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:51:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:29: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:29: [WARN]: Cookie rejected [JSESSIONID="98BDF78CA148750A12574F0E36CC5B8C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:51:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:29: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:30: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_READ.15?action=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:31: [WARN]: Cookie rejected [JSESSIONID="45FF75FA0844194AB8457F4BB18013BF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:51:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:31: [WARN]: Cookie rejected [JSESSIONID="78790078768A2708B1CE3863C7DE7E14", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:51:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:32: [WARN]: Cookie rejected [JSESSIONID="00E7C653F30FD73FA02B71C5C374377A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:51:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:51:33: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:33: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:37: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:37: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:44: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:46: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:48: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:51:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:51:55: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:55: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:51:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:51:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:51:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:02: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:52:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:07: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:52:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:09: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:12: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:13: [WARN]: Cookie rejected [JSESSIONID="6FC584FABFB5929B19BF4BD14D5FBB59", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:52:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:52:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:14: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:14: [WARN]: Cookie rejected [JSESSIONID="46DF1F7989E09D775E6B91165353929E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:52:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:15: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:15: [WARN]: Cookie rejected [JSESSIONID="07F1ACD765219904A956912DBD817894", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:52:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:15: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:16: [WARN]: Cookie rejected [JSESSIONID="7260C00270D57DEB95CAFC3549A31A2D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:52:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:52:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:17: [WARN]: Cookie rejected [JSESSIONID="1642E5174744CE97C35A62653A9BAFC8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:52:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:18: [WARN]: Cookie rejected [JSESSIONID="939F53C3B6C659CEAB4E10EA8DBA4A4D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:52:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:52:19: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:19: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:20: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:52:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:28: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:52:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:48: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:52:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:52:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:52:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:52:56: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:52:57: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:53:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:53:08: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:53:13: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:53:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:19: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:53:25: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:53:30: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:53:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:53:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:53:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:39: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:53:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:53:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:45: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:53:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:49: [WARN]: Cookie rejected [JSESSIONID="F2A1C5A07CC5AFE4870A6DCCEF15A01B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:53:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:53:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:51: [WARN]: Cookie rejected [JSESSIONID="66A19BD27FE83A003E06A37A81CB417B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:53:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:53:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:52: [WARN]: Cookie rejected [JSESSIONID="DD87AB723508E74910555B9A75D3293A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:53:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:53:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:52: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:52: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:53: [WARN]: Cookie rejected [JSESSIONID="BA9ECC774C90B6AA5CB525701F8C9AD2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:53:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:53:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:54: [WARN]: Cookie rejected [JSESSIONID="821411AB4854C36ECEEA14277D195C96", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:53:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:53:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:55: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:55: [WARN]: Cookie rejected [JSESSIONID="83B5C80D2C85468BCB21622C705AD7C6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:53:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:53:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testPerson_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_Write(AbstractAuthorizationTestImplementations.java:1165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testPerson_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:53:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:57: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:53:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:53:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:53:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testPerson_CHANGE.15 [org.dataone.client.rest.RestClient]
20170606-06:54:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:00: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:54:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:54:01: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:04: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:05: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1388)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:10: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:11: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:12: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1396)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1397)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1398)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:16: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1410)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:23: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1415)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1416)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:30: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:30: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1423)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:32: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1424)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:34: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1430)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:36: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1431)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:40: [WARN]: Cookie rejected [JSESSIONID="04E12C1EEAE862E58BA67DEAD9C4670C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:54:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:41: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:41: [WARN]: Cookie rejected [JSESSIONID="BE2B58516979FF66D5B1D0AD11D657AD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:54:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:41: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:42: [WARN]: Cookie rejected [JSESSIONID="B2427800832FA6D7336AA82E77750E7D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:54:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1438)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:42: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testPerson_WRITE.15?action=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:43: [WARN]: Cookie rejected [JSESSIONID="1AFE599CC2D5A6DA9418FB8A0C0B9ECD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:54:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:44: [WARN]: Cookie rejected [JSESSIONID="C45B8437A1CE8C3142C6BB8950D73EE0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:54:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1452)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=write with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:44: [WARN]: Cookie rejected [JSESSIONID="1CE810A0AEA85534030653C88C3AF74D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:54:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:54:45: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:46: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:47: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:50: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:52: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:54:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1388)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:54:56: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:54:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:54:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1396)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:54:58: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1397)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1398)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:01: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:02: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1410)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:08: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1415)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1416)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:15: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:17: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1423)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:19: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1424)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:20: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1430)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:22: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1431)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:24: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:26: [WARN]: Cookie rejected [JSESSIONID="4FC50D0E607469DF7D57B2AC336BBCB1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:55:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:27: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:27: [WARN]: Cookie rejected [JSESSIONID="D9D94F3F13C6DBE771F01AD3D3502B4B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:55:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:27: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:28: [WARN]: Cookie rejected [JSESSIONID="6095500037D36514F1EC04F880B733C5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:55:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:28: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1438)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:28: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_READ.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:29: [WARN]: Cookie rejected [JSESSIONID="60B16880721934ACED367BED59E1A394", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:55:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:30: [WARN]: Cookie rejected [JSESSIONID="33CCF2596D356E6406DF232C09D6B965", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:55:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1452)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:30: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:30: [WARN]: Cookie rejected [JSESSIONID="D10533BF0CB2F8FBBD39DAAE21EA5ABF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:55:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:55:32: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:38: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:55:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1388)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:50: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:55:55: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:56: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:55:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:55:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1396)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:55:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:56:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1397)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:56:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1398)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:04: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:04: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:56:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:09: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:56:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1410)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:15: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:56:20: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:21: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:56:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1415)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:26: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:56:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1416)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:56:38: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:56:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1423)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:56:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1424)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:45: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:56:48: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:48: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:56:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1430)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:51: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:56:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1431)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:56:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:57: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:58: [WARN]: Cookie rejected [JSESSIONID="270F1313DD9E996F5FE959DD56EC9B85", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:56:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:56:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:58: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:56:59: [WARN]: Cookie rejected [JSESSIONID="39DE307228E27028059F56496A7B2F72", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:56:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:56:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1437)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:56:59: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:00: [WARN]: Cookie rejected [JSESSIONID="FF6B5C7D0E36F3514E43881023B0A633", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1438)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:00: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:01: [WARN]: Cookie rejected [JSESSIONID="30F454ED9DB7470FBDE8215F54D97070", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:02: [WARN]: Cookie rejected [JSESSIONID="F487E7AF8CEAA3DC49993B8436CAED8F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1452)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:03: [WARN]: Cookie rejected [JSESSIONID="825C10A592C16F7265F504468728B2E5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_READ.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Read(AbstractAuthorizationTestImplementations.java:1453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testGroup_READ.15 [org.dataone.client.rest.RestClient]
20170606-06:57:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:05: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-06:57:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:57:06: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:06: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:09: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:10: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1534)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:17: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1542)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:20: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1543)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:20: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:21: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1544)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:21: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:23: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1555)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:24: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:28: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1561)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:36: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1570)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:38: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:40: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:41: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1577)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:43: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1578)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:46: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:46: [WARN]: Cookie rejected [JSESSIONID="D3DF3A4309E0E10EAA16165152AB1735", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:46: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:47: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:47: [WARN]: Cookie rejected [JSESSIONID="326A4C8B0B38DD021829C4D4667B9107", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1584)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:48: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:48: [WARN]: Cookie rejected [JSESSIONID="EF07721EFD468AAC91BE9E7D66DAD151", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1585)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:48: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_READ.15?action=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:49: [WARN]: Cookie rejected [JSESSIONID="07E15D91B63B6694C8D1A0CC89771B4D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:50: [WARN]: Cookie rejected [JSESSIONID="5B14EC264AA0982D71ED0378C7F19705", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1599)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:51: [WARN]: Cookie rejected [JSESSIONID="B7E49A3D017178B64496B695A6A6E8B0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:57:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1600)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:57:51: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:52: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:53: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:57:55: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:57:56: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:57:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:57:58: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1534)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:57:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:01: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:03: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1542)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1543)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:06: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:07: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1544)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:07: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:08: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1555)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:10: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:14: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1561)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:21: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1570)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:24: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:26: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1577)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:28: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1578)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:31: [WARN]: Cookie rejected [JSESSIONID="6208C29F65BC36C6AB1DAC5E9EBA131B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:58:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:32: [WARN]: Cookie rejected [JSESSIONID="69E97E813721621356B5A0A8A8E40AB8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:58:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1584)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:33: [WARN]: Cookie rejected [JSESSIONID="356F3759891D5274AB320175D142A826", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:58:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1585)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:33: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:34: [WARN]: Cookie rejected [JSESSIONID="84150D1C0F0047052C42FA7FDB3D2407", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:58:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:35: [WARN]: Cookie rejected [JSESSIONID="93C1075F08238A963C4DDDAA51D1FB70", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:58:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1599)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:36: [WARN]: Cookie rejected [JSESSIONID="71062D300C21DF196863F45A78F30B21", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-06:58:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1600)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-06:58:37: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:37: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:37: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:41: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:58:43: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:43: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:58:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1534)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:58:49: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:58:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:58:54: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:59:00: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:59:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1542)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:03: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:59:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1543)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:59:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1544)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:08: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:59:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1555)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:14: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:59:19: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:59:24: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:25: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:59:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1561)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:30: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:59:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:59:41: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:59:44: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1570)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:59:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:59:50: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-06:59:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1577)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-06:59:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1578)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-06:59:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-06:59:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1579)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-06:59:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:00: [WARN]: Cookie rejected [JSESSIONID="E724C2B9402C93BCBD0CD5EFAFB1CC71", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:00: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:00: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:01: [WARN]: Cookie rejected [JSESSIONID="238499C843B6B3E3335E6B35BEBD387D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:01: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1584)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:01: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:02: [WARN]: Cookie rejected [JSESSIONID="49E73F7CE2CB35D7181C6DB4E82B3F43", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1585)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:02: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:03: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:03: [WARN]: Cookie rejected [JSESSIONID="D9C0AB14DBCDCB4E86202E1642FEED64", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:03: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:04: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:04: [WARN]: Cookie rejected [JSESSIONID="6955EBB7E873DC77C8C37D450B4D3025", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1599)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:06: [WARN]: Cookie rejected [JSESSIONID="12F51EFE9973EE733505909AA056803C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:06: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:testGroup_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_Write(AbstractAuthorizationTestImplementations.java:1600)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testGroup_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-07:00:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:00:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1667)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1667)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1050)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(AbstractAuthorizationTestImplementations.java:1667)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testGroup_CHANGE.15 [org.dataone.client.rest.RestClient]
20170606-07:00:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:10: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:00:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-07:00:11: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:12: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:13: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:15: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:16: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:16: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:18: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1827)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:18: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:23: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:23: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:24: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:26: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:26: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:27: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:27: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:30: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:30: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:34: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:37: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:40: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:41: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:42: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:43: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:44: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:45: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1862)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:45: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:47: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:47: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:47: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:48: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1868)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:49: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:50: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:50: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:51: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:52: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:52: [WARN]: Cookie rejected [JSESSIONID="107ABD5AB5B26E6116CEA51561C05ACF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:52: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1874)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:53: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:53: [WARN]: Cookie rejected [JSESSIONID="AE193112A9BB2707C1D8407299E7EC77", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:54: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:54: [WARN]: Cookie rejected [JSESSIONID="E8F00E554EC9DD42EA4E84E199D0A9C9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:54: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:55: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:testGroup_WRITE.15?action=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:55: [WARN]: Cookie rejected [JSESSIONID="62B932EC52C9B8D01872707364A68320", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:00:55: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1889)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:56: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:56: [WARN]: Cookie rejected [JSESSIONID="89158059E564BFDD64EAB09B0C230C61", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:00:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1890)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:57: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:57: [WARN]: Cookie rejected [JSESSIONID="F9C3D55651679796F7F0E09E636E3745", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:00:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:00:57: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1891)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:00:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-07:00:58: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:59: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:00:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:00: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:01: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:02: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:03: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:05: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1827)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:05: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:07: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:09: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:10: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:11: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:13: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:14: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:14: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:16: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:19: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:20: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:23: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:25: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:28: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:29: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1862)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:31: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:32: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:33: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1868)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:35: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:37: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:37: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:38: [WARN]: Cookie rejected [JSESSIONID="C5BBE597D6F6C038E07F85B83F0F192F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:01:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1874)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:38: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:39: [WARN]: Cookie rejected [JSESSIONID="B269B49E59EFE2B138D19B43B0618EBC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:01:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:39: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:39: [WARN]: Cookie rejected [JSESSIONID="0CF75803844C7E9174126483CABE0519", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:01:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:39: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:39: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:40: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:41: [WARN]: Cookie rejected [JSESSIONID="F2783BB483EAC376F991F9F5D6CE7256", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:01:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1889)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:41: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:42: [WARN]: Cookie rejected [JSESSIONID="C235B07EDE98962EA07C148E3B663902", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:01:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1890)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:42: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:42: [WARN]: Cookie rejected [JSESSIONID="1A72D5FDBFC036D359363266826EAA5B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:01:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:42: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1891)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-07:01:44: [INFO]:  ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:44: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:46: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:01:48: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:01:50: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:51: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:01:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:01:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1827)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:01:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:02:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:02:08: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:02:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:11: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:02:13: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:14: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:02:16: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; public; authenticatedUser; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1837)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:16: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:17: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:02:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:02:28: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:02:33: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:33: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:02:38: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testEQPerson2,DC=dataone,DC=org; CN=testPerson,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; CN=testEQPerson3,DC=dataone,DC=org; authenticatedUser; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:02:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:02:49: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:50: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:02:53: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1861)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:02:56: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1862)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:02:59: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:02:59: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:02:59: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:02: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1868)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:02: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:04: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:05: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:03:08: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; authenticatedUser; CN=testSubmitter,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:08: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:09: [WARN]: Cookie rejected [JSESSIONID="938C6D67BE0E514C55F8784224D166CD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:03:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:09: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1874)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:09: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:10: [WARN]: Cookie rejected [JSESSIONID="78A58FEC729328EFF2404F9EAB3A942F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:03:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:10: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:10: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:11: [WARN]: Cookie rejected [JSESSIONID="D3962B7DE041FA0B9A2040BF1596C54F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:03:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:03:11: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:11: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:12: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:12: [WARN]: Cookie rejected [JSESSIONID="EF0B752DECA3806DC18710FB755D9664", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:03:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:12: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1889)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:13: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:14: [WARN]: Cookie rejected [JSESSIONID="F851A8827BEFDE766AB06CBCAD9E9561", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:03:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:14: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1890)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:14: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:15: [WARN]: Cookie rejected [JSESSIONID="02B66485232127036B7A2DD554F3BE04", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:03:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:03:15: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1891)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient]
20170606-07:03:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:16: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:03:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170606-07:03:17: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:17: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:03:19: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:21: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:22: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:22: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:22: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:24: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:25: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170606-07:03:25: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:25: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:03:27: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:29: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:31: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:31: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:31: [INFO]: Running isAuthorized() on GET https://cn-dev.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170606-07:03:34: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:34: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170606-07:03:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:44: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:49: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:49: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:49: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170606-07:03:52: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-1:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170606-07:03:54: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-1:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170606-07:03:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
Tests run: 29, Failures: 28, Errors: 0, Skipped: 0, Time elapsed: 1,793.66 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNQueryV2IT
20170606-07:03:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:56: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:03:56: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:57: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:57: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:57: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:03:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.345 sec
Running org.dataone.integration.it.apiTests.CNCoreV1IT
20170606-07:03:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:03:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:03:58: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log?fromDate=2016-08-19T06:07:42.815%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:04:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:02: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log?fromDate=2016-08-19T06:07:42.815%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:04:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:03: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log?fromDate=2016-08-19T06:07:42.815%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:04:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:05: [INFO]: 
***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log?fromDate=2016-08-19T06:07:42.815%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:04:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:07: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:07: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient]
20170606-07:04:08: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient]
20170606-07:04:08: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient]
20170606-07:04:08: [INFO]: 
***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient]
20170606-07:04:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:09: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:09: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:09: [WARN]: Cookie rejected [JSESSIONID="61758C86B6F7BF9186120369FFDA6192", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:09: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:09: [WARN]: Cookie rejected [JSESSIONID="F3A926D6152AD78BFF5903DC07685254", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:09: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [WARN]: Cookie rejected [JSESSIONID="31A6FB0E2340437750E6DDA4ED49D900", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:10: [INFO]: 
***************** running test for testListFormats(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [WARN]: Cookie rejected [JSESSIONID="95C966356BF352431535DCD53EF0ACB2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:10: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [WARN]: Cookie rejected [JSESSIONID="61758C86B6F7BF9186120369FFDA6192", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:10: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [WARN]: Cookie rejected [JSESSIONID="F3A926D6152AD78BFF5903DC07685254", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:10: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [WARN]: Cookie rejected [JSESSIONID="31A6FB0E2340437750E6DDA4ED49D900", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:10: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [WARN]: Cookie rejected [JSESSIONID="95C966356BF352431535DCD53EF0ACB2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient]
20170606-07:04:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:10: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:10: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: refreshing objectFormatCache from cn: null [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [WARN]: Cookie rejected [JSESSIONID="4FF15AE1A9DB425751B3EDAADF53EFCC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/formats" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: successfully refreshed cache from cn.listFormats() [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: 
***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:11: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-07:04:11: [INFO]: 
***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  [org.dataone.client.rest.RestClient]
20170606-07:04:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:12: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:12: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017157041211;  [org.dataone.client.rest.RestClient]
20170606-07:04:13: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017157041211;  [org.dataone.client.rest.RestClient]
20170606-07:04:13: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:13: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:14: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570413422;  [org.dataone.client.rest.RestClient]
20170606-07:04:14: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570413422;  [org.dataone.client.rest.RestClient]
20170606-07:04:14: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:14: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:15: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570414697;  [org.dataone.client.rest.RestClient]
20170606-07:04:15: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570414697;  [org.dataone.client.rest.RestClient]
20170606-07:04:15: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:15: [INFO]: 
***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570415682;  [org.dataone.client.rest.RestClient]
20170606-07:04:17: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570415682;  [org.dataone.client.rest.RestClient]
20170606-07:04:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:17: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:17: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:17: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017157041766; FilePart:sysmeta = /tmp/mmp.output.1570966484478996853.tmp (900 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:17: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:18: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171570417896; FilePart:sysmeta = /tmp/mmp.output.2942159706542266131.tmp (902 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:18: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:19: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171570418376; FilePart:sysmeta = /tmp/mmp.output.6837847848221175849.tmp (902 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:19: [INFO]: 
***************** running test for testCreate() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:20: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171570419659; FilePart:sysmeta = /tmp/mmp.output.8716735181688181028.tmp (902 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:20: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:20: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:20: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:21: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570420649;  [org.dataone.client.rest.RestClient]
20170606-07:04:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/reserve/20171570420649?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-07:04:22: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:22: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017157042213;  [org.dataone.client.rest.RestClient]
20170606-07:04:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve/2017157042213?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-07:04:23: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:23: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:23: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 20171570423305;  [org.dataone.client.rest.RestClient]
20170606-07:04:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve/20171570423305?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-07:04:24: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:24: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017157042498;  [org.dataone.client.rest.RestClient]
20170606-07:04:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve/2017157042498?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient]
20170606-07:04:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:25: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:25: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/reserve/20171570425383?subject=public [org.dataone.client.rest.RestClient]
20170606-07:04:25: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve/20171570425998?subject=public [org.dataone.client.rest.RestClient]
20170606-07:04:26: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve/20171570426536?subject=public [org.dataone.client.rest.RestClient]
20170606-07:04:26: [INFO]: 
***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve/20171570426837?subject=public [org.dataone.client.rest.RestClient]
20170606-07:04:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-07:04:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-07:04:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-07:04:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170606-07:04:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:27: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log?fromDate=2017-06-06T07:04:28.854%2B00:00&toDate=2017-06-06T07:04:29.854%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-07:04:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:30: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log?fromDate=2017-06-06T07:04:31.633%2B00:00&toDate=2017-06-06T07:04:32.633%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-07:04:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:33: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log?fromDate=2017-06-06T07:04:33.889%2B00:00&toDate=2017-06-06T07:04:34.889%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-07:04:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:35: [INFO]: 
***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log?fromDate=2017-06-06T07:04:36.324%2B00:00&toDate=2017-06-06T07:04:37.325%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient]
20170606-07:04:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:37: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:37: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-07:04:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:39: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-07:04:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:40: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-07:04:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:41: [INFO]: 
***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20170606-07:04:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log?start=0&count=500 [org.dataone.client.rest.RestClient]
Tests run: 20, Failures: 4, Errors: 0, Skipped: 2, Time elapsed: 44.772 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNIdentityV1IT
20170606-07:04:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:43: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:43: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:43: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:44: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.2164229100187702113.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:44: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.5385180296038249011.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:45: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:45: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:46: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.3609931650781507802.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:46: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:46: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.3480812388660172272.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:47: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:47: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:48: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:48: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:49: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:49: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:50: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:50: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:51: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:51: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:51: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:52: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:52: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:53: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:04:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:53: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:53: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:54: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:04:55: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:04:55: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:04:55: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:04:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:55: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:04:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:56: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:56: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:56: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:57: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.293494972315445471.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:57: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:57: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:57: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.3090128692990027573.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:57: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:57: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:57: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.6987599926833677824.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:04:57: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:57: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts; MMP message has: FilePart:person = /tmp/mmp.output.6680756952469078156.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
Tests run: 17, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 15.037 sec
Running org.dataone.integration.it.apiTests.CNReadV2IT
20170606-07:04:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:58: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         6
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         6
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         6
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:04:58: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:58: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:59: [WARN]: Cookie rejected [JSESSIONID="D47CA57A70867DBEAAB004F73B2F0760", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:04:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:04:59: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:04:59: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:00: [WARN]: Cookie rejected [JSESSIONID="009E3BB9BC4115B46BD30768B3F26D7E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:05:00: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:00: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:01: [WARN]: Cookie rejected [JSESSIONID="328DE4547D78D9BE8CC0EDEA63B5D9C6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:05:01: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:02: [WARN]: Cookie rejected [JSESSIONID="F8C82E2A29ECDF10271CE68EF60F3F80", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:05:03: [WARN]: Cookie rejected [JSESSIONID="450AA9182D049936D60BC73F3BB9E540", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:05:03: [WARN]: Cookie rejected [JSESSIONID="8B339BBBC291710D571CE17C0282DB8F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:05:04: [WARN]: Cookie rejected [JSESSIONID="E7E0AD2E05A7709B3324DBEDE89A3C8D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-07:05:04: [WARN]: Cookie rejected [JSESSIONID="DF7F492971E648B54BB5A5EE50FF1CD1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-07:05:05: [WARN]: Cookie rejected [JSESSIONID="7AEBB91ED2DBFF44BF89D4B1EFBFF991", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-07:05:06: [WARN]: Cookie rejected [JSESSIONID="AAA9FAFBD931021D7677D50DAE49D679", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-07:05:06: [WARN]: Cookie rejected [JSESSIONID="68493AF247F535C1CC69E9AB50FD5545", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-07:05:07: [WARN]: Cookie rejected [JSESSIONID="07227BE9D02EA192BB1D9747961DCC08", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:05:07: [WARN]: Cookie rejected [JSESSIONID="381A7254FDE93CC3FC7FC5DB255372F3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:05:08: [WARN]: Cookie rejected [JSESSIONID="73D0DC75E8C30121F1DBF2C691280D91", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:05:09: [WARN]: Cookie rejected [JSESSIONID="1042170D468EAC2731A0767BF4DCB3B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:05:09: [WARN]: Cookie rejected [JSESSIONID="1E6DBB093A31C566498377682F596482", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:05:10: [WARN]: Cookie rejected [JSESSIONID="7AD591719A5516B76FCE48E840EC18E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-07:05:10: [WARN]: Cookie rejected [JSESSIONID="ED45CCED69162BE265B36ACB31CF6393", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-07:05:11: [WARN]: Cookie rejected [JSESSIONID="487737383524D7EA068EC004D22E061A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-07:05:12: [WARN]: Cookie rejected [JSESSIONID="C14D1ACD9A77B4AD6546ADAE695D7E6F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-07:05:12: [WARN]: Cookie rejected [JSESSIONID="BD54AC0887C65C7BD17F7DE86DEAC9F0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-07:05:13: [WARN]: Cookie rejected [JSESSIONID="32BBB2E67325FB52CE0C5AFA9ABCD9EF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-07:05:13: [WARN]: Cookie rejected [JSESSIONID="49D10DD4CB413C8902688FB8ADE12B0F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-07:05:14: [WARN]: Cookie rejected [JSESSIONID="6C955DF5ED3E27EA275EC25A3D1AD27A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-07:05:15: [WARN]: Cookie rejected [JSESSIONID="441CD9213D4AB022E8CDE7475AA5EC49", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-07:05:15: [WARN]: Cookie rejected [JSESSIONID="CAAFA52D6DA0B46B25F35B7DCDCA3D63", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-07:05:16: [WARN]: Cookie rejected [JSESSIONID="A61C3023ABF01B0BDE46B4163B3A78E0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-07:05:16: [WARN]: Cookie rejected [JSESSIONID="2533AC36B46D73945B491D26EDE56CAE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-07:05:17: [WARN]: Cookie rejected [JSESSIONID="482BAEE15F80004729093486A9CBAB71", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-07:05:18: [WARN]: Cookie rejected [JSESSIONID="B5621717DD4150C10BE35E6189E83798", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-07:05:18: [WARN]: Cookie rejected [JSESSIONID="21B31493F685CF37B6DE92A180399B2C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-07:05:19: [WARN]: Cookie rejected [JSESSIONID="8B752E096B128B912C9BEA3CEBCE309C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-07:05:19: [WARN]: Cookie rejected [JSESSIONID="5C00125D9DBB52A6B9BC0F7250A9224C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-07:05:20: [WARN]: Cookie rejected [JSESSIONID="7F7A0984F3C7C6AB71C7596B1B88EFD1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-07:05:21: [WARN]: Cookie rejected [JSESSIONID="01ED84D8A1F9067D0EC7B96AF1B8272C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-07:05:21: [WARN]: Cookie rejected [JSESSIONID="A5FBAF5AAAE678D68C84B73CE5A2779E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-07:05:22: [WARN]: Cookie rejected [JSESSIONID="502DC2CE1C2342FCF11C8132DF7994EE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-07:05:23: [WARN]: Cookie rejected [JSESSIONID="9398AA533B83B42C78CEB4D187F474DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-07:05:23: [WARN]: Cookie rejected [JSESSIONID="756B2674A3D71C1C9C4D501A55EED081", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-07:05:24: [WARN]: Cookie rejected [JSESSIONID="782A1C299FE13E1BCF1B87B232C98690", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-07:05:24: [WARN]: Cookie rejected [JSESSIONID="DF06CA8C563E8CBF719D8A5D8012C07E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-07:05:25: [WARN]: Cookie rejected [JSESSIONID="9092DCF893A516E49F09CA330A62C358", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-07:05:26: [WARN]: Cookie rejected [JSESSIONID="ADB10A962367AAC2BCB769B29ADFD0FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-07:05:26: [WARN]: Cookie rejected [JSESSIONID="D6A9490626458ECFF8EA39D6F79A8F80", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-07:05:27: [WARN]: Cookie rejected [JSESSIONID="34F93348576FC6D75A35E41FAC94282D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-07:05:28: [WARN]: Cookie rejected [JSESSIONID="4D29DE76FE441D610EC3FDF2ABD331DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-07:05:28: [WARN]: Cookie rejected [JSESSIONID="ED0A368E02F09867F2EE20C48D846B75", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-07:05:29: [WARN]: Cookie rejected [JSESSIONID="845DBFFBE25B411F4035991188DB99D9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-07:05:30: [WARN]: Cookie rejected [JSESSIONID="2E3C604572BF40EFAF54689C6210C6B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-07:05:30: [WARN]: Cookie rejected [JSESSIONID="97CEAFC4399DA03C54190719E178AC60", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-07:05:31: [WARN]: Cookie rejected [JSESSIONID="FF9C568AED5A94FA223B2A901DB975CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-07:05:31: [WARN]: Cookie rejected [JSESSIONID="A1201FA3432835D9843BCC1F6A8DEF01", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-07:05:32: [WARN]: Cookie rejected [JSESSIONID="18BB792460A3FF9302CD022E6F7614E0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-07:05:33: [WARN]: Cookie rejected [JSESSIONID="2D00BFB6B82FC36D23DAF8DC2C2BB473", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-07:05:33: [WARN]: Cookie rejected [JSESSIONID="AA8441D3F1FAD949B1AAB7F23C0CB554", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
20170606-07:05:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:33: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         7
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         7
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         7
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:05:33: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:34: [WARN]: Cookie rejected [JSESSIONID="2D0378BF33C093A2FC8A5C8DC8C818F9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570533712" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/TestingNotFound:20171570533712 [org.dataone.client.rest.RestClient]
20170606-07:05:34: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:35: [WARN]: Cookie rejected [JSESSIONID="79076949D0B8693D4A80CF9F401D6D7F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570534522" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/TestingNotFound:20171570534522 [org.dataone.client.rest.RestClient]
20170606-07:05:35: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:35: [WARN]: Cookie rejected [JSESSIONID="D50DF98AE20D0FBDFB4527AA30CF43D9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570535353" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/TestingNotFound:20171570535353 [org.dataone.client.rest.RestClient]
20170606-07:05:35: [INFO]: 
***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:36: [WARN]: Cookie rejected [JSESSIONID="C48A842FF8A9A228E36A43D5AB4F9419", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570535838" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/TestingNotFound:20171570535838 [org.dataone.client.rest.RestClient]
20170606-07:05:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:36: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         7
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         7
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         7
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:05:36: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:36: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:36: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:36: [WARN]: Cookie rejected [JSESSIONID="822523F4D8B05BA96A77AAB932F620A6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570536496_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570536496_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:05:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:36: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:36: [WARN]: Cookie rejected [JSESSIONID="117E78B7231FFAD0D914EA5AAD065E95", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570536709_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570536709_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:05:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:36: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [WARN]: Cookie rejected [JSESSIONID="526A1D5EF6B596CA0BEEB3F2AFEC6D40", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570536983_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570536983_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:05:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [WARN]: Cookie rejected [JSESSIONID="D5B5B50F7FAED6AC6A6781EA740AC309", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570537252_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570537252_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:05:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [WARN]: Cookie rejected [JSESSIONID="D47061EB6760F27BC9A7A9C319F70A3A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570537408_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570537408_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:05:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [WARN]: Cookie rejected [JSESSIONID="D9936711EEB374633D0D91D8B9E25ECD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570537632_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570537632_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:05:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:37: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [WARN]: Cookie rejected [JSESSIONID="02D7F4173CD9F9C118FE10BB8367D3E2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570537822_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570537822_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:05:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [WARN]: Cookie rejected [JSESSIONID="91DB1F50D548262B9D7DB8FA00380673", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157053822_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017157053822_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:05:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [WARN]: Cookie rejected [JSESSIONID="D036688ECC0515275A6AA4F969D0F172", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570538195_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570538195_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:05:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [WARN]: Cookie rejected [JSESSIONID="FFA922921554FE87FA17B6D11A66FBB9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570538396_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570538396_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:05:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [WARN]: Cookie rejected [JSESSIONID="F6B300714CDD0CB12CB878E992B8EF0A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570538556_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570538556_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:05:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [WARN]: Cookie rejected [JSESSIONID="C93949E51CDEE7E101EFDF24D3F8365D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570538752_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570538752_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:05:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:38: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [WARN]: Cookie rejected [JSESSIONID="E65CE7FC07DA6DBE4289DF7FAAA92B99", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570538980_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570538980_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:05:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [WARN]: Cookie rejected [JSESSIONID="0F20608727B7A1778785ECF0DF0CFB19", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570539138_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570539138_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:05:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [WARN]: Cookie rejected [JSESSIONID="52A8B6F99ABF14391437729E2EBA0708", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570539310_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570539310_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:05:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [WARN]: Cookie rejected [JSESSIONID="E97C0D36A09FD256ACDE2B89DF420483", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570539464_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570539464_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:05:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [WARN]: Cookie rejected [JSESSIONID="BF871BFF8C137F1C4F091CF65631F5C3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570539649_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570539649_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:05:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [WARN]: Cookie rejected [JSESSIONID="B5C656BA4CA244CD02EF2A704CD7AE1C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570539826_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570539826_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:05:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:39: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [WARN]: Cookie rejected [JSESSIONID="91657E3D31D668AF6D5297E346E1EB88", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570539953_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570539953_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:05:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [WARN]: Cookie rejected [JSESSIONID="7BA14679F42DFA4AEEE62AB5343A5C60", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570540158_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570540158_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [WARN]: Cookie rejected [JSESSIONID="8A584A6BC79C5DA3F0A7C235A33A0608", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570540300_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570540300_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:05:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [WARN]: Cookie rejected [JSESSIONID="3870B02935684D1C974DC48B8DEB235A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570540498_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570540498_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [WARN]: Cookie rejected [JSESSIONID="08D8166D9A6A167B22872C513210B61B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570540708_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570540708_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:05:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:40: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [WARN]: Cookie rejected [JSESSIONID="C2048F85AFD14757D912F501AB1EF06A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570540846_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570540846_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:05:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [WARN]: Cookie rejected [JSESSIONID="055535278AADD10E07B582F2A279E626", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157054160_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017157054160_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:05:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [WARN]: Cookie rejected [JSESSIONID="912A87CF6FD77C8F08FBEC499D64B83B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570541199_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570541199_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:05:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [WARN]: Cookie rejected [JSESSIONID="E48F0A84A16C090C161626DA24584292", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570541435_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570541435_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:05:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [WARN]: Cookie rejected [JSESSIONID="6DCD7D9D7D32953D5EB2F96B29BB3C74", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570541600_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570541600_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:05:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [WARN]: Cookie rejected [JSESSIONID="0D3AF974EB83E4EBD177ACC70E701367", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570541757_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570541757_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:05:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:41: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:42: [WARN]: Cookie rejected [JSESSIONID="156E7587BD5E87C6E95CE649191E5041", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570541908_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test20171570541908_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:05:42: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:42: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:42: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:42: [WARN]: Cookie rejected [JSESSIONID="18A5F3AD218242E9B0183B0EAED31755", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570542118_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570542118_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:05:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:42: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:42: [WARN]: Cookie rejected [JSESSIONID="2C8714B492A472051BBD221D3017CFDB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570542712_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570542712_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:05:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:42: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [WARN]: Cookie rejected [JSESSIONID="36777D0C5B26609A95C7AA39746B3438", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570542924_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570542924_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:05:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [WARN]: Cookie rejected [JSESSIONID="46FE704851EBEC432BB32FCAA00BCD42", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570543113_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570543113_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:05:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [WARN]: Cookie rejected [JSESSIONID="54B47E08DDAE054A30A4EF1AA7121E29", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570543277_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570543277_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:05:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [WARN]: Cookie rejected [JSESSIONID="E01E3B9433BB9C694BFBD7691409855F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570543501_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570543501_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:05:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [WARN]: Cookie rejected [JSESSIONID="4EA6AD68A5FFF662B55342016817EC73", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570543655_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570543655_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:05:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:43: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [WARN]: Cookie rejected [JSESSIONID="E10B6ADEC3D10984ABAB8803F4D52C67", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570543872_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570543872_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:05:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [WARN]: Cookie rejected [JSESSIONID="E3B55FAC1D345BDBC4A63E9A1C93DCD5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157054410_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157054410_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:05:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [WARN]: Cookie rejected [JSESSIONID="F2B6DFE8AAEA19C8F8BDC4E6B291C0DA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570544211_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570544211_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:05:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [WARN]: Cookie rejected [JSESSIONID="B1F89D504DB60FDE613D3311EB612DC0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570544398_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570544398_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:05:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [WARN]: Cookie rejected [JSESSIONID="A2B77D96A1E707F15D01279C9EA9304A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570544588_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570544588_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:05:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [WARN]: Cookie rejected [JSESSIONID="31044327F031E2402CF48F7648377678", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570544742_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570544742_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:05:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:44: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [WARN]: Cookie rejected [JSESSIONID="731E9C3FECC3BEC3E9E5A2507ECA7CBA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570544951_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570544951_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:05:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [WARN]: Cookie rejected [JSESSIONID="E0F0F163EE3AD1244EA109849F525F4B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570545166_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570545166_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:05:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [WARN]: Cookie rejected [JSESSIONID="F8D80421CE8871E760878ED8391A5069", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570545357_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570545357_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:05:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [WARN]: Cookie rejected [JSESSIONID="D3CAC8FD66680FD5261631CA16C57AFB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570545487_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570545487_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:05:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [WARN]: Cookie rejected [JSESSIONID="63BDA706A7B53439B84C2F4AA4BDF114", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570545717_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570545717_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:05:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:45: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [WARN]: Cookie rejected [JSESSIONID="01702CDDABA531858CD22E7956E8871E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570545885_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570545885_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:05:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [WARN]: Cookie rejected [JSESSIONID="C6591317B88F7C4C549444FB1B7915F4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157054688_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157054688_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [WARN]: Cookie rejected [JSESSIONID="3615F7BC69C7AE78FD437A7A2F9C9466", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570546289_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570546289_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:05:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [WARN]: Cookie rejected [JSESSIONID="C622B0F7723AB6E8FD25309D53EC4E1D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570546517_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570546517_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [WARN]: Cookie rejected [JSESSIONID="522DAF07F6D7EA52F34DB528DE88A635", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570546655_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570546655_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:05:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [WARN]: Cookie rejected [JSESSIONID="D60909D431AB3EDF563225374BAB861C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570546825_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570546825_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:05:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:46: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [WARN]: Cookie rejected [JSESSIONID="E78822F6C1B8378ED591668504ABDB9F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570546966_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570546966_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:05:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [WARN]: Cookie rejected [JSESSIONID="5C625BF8EB345BF895589DD2EA850B46", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570547116_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570547116_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:05:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [WARN]: Cookie rejected [JSESSIONID="B86E42E96FF1624D0F0F63C825B69FC9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570547324_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570547324_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:05:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [WARN]: Cookie rejected [JSESSIONID="A323B2E203A5799879D3F262BD025B1C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570547535_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570547535_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:05:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [WARN]: Cookie rejected [JSESSIONID="F5AC3A75A6819A7AF97AA2419B5F732D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570547761_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570547761_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:05:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:47: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:48: [WARN]: Cookie rejected [JSESSIONID="2A5B007D3A7D11D9CBEEA42E09895291", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570547971_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570547971_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:05:48: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:48: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:48: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:48: [WARN]: Cookie rejected [JSESSIONID="1C51184CBB68519F51E2DC25AA3D6ADC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570548151_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570548151_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:05:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:48: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:48: [WARN]: Cookie rejected [JSESSIONID="72973216AB72A3E8656278160DC6B158", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570548606_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570548606_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:05:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:48: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [WARN]: Cookie rejected [JSESSIONID="8B2ECC9344A7F28F70E86978A2EA878E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570548783_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570548783_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:05:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [WARN]: Cookie rejected [JSESSIONID="CAFF73A1E01C8DBE32179397B5FFD9FB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201715705496_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201715705496_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:05:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [WARN]: Cookie rejected [JSESSIONID="4DFA797F778507548F70545E2B4FC3B1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570549191_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570549191_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:05:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [WARN]: Cookie rejected [JSESSIONID="ED2C8128F802C56DEFE84899BEF833EA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570549381_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570549381_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:05:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [WARN]: Cookie rejected [JSESSIONID="16D908823E301182BD38F44BE9C7F4BA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570549611_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570549611_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:05:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [WARN]: Cookie rejected [JSESSIONID="65603FDEEF3FD4E35ED39D8B748DAF03", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570549827_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570549827_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:05:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:49: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [WARN]: Cookie rejected [JSESSIONID="6DE079A7C6C249402CCEE64F7B618A62", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570549990_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570549990_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:05:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [WARN]: Cookie rejected [JSESSIONID="FECB5CF456A9D2DF0F2CF37EAB07E4F2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570550203_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570550203_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:05:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [WARN]: Cookie rejected [JSESSIONID="62AC7656E22E7622EE406713BCEEAEA5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570550406_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570550406_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:05:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [WARN]: Cookie rejected [JSESSIONID="6E54C922AA8E8C4D5275F63ACA752494", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570550530_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570550530_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:05:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [WARN]: Cookie rejected [JSESSIONID="5F65A41900C8FA7842E7693724712743", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570550705_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570550705_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:05:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:50: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [WARN]: Cookie rejected [JSESSIONID="A455650D31E347B82A7263EE1B2FBC1D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570550909_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570550909_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:05:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [WARN]: Cookie rejected [JSESSIONID="7B6299F63C67C6FDF4972B89F8D09106", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157055187_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017157055187_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:05:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [WARN]: Cookie rejected [JSESSIONID="06EDD305464EB8D91815449A3FFC25AE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570551201_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570551201_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:05:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [WARN]: Cookie rejected [JSESSIONID="59938269C5BD67F3631E2AC18956F1A0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570551347_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570551347_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:05:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [WARN]: Cookie rejected [JSESSIONID="E5D5BB4C151069EBBD87EBAF5F6D8BCE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570551536_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570551536_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:05:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [WARN]: Cookie rejected [JSESSIONID="D94935AA8A014D9312E3517C7E89FEC4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570551728_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570551728_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:05:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:51: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [WARN]: Cookie rejected [JSESSIONID="2703E1B123F53D82B3A7E5D1BFDE25CD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570551894_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570551894_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [WARN]: Cookie rejected [JSESSIONID="D28AF2645D758BDFFF2D21527B1FD5A0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157055265_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017157055265_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:05:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [WARN]: Cookie rejected [JSESSIONID="8F104C2D21B3D3239C7F93EAC01DBDB7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570552181_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570552181_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [WARN]: Cookie rejected [JSESSIONID="3FB11584ED5F24A781EC096180451D1A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570552359_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570552359_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:05:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [WARN]: Cookie rejected [JSESSIONID="9EB2E2CCD4CE392433750B539E0D4754", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570552529_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570552529_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:05:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [WARN]: Cookie rejected [JSESSIONID="1D755338F8645E59BA1017E5B87EE205", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570552643_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570552643_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:05:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [WARN]: Cookie rejected [JSESSIONID="D22036136ABA2C20DBD4A048A3AA0F08", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570552758_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570552758_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:05:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:52: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [WARN]: Cookie rejected [JSESSIONID="29CD199E828695C4ECA41C0C48EF630D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570552939_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570552939_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:05:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [WARN]: Cookie rejected [JSESSIONID="3DF616FB307AFF332B28A1F863426A04", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570553133_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570553133_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:05:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [WARN]: Cookie rejected [JSESSIONID="14AACD8173F56DDA65041DCD9D4F590C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570553336_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570553336_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:05:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [WARN]: Cookie rejected [JSESSIONID="BE443A8B778884C3460167B7DD09A85B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570553505_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570553505_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:05:53: [INFO]: 
***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:53: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:53: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [WARN]: Cookie rejected [JSESSIONID="CDCB82E7EA18D8FCFBC26F7CEDD5F9DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570553621_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570553621_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:05:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [WARN]: Cookie rejected [JSESSIONID="FDE35AA713981221E5DE45BD8FAB7755", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570554217_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570554217_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:05:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [WARN]: Cookie rejected [JSESSIONID="C6EBD42805599A52D0102173EAD6F9D6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570554375_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570554375_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:05:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [WARN]: Cookie rejected [JSESSIONID="313122959A98975A0B80EB24DAF2EEE9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570554604_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570554604_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:05:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [WARN]: Cookie rejected [JSESSIONID="22E99213A551E3614DFF8B4794C2F8F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570554810_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570554810_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:05:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:54: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [WARN]: Cookie rejected [JSESSIONID="4C644125AE03292558E23DE893944036", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570554972_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570554972_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:05:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [WARN]: Cookie rejected [JSESSIONID="8C554434B13FC9346C023C0E6EFA811E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570555172_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570555172_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:05:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [WARN]: Cookie rejected [JSESSIONID="33A2D624BF50C0A9E2BF9B5E0D71D8BB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570555405_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570555405_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:05:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [WARN]: Cookie rejected [JSESSIONID="26E8007D9D434F614D8F995F9C66DE0A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570555551_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570555551_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:05:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [WARN]: Cookie rejected [JSESSIONID="CAA9BE2D9116D55DCB74BF9D51804A3D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570555748_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570555748_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:05:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:55: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [WARN]: Cookie rejected [JSESSIONID="20E126AAE709B11D7C2549246E137FD5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570555950_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570555950_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:05:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [WARN]: Cookie rejected [JSESSIONID="392B25F70EBF527CE644BD4CE9769CCB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157055676_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017157055676_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:05:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [WARN]: Cookie rejected [JSESSIONID="E5A55D386BE28A2A5734344551DB0847", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570556216_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570556216_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:05:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [WARN]: Cookie rejected [JSESSIONID="5FFA090554475C37C872835022D128A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570556357_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570556357_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:05:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [WARN]: Cookie rejected [JSESSIONID="CDCB4FF405BD49479F7359C75E2B2A7D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570556580_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570556580_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:05:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [WARN]: Cookie rejected [JSESSIONID="F8DA1BCAE678A9326320B719C3282762", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570556782_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570556782_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:05:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:56: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [WARN]: Cookie rejected [JSESSIONID="90BD0EB83E0D7DE2F493F541B63999B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570556980_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570556980_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:05:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [WARN]: Cookie rejected [JSESSIONID="48DC3E8F975043A4A6CFE68B6BF82F33", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570557181_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570557181_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:05:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [WARN]: Cookie rejected [JSESSIONID="071150F418D4DB7B65D9E78012AD1300", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570557384_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570557384_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:05:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [WARN]: Cookie rejected [JSESSIONID="4F5087147DF32B1F5065164EF13C8410", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570557528_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570557528_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [WARN]: Cookie rejected [JSESSIONID="A937DF03FE7F56228CC17A71312D311C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570557746_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570557746_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:05:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:57: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [WARN]: Cookie rejected [JSESSIONID="7167B74D70FC19D00BF4A86DDEE7FF51", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570557943_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570557943_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:05:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [WARN]: Cookie rejected [JSESSIONID="B7A969D9C4C2413F1947F21947716430", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570558132_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570558132_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:05:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [WARN]: Cookie rejected [JSESSIONID="B285EA5791D7A33FBBAFB8206494C82B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570558361_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570558361_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:05:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [WARN]: Cookie rejected [JSESSIONID="6074BAD63E0A76ACC5CDFCBDA1286BCD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570558542_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570558542_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:05:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [WARN]: Cookie rejected [JSESSIONID="4DC10DAAAB4739D4FEEE1FF2A3BA3F12", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570558778_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570558778_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:05:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:58: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:59: [WARN]: Cookie rejected [JSESSIONID="0832E63B3DB4EEE82FF5A43ACD37DF82", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570558902_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570558902_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:05:59: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:59: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:59: [WARN]: Cookie rejected [JSESSIONID="5CE9B0A80AADC85B9C4B87AD3795D16E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570559125_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570559125_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:05:59: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:59: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:59: [WARN]: Cookie rejected [JSESSIONID="4719464697DE881A77748FE68FE557BD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570559270_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570559270_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:05:59: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:59: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:05:59: [WARN]: Cookie rejected [JSESSIONID="04306B04FA67ECA5910B8AB16101AFA1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570559473_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:05:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570559473_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:05:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:59: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         7
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         7
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         7
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:05:59: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:05:59: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:00: [WARN]: Cookie rejected [JSESSIONID="854615541F3B354DCB36367F52ED1B97", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:06:00: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:00: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:01: [WARN]: Cookie rejected [JSESSIONID="932F7E26A52F96BFC85B8CF9D4DB7D79", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:06:01: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:01: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:02: [WARN]: Cookie rejected [JSESSIONID="6005942F1EBFEEFC83CF2B99BF343D1A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:06:02: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:02: [WARN]: Cookie rejected [JSESSIONID="07655A362C7AB4B287ABED18447CA365", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:06:03: [WARN]: Cookie rejected [JSESSIONID="11C1448D0D5B3A51B0B505B926FEC9A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:06:03: [WARN]: Cookie rejected [JSESSIONID="12ED027F2F7C28AD51A5E3E7EE318E95", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:06:04: [WARN]: Cookie rejected [JSESSIONID="76B97BF18BF0B1BE71A0FBC0397F6921", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-07:06:04: [WARN]: Cookie rejected [JSESSIONID="39DFCCDE5DBE31CC34F48F1AAB933044", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-07:06:05: [WARN]: Cookie rejected [JSESSIONID="1188C16B92407EC745952F5EBED394FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-07:06:06: [WARN]: Cookie rejected [JSESSIONID="5C6B737E53257CEE30C049006D6FAB14", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-07:06:06: [WARN]: Cookie rejected [JSESSIONID="8D3617CCD5F8A0A3DACD6954985B230C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-07:06:07: [WARN]: Cookie rejected [JSESSIONID="06B3B653F7F42AB01642FFD6D7C37466", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:06:07: [WARN]: Cookie rejected [JSESSIONID="B1F6B0EFB79030AC1C4913C30D361B7A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:06:08: [WARN]: Cookie rejected [JSESSIONID="7DA3BBE285075E6EEEE466F7CA56A5D8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:06:09: [WARN]: Cookie rejected [JSESSIONID="DBE1BE6FA6A5C2EB99F53DCA89F8E850", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:06:09: [WARN]: Cookie rejected [JSESSIONID="E10A532A6AFFAD767C7CDDF4DF6F3BB8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:06:10: [WARN]: Cookie rejected [JSESSIONID="1BEC8B62A11469A67F38849D9B9B0B09", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-07:06:10: [WARN]: Cookie rejected [JSESSIONID="4763FE4FDC398A1DC99F3DDBA73B4E76", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-07:06:11: [WARN]: Cookie rejected [JSESSIONID="AB3970E410A242268EDC0941C2162FF2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-07:06:12: [WARN]: Cookie rejected [JSESSIONID="2B4C0D913C82A7007A143DE66B9194B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-07:06:12: [WARN]: Cookie rejected [JSESSIONID="F308AA42B60EB42ED66D560A387C5092", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-07:06:13: [WARN]: Cookie rejected [JSESSIONID="9F87C26F96B69039AB97E95DBE632CDD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-07:06:13: [WARN]: Cookie rejected [JSESSIONID="CB8EDB4184AA7CACCFF82EF25C8D2F5F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-07:06:14: [WARN]: Cookie rejected [JSESSIONID="FD2F7B4CE8B3456A761934AB0DB52C63", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-07:06:14: [WARN]: Cookie rejected [JSESSIONID="2AC2964A35C0C755C5B088265EE14B6A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-07:06:15: [WARN]: Cookie rejected [JSESSIONID="BCC00C0B5871F7BE95FA54CE732E99D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-07:06:16: [WARN]: Cookie rejected [JSESSIONID="E0D844B85DD7F68FF23E3B76B2858107", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-07:06:16: [WARN]: Cookie rejected [JSESSIONID="6DBAE84193E0D5281CA625A116FD1C90", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-07:06:17: [WARN]: Cookie rejected [JSESSIONID="E18B94CF3B10D904E00131E16772F25D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-07:06:17: [WARN]: Cookie rejected [JSESSIONID="F05AB77986D76324F13372512DE7235B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-07:06:18: [WARN]: Cookie rejected [JSESSIONID="4112C1C56654391D0ADD0AB7E1B64936", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-07:06:19: [WARN]: Cookie rejected [JSESSIONID="6290449A9D7B915E307FD7F62F5E7011", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-07:06:19: [WARN]: Cookie rejected [JSESSIONID="908B3CD7D054DA1794375BE2EF83CD52", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-07:06:20: [WARN]: Cookie rejected [JSESSIONID="C9992CBA0F1B1DB4834112BE27809F37", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-07:06:20: [WARN]: Cookie rejected [JSESSIONID="78318F39434400E7A5B388C59241C4A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-07:06:21: [WARN]: Cookie rejected [JSESSIONID="0DA4CD8604AD2BCE7CD9C1D61969A7DF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-07:06:22: [WARN]: Cookie rejected [JSESSIONID="BFF3DDC90695236502C793DE3FC6FF30", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-07:06:22: [WARN]: Cookie rejected [JSESSIONID="9288E5432B0DCC288399D3E87D949D7E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-07:06:23: [WARN]: Cookie rejected [JSESSIONID="3E8526A7681ABFCBC33A5CA0AEEE35CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-07:06:23: [WARN]: Cookie rejected [JSESSIONID="E1D3A7FDC6B1B9E1967B7242AC51BF8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-07:06:24: [WARN]: Cookie rejected [JSESSIONID="404D55309E03EB7A55DB1F5CCF7F7F8D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-07:06:25: [WARN]: Cookie rejected [JSESSIONID="E8BAEB56EEEFDBD65431C34BEEF26BBE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-07:06:25: [WARN]: Cookie rejected [JSESSIONID="C3E745577B5865B649ECCB7971A8D568", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-07:06:26: [WARN]: Cookie rejected [JSESSIONID="D8C9D76234DC9BE206FFA9CB203711C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-07:06:27: [WARN]: Cookie rejected [JSESSIONID="AE11931CF2172E29195A105EB93B4E68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-07:06:27: [WARN]: Cookie rejected [JSESSIONID="690D803A15000EA05E884220AE29F32C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-07:06:28: [WARN]: Cookie rejected [JSESSIONID="DD8BC0864C14EA34DBDDFB7F20322663", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-07:06:28: [WARN]: Cookie rejected [JSESSIONID="2006213BF99AED5B8014E8F7F51CDFD5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-07:06:29: [WARN]: Cookie rejected [JSESSIONID="8904C04F485BBE2704818195076F845C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-07:06:30: [WARN]: Cookie rejected [JSESSIONID="4E99A90DC62EFE6024D7A11996D42897", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-07:06:30: [WARN]: Cookie rejected [JSESSIONID="AFB5061E4F068A3455C8881694D8EF6F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-07:06:31: [WARN]: Cookie rejected [JSESSIONID="D86A27E2FC7700B0F38127D0E3BFD546", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-07:06:31: [WARN]: Cookie rejected [JSESSIONID="B048350693F6E4F02A997117F8CAEDA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-07:06:32: [WARN]: Cookie rejected [JSESSIONID="2E23F665B1589CEAE727A3F625108456", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-07:06:33: [WARN]: Cookie rejected [JSESSIONID="21700267A926956D0D82A49A7090D6A2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
20170606-07:06:33: [WARN]: Cookie rejected [JSESSIONID="5BF3EF2D8EC4D8BFE99F9D5917DFCB1E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00ABF9B3-B064-464D-9A56-E3DBE5023851}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00ABF9B3-B064-464D-9A56-E3DBE5023851%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetSystemMetadata(ReadTestImplementations.java:213)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetSystemMetadata(ReadTestImplementations.java:200)
	at org.dataone.integration.it.apiTests.CNReadV2IT.testGetSystemMetadata(CNReadV2IT.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v2.impl.MultipartD1Node.getSystemMetadata(MultipartD1Node.java:94)
	at org.dataone.client.v2.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:791)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:259)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 34 more
20170606-07:06:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:33: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         8
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         8
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         8
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:06:33: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:34: [WARN]: Cookie rejected [JSESSIONID="22D6F068CAD603CABD555E1536B472A6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TestingNotFound:20171570633871" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TestingNotFound:20171570633871 [org.dataone.client.rest.RestClient]
20170606-07:06:34: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:35: [WARN]: Cookie rejected [JSESSIONID="F40D180E9D014A5531C01ED23965D734", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TestingNotFound:20171570634642" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TestingNotFound:20171570634642 [org.dataone.client.rest.RestClient]
20170606-07:06:35: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:36: [WARN]: Cookie rejected [JSESSIONID="029591A782550E36D9E21DEA1D04A941", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TestingNotFound:20171570635431" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TestingNotFound:20171570635431 [org.dataone.client.rest.RestClient]
20170606-07:06:36: [INFO]: 
***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:36: [WARN]: Cookie rejected [JSESSIONID="B7C10306FF27E3AEA3CA7FD78C7C2C60", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TestingNotFound:2017157063647" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TestingNotFound:2017157063647 [org.dataone.client.rest.RestClient]
20170606-07:06:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:36: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         8
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         8
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         8
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:06:36: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:36: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:36: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:36: [WARN]: Cookie rejected [JSESSIONID="CF27CC6AF592EA458810AB398F779BC6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570636702_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570636702_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:06:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:36: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [WARN]: Cookie rejected [JSESSIONID="773DE965246EC847A5A810FD688B2EF7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570636935_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570636935_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:06:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [WARN]: Cookie rejected [JSESSIONID="0EF472FA61A99D30D735109BFA475A99", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157063778_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017157063778_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:06:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [WARN]: Cookie rejected [JSESSIONID="AD6DF585FBDD6E5BC2870EBEC245D7BD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570637323_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570637323_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:06:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [WARN]: Cookie rejected [JSESSIONID="E400B1C25A916AE15B7DB4532EA278A3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570637490_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570637490_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:06:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [WARN]: Cookie rejected [JSESSIONID="6C8E4AC5561569442FD293636A5517C5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570637725_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570637725_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:06:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:37: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [WARN]: Cookie rejected [JSESSIONID="B2C430F482F6606807B87A08420C092C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570637936_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570637936_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:06:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [WARN]: Cookie rejected [JSESSIONID="31704ACEB0AEBBF92D37A0A19C34A022", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570638144_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570638144_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:06:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [WARN]: Cookie rejected [JSESSIONID="2A93BCFB547038C6CD5C6EA9EB7D1ADF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570638303_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570638303_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:06:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [WARN]: Cookie rejected [JSESSIONID="FE818508066A484C7C9B89850FF17E8D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570638445_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570638445_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:06:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [WARN]: Cookie rejected [JSESSIONID="49B45BD66E8D0C15D2F32C79D3EB7885", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570638569_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570638569_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:06:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:38: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [WARN]: Cookie rejected [JSESSIONID="8109DCA8E8A0E22AC7B24E451982458E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570638788_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570638788_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:06:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [WARN]: Cookie rejected [JSESSIONID="C3051A56BE7E407E05BEC650CA5251A5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201715706394_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test201715706394_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:06:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [WARN]: Cookie rejected [JSESSIONID="F36FC141E911CFCC84BA9C64CE6161F1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570639198_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570639198_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:06:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [WARN]: Cookie rejected [JSESSIONID="BB6446E173B6BE5698A794A4BE074EB8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570639364_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570639364_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:06:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [WARN]: Cookie rejected [JSESSIONID="FB2EE8617A05B10FDD40A9D81CD35E5F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570639554_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570639554_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:06:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [WARN]: Cookie rejected [JSESSIONID="B5E5DD1FE5ED21335FFCF2857D0A3F25", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570639748_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570639748_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:06:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:39: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [WARN]: Cookie rejected [JSESSIONID="1B99AC0C3849C3391192001651069EC5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570639942_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570639942_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:06:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [WARN]: Cookie rejected [JSESSIONID="BB9583D77DEB5F9F675C83A31B1BFE2B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570640160_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570640160_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:06:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [WARN]: Cookie rejected [JSESSIONID="A06ABECFEBD3D89F494ED1B70A1B0D91", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570640371_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570640371_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [WARN]: Cookie rejected [JSESSIONID="08EC21430F1C7B040A3C5174242E6F89", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570640508_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570640508_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:06:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [WARN]: Cookie rejected [JSESSIONID="39A9B7B330CAFF316640233388B411BC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570640684_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570640684_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:40: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [WARN]: Cookie rejected [JSESSIONID="C9629599CEEF84FADDEDF75FF47B4130", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570640872_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570640872_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:06:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [WARN]: Cookie rejected [JSESSIONID="8AB31E806E3E3D9C162C0680AE882042", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157064156_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017157064156_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:06:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [WARN]: Cookie rejected [JSESSIONID="4CED1BABB011C146D8BC214A693CBA8D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570641210_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570641210_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:06:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [WARN]: Cookie rejected [JSESSIONID="F795D2477672C509396CE022FCCCCC53", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570641445_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570641445_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:06:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [WARN]: Cookie rejected [JSESSIONID="ECBEE749059A80105CA062D8D3D637B4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570641678_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570641678_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:06:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [WARN]: Cookie rejected [JSESSIONID="FD4D613EC832774D69710F90DBB66CD0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570641840_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570641840_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:06:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:41: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [WARN]: Cookie rejected [JSESSIONID="7004E4C67E9151C52F3B6383ECD839DE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570641969_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570641969_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:06:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [WARN]: Cookie rejected [JSESSIONID="4E7E0534CEB192DDDAC50F5AA902452F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570642129_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test20171570642129_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:06:42: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:42: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [WARN]: Cookie rejected [JSESSIONID="B80B8E44F04A39E7216D7A8C3E424920", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570642249_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570642249_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:06:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [WARN]: Cookie rejected [JSESSIONID="1B946D306A1A3D0303BC71E8B31626C4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570642822_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570642822_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:06:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:42: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [WARN]: Cookie rejected [JSESSIONID="6FE27C023029630E7BBE687E3C7EFDCC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570642971_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570642971_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:06:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [WARN]: Cookie rejected [JSESSIONID="F9A807DF0D2511FE8E07422FC5D02570", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570643116_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570643116_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:06:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [WARN]: Cookie rejected [JSESSIONID="4A05DF9CCB18758457DCBABE6EE5CFFE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570643262_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570643262_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:06:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [WARN]: Cookie rejected [JSESSIONID="CAAF5FBDC39F81406E7AEEFF35D73022", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570643447_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570643447_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:06:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [WARN]: Cookie rejected [JSESSIONID="EBDC1A7697F88FB9F5879E83E07B0CC7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570643571_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570643571_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:06:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [WARN]: Cookie rejected [JSESSIONID="F4FF6F3B8614576C7756D4F45D4360C6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570643770_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570643770_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:06:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:43: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [WARN]: Cookie rejected [JSESSIONID="82C2D18ED6117E0D1C11570DC2E5C784", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570643921_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570643921_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:06:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [WARN]: Cookie rejected [JSESSIONID="DAC63EDFE4565AB75393BEAD39E52C11", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570644131_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570644131_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:06:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [WARN]: Cookie rejected [JSESSIONID="899D7AE145D124F087084432F1053ED0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570644312_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570644312_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:06:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [WARN]: Cookie rejected [JSESSIONID="FE783B0D79EF390BA576002AA118ECA7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570644510_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570644510_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:06:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [WARN]: Cookie rejected [JSESSIONID="A0DC8ED543468B08E1619EBB744EC4A6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570644666_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570644666_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:06:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [WARN]: Cookie rejected [JSESSIONID="7D945CF85BC23A084CFD096ECA63E8C3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570644814_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570644814_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:06:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:44: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [WARN]: Cookie rejected [JSESSIONID="B4E9179776C969E307C56B345712A627", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570644960_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570644960_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:06:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [WARN]: Cookie rejected [JSESSIONID="6392F6410244E1FC6F8EDF6EAA8BBBA7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570645187_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570645187_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:06:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [WARN]: Cookie rejected [JSESSIONID="27C0E22DE9388811E89708690EE1AD7D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570645393_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570645393_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:06:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [WARN]: Cookie rejected [JSESSIONID="E207E0BCF2D94367767BE5CBD5C57B6B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570645572_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570645572_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:06:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:45: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [WARN]: Cookie rejected [JSESSIONID="32D417F65B9DBCFBA49334BE8ACD7422", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570645761_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570645761_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:06:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [WARN]: Cookie rejected [JSESSIONID="975A6F916BB4EE919A958D2F002080B6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157064622_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017157064622_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [WARN]: Cookie rejected [JSESSIONID="D04003C3873B746F2D9EF9658AA9D1FE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570646212_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570646212_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:06:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [WARN]: Cookie rejected [JSESSIONID="CAAA4020B7630EB5BC4EC360344E1B62", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570646331_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570646331_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [WARN]: Cookie rejected [JSESSIONID="98C3B0F468B355E0431CC395136DEDA8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570646487_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570646487_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:06:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [WARN]: Cookie rejected [JSESSIONID="1B805528D02434CFA860038D933F5E8A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570646686_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570646686_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:06:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:46: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [WARN]: Cookie rejected [JSESSIONID="C746E20359354D2693A07C1B54D83647", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570646842_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570646842_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:06:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [WARN]: Cookie rejected [JSESSIONID="23DFA8E6486C3BD1114F6ACB759848D8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157064780_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017157064780_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:06:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [WARN]: Cookie rejected [JSESSIONID="3C5C890DE550B53EF2D48284DDB84591", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570647240_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570647240_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:06:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [WARN]: Cookie rejected [JSESSIONID="4377FE015343F21EAC1FA2F4634B97E0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570647462_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570647462_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:06:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [WARN]: Cookie rejected [JSESSIONID="9D69EFB7B56FAAAC95ADAED534E55AA9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570647663_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570647663_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:06:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:47: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [WARN]: Cookie rejected [JSESSIONID="8E73D8A980AF0AEEAC341804D02A9EF7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570647803_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test20171570647803_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:06:48: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:48: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [WARN]: Cookie rejected [JSESSIONID="89A339613715CE861A9943B446F2C51E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157064847_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017157064847_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:06:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [WARN]: Cookie rejected [JSESSIONID="F7629BD25D883914F33655CDCEBD2A00", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570648464_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570648464_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:06:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [WARN]: Cookie rejected [JSESSIONID="6DE7CF3F255537D2837F9936A6E4A876", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570648649_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570648649_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:06:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [WARN]: Cookie rejected [JSESSIONID="E25895484FC1AC677B662511EFDFD8B4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570648835_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570648835_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:06:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:48: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [WARN]: Cookie rejected [JSESSIONID="388474B27981205E3ED48B92A80C2B30", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570648980_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570648980_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:06:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [WARN]: Cookie rejected [JSESSIONID="7A882980D79B72715634527017750717", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570649168_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570649168_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:06:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [WARN]: Cookie rejected [JSESSIONID="9862D7A9E00FC0E0AB1F9A93847464CE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570649342_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570649342_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:06:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [WARN]: Cookie rejected [JSESSIONID="03FA155CDE72865ACAB9BB510FFD542B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570649496_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570649496_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:06:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [WARN]: Cookie rejected [JSESSIONID="45B60EB0288D6378569C5AB0F6EF30F4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570649673_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570649673_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:06:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:49: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [WARN]: Cookie rejected [JSESSIONID="6C0025FD782B8A709C3FE9A7F21082CF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570649837_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570649837_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:06:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [WARN]: Cookie rejected [JSESSIONID="7922AA78BAF001A1C2CB5D9262C29A6B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157065034_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017157065034_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:06:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [WARN]: Cookie rejected [JSESSIONID="7C6D785DBF1F427A7803CC81F17708F1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570650240_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570650240_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:06:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [WARN]: Cookie rejected [JSESSIONID="1F54AF9DED8931E6D47D6886DF329D19", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570650413_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570650413_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:06:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [WARN]: Cookie rejected [JSESSIONID="C5BA391979D1AF7971DF796D9FDB4DDF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570650556_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570650556_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:06:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [WARN]: Cookie rejected [JSESSIONID="861BAD7E7F93FE7078ADE3F70E64293A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570650719_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570650719_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:06:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:50: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [WARN]: Cookie rejected [JSESSIONID="D0383AF1B4B88C471C6C36DB9FB23BE9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570650901_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570650901_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:06:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [WARN]: Cookie rejected [JSESSIONID="39994AEBE8937ACB6B3528FC0FF66213", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157065139_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017157065139_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:06:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [WARN]: Cookie rejected [JSESSIONID="CDC769D09670D4F867E6BB9797F8D547", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570651162_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570651162_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:06:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [WARN]: Cookie rejected [JSESSIONID="2E2CF9F1EBFAEB4AF4F05C959F0F7000", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570651339_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570651339_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:06:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [WARN]: Cookie rejected [JSESSIONID="AEF8B6C3CF580E56AD4D2B60BD9319B1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570651522_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570651522_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [WARN]: Cookie rejected [JSESSIONID="4BBC3DCEEC29903ABED0BDEF0CBDBAEF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570651694_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570651694_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:06:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:51: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [WARN]: Cookie rejected [JSESSIONID="1A4199FE4E6F3520ADC38ACF04889FF8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570651865_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570651865_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [WARN]: Cookie rejected [JSESSIONID="015D439B5F777AB4D47B7B6404BEB9DD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157065223_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017157065223_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:06:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [WARN]: Cookie rejected [JSESSIONID="E30A59F35A30B231EDD686E87EF84237", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570652196_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570652196_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:06:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [WARN]: Cookie rejected [JSESSIONID="F415467DCCEAA7EAC9B5BE837797029B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570652364_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570652364_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:06:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [WARN]: Cookie rejected [JSESSIONID="684075447132BBB53F0A0D87B5AF6CA6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570652554_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570652554_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:06:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [WARN]: Cookie rejected [JSESSIONID="ECD22498036114EB844D07B5E5EDC509", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570652716_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570652716_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:06:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:52: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:53: [WARN]: Cookie rejected [JSESSIONID="37050DDCF44F21284C0E156E1ADA1683", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570652907_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570652907_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:06:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:53: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:53: [WARN]: Cookie rejected [JSESSIONID="C88D1A94E6B25E31A5FD3EE61DF89F9F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157065394_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017157065394_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:06:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:53: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:53: [WARN]: Cookie rejected [JSESSIONID="947F0FD2D34859B054CFDD49D3B84618", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570653265_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test20171570653265_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:06:53: [INFO]: 
***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:53: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:53: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [WARN]: Cookie rejected [JSESSIONID="2A8E23F8D461C9D7B3034BC4C80C9021", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570653423_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570653423_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:06:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [WARN]: Cookie rejected [JSESSIONID="515D679EAF14865D9E53A6F425D0AF6A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157065451_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017157065451_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:06:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [WARN]: Cookie rejected [JSESSIONID="4DDE1B11C175435CBCD1D5BB856B668E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570654254_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570654254_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:06:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [WARN]: Cookie rejected [JSESSIONID="926870AF300A89DD50705733FEAF7CAC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570654481_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570654481_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:06:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [WARN]: Cookie rejected [JSESSIONID="867D65033A6178450A6C0F0C53A1D8ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570654679_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570654679_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:06:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:54: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [WARN]: Cookie rejected [JSESSIONID="B532AF3309458276FB8B5982B7E649F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570654824_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570654824_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:06:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [WARN]: Cookie rejected [JSESSIONID="E79E4A2B380D440F790DC2671036CD9A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157065514_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017157065514_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:06:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [WARN]: Cookie rejected [JSESSIONID="3196A027D9350CCF63E359FF51FB2FE2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570655233_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570655233_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:06:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [WARN]: Cookie rejected [JSESSIONID="4AEE5E085C016C3FA8B7D8C3D87BF964", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570655429_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570655429_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:06:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [WARN]: Cookie rejected [JSESSIONID="17330483044A1BE478BC000E1EC63CE4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570655575_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570655575_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:06:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [WARN]: Cookie rejected [JSESSIONID="74E568669F62BB00BFB7452DE19957CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570655740_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570655740_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:06:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:55: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [WARN]: Cookie rejected [JSESSIONID="9D9653CBA9E315AD5EA1B572C0E1883C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570655983_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570655983_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:06:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [WARN]: Cookie rejected [JSESSIONID="F3E0BEE1B401D9B2B603061BC90CE670", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570656163_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570656163_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:06:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [WARN]: Cookie rejected [JSESSIONID="2760A442101CC678EEDF48FD35150351", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570656373_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570656373_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:06:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [WARN]: Cookie rejected [JSESSIONID="EF8F9D795D971A213AA742AF68E28BA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570656555_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570656555_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:06:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [WARN]: Cookie rejected [JSESSIONID="E8E338053909F10E4B7A10207B14C8A5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570656781_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570656781_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:06:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:56: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [WARN]: Cookie rejected [JSESSIONID="305CD8BB868429BEF7196B86D05EC291", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570656986_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570656986_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:06:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [WARN]: Cookie rejected [JSESSIONID="0D49F667C4C1FFD9B710886604697225", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570657183_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570657183_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:06:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [WARN]: Cookie rejected [JSESSIONID="30476A9C42B332E4AF136A403FECB968", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570657384_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570657384_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:06:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [WARN]: Cookie rejected [JSESSIONID="4D85CB0EFF1C2309B5D1597CD62B0893", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570657584_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570657584_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [WARN]: Cookie rejected [JSESSIONID="D7EB315D0AA5EB09418FE4344F661595", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570657709_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570657709_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:06:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:57: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [WARN]: Cookie rejected [JSESSIONID="7FC981CE71DCE4D11179EFEB6C491000", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570657894_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570657894_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:06:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [WARN]: Cookie rejected [JSESSIONID="3C7AC14FA8016F5690B2B79A02714075", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017157065891_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017157065891_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:06:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [WARN]: Cookie rejected [JSESSIONID="424773FC099F6DA0011BD1231B1EAC9C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570658232_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570658232_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:06:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [WARN]: Cookie rejected [JSESSIONID="A290E9BB9CCA34481E8F90BF75827AD4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570658451_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570658451_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:06:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [WARN]: Cookie rejected [JSESSIONID="4F1D39AF6AAF6582C58C258377C6ADDA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570658579_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570658579_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:06:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [WARN]: Cookie rejected [JSESSIONID="6AA0834B380B845D7B56238DED5B19B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570658723_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570658723_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:06:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:58: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:59: [WARN]: Cookie rejected [JSESSIONID="65F35CAAFDB03887AB5F6ABE4F5DF6B9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570658912_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570658912_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:06:59: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:59: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:59: [WARN]: Cookie rejected [JSESSIONID="E240B40992DD0A65ACD3C9C4BF9333A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570659108_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570659108_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:06:59: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:59: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:06:59: [WARN]: Cookie rejected [JSESSIONID="DDACA7C25C31E7FD6051762227CC3D57", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test20171570659330_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:06:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test20171570659330_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:06:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:59: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         8
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         8
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         8
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:06:59: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:06:59: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:00: [WARN]: Cookie rejected [JSESSIONID="D903052B1AD4AD80502C374992C0AE99", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:07:00: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:00: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:01: [WARN]: Cookie rejected [JSESSIONID="CFE781C27BA846D86337234670110734", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:07:01: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:01: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:02: [WARN]: Cookie rejected [JSESSIONID="96E570255B538C4090AFDAB0AEE6EA65", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:07:02: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:02: [WARN]: Cookie rejected [JSESSIONID="DA7BA641BFB6BB8D59E63A54139A0A17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:07:03: [WARN]: Cookie rejected [JSESSIONID="9DE044C3B48F18F9C0B4C742DF7F9892", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:07:03: [WARN]: Cookie rejected [JSESSIONID="D07DC00E07194B7B2BE47BB34C4C4414", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:07:04: [WARN]: Cookie rejected [JSESSIONID="54724521AB667C8D2C68C5567658C53B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-07:07:04: [WARN]: Cookie rejected [JSESSIONID="D5C5288C542AA3CC1046DB9982C0050F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-07:07:05: [WARN]: Cookie rejected [JSESSIONID="B1631B3CAC2B935E4F5EEE8021662D33", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-07:07:06: [WARN]: Cookie rejected [JSESSIONID="E3494DED2346DDB6E633F27EC0996BDF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-07:07:06: [WARN]: Cookie rejected [JSESSIONID="F560072F4B642DB2C3789FBD9BD2E44A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-07:07:07: [WARN]: Cookie rejected [JSESSIONID="B6A009AF4D53909E90232B65750D848E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:07:08: [WARN]: Cookie rejected [JSESSIONID="6D9D9FB8645A94F4FB781627CE21C316", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:07:08: [WARN]: Cookie rejected [JSESSIONID="D9B808D9A67A4DF315614AD18BF71C0C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:07:09: [WARN]: Cookie rejected [JSESSIONID="BBF1D6C084E4FC77984A738A9C52B904", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:07:09: [WARN]: Cookie rejected [JSESSIONID="24252FD9811E3C731AC80C7677693742", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:07:10: [WARN]: Cookie rejected [JSESSIONID="CC8EB1BAE17BAB20AE0FE2FBD2D533E7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-07:07:10: [WARN]: Cookie rejected [JSESSIONID="17AD00FD229D7B3738338BD1C4B5B815", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-07:07:11: [WARN]: Cookie rejected [JSESSIONID="43C3F7B26B257FAE483254D22CF648FE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-07:07:12: [WARN]: Cookie rejected [JSESSIONID="70E4784A234D150D21C6AF34B068D401", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-07:07:12: [WARN]: Cookie rejected [JSESSIONID="473F314E98B7E7D3FC30B2AC5C9F29A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-07:07:13: [WARN]: Cookie rejected [JSESSIONID="D71B951286FB4D7A2FF2CF7147F0E49D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-07:07:14: [WARN]: Cookie rejected [JSESSIONID="2C04310C074D0DAC340AA54924684C4E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-07:07:14: [WARN]: Cookie rejected [JSESSIONID="D2AF3A3DFDD580EE54718168658872F6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-07:07:15: [WARN]: Cookie rejected [JSESSIONID="73819B9157BCED93FF9A02AB8EC55378", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-07:07:15: [WARN]: Cookie rejected [JSESSIONID="F9D520E8EF40942EE97A24AF7E863246", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-07:07:16: [WARN]: Cookie rejected [JSESSIONID="44E6DD53C051C1FA773828FBD8110F78", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-07:07:17: [WARN]: Cookie rejected [JSESSIONID="83289749F678B366C093C6B3912714ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-07:07:17: [WARN]: Cookie rejected [JSESSIONID="D3D8E4F0CC23471CDCAD79D250F6352D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-07:07:18: [WARN]: Cookie rejected [JSESSIONID="FA296F3B380EE5C82E1C65F05C8C9238", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-07:07:18: [WARN]: Cookie rejected [JSESSIONID="095BDA645552E088107633839B43A93D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-07:07:19: [WARN]: Cookie rejected [JSESSIONID="086D9057779C44BE02F72D59DF2AC01E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-07:07:20: [WARN]: Cookie rejected [JSESSIONID="13DEEDAD7A3C30F19AB25F71A2467B41", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-07:07:20: [WARN]: Cookie rejected [JSESSIONID="D3DEB349209BA950E15F52747D216612", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-07:07:21: [WARN]: Cookie rejected [JSESSIONID="09C18F66BE624C5630460F55632557F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-07:07:21: [WARN]: Cookie rejected [JSESSIONID="5B243ED4489FC136A8D17DA7FE273B0C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-07:07:22: [WARN]: Cookie rejected [JSESSIONID="42AF61D3E1E4E5B16C1245598B10AD03", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-07:07:23: [WARN]: Cookie rejected [JSESSIONID="67405687EC78CA8F1141623A1CDE2CB2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-07:07:23: [WARN]: Cookie rejected [JSESSIONID="170AD4BFDD0F8AE73B0C72F2A98A468A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-07:07:24: [WARN]: Cookie rejected [JSESSIONID="1B6BAB61D258A964D96A938B89CCFB0D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-07:07:24: [WARN]: Cookie rejected [JSESSIONID="466D0B222F09B766F6DF3602204F4840", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-07:07:25: [WARN]: Cookie rejected [JSESSIONID="90EE0EA12C5CDB17966171BCAB5D2C07", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-07:07:26: [WARN]: Cookie rejected [JSESSIONID="EEB39CB031C6AD3616A6E0BB0AABC02B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-07:07:26: [WARN]: Cookie rejected [JSESSIONID="8D1E902337859EEA1AAAF4F3D7450D01", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-07:07:27: [WARN]: Cookie rejected [JSESSIONID="1F80A18621ED7BF439C993E1456AB695", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-07:07:28: [WARN]: Cookie rejected [JSESSIONID="FB7A2CE1DC5340A52F49064EC34DA5EC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-07:07:28: [WARN]: Cookie rejected [JSESSIONID="856AD64B930749DB587189C991E2A58C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-07:07:29: [WARN]: Cookie rejected [JSESSIONID="BBBE2471CAE26FD9AA313668340F61FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-07:07:29: [WARN]: Cookie rejected [JSESSIONID="48566B01A8CC25D0D105E02A01965BB8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-07:07:30: [WARN]: Cookie rejected [JSESSIONID="67A8268A29AEE2DCFDF49909D0578695", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-07:07:31: [WARN]: Cookie rejected [JSESSIONID="DB5890D7B51C0E2B9970AACC0184BA6F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-07:07:31: [WARN]: Cookie rejected [JSESSIONID="CFC4FC8E3C0F2C3B122CDDBE875DA2C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-07:07:32: [WARN]: Cookie rejected [JSESSIONID="2D516AA8135496549DE25F108BB167A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-07:07:33: [WARN]: Cookie rejected [JSESSIONID="04B13AD0CCB7D13FACEB83387A17F02C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-07:07:33: [WARN]: Cookie rejected [JSESSIONID="CEECCF8080C43FE7DD76242B977E2B57", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testDescribe(ReadTestImplementations.java:347)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testDescribe(ReadTestImplementations.java:334)
	at org.dataone.integration.it.apiTests.CNReadV2IT.testDescribe(CNReadV2IT.java:87)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v2.impl.MultipartD1Node.getSystemMetadata(MultipartD1Node.java:94)
	at org.dataone.client.v2.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:791)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:259)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 34 more
20170606-07:07:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:33: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         9
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         9
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         9
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:07:33: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:34: [WARN]: Cookie rejected [JSESSIONID="81AF1AD51F508B22A1703BA863B34F2A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570733752" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/TestingNotFound:20171570733752 [org.dataone.client.rest.RestClient]
20170606-07:07:34: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:35: [WARN]: Cookie rejected [JSESSIONID="3461EB3D29BF03DF77284261A2AAD940", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570734603" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/TestingNotFound:20171570734603 [org.dataone.client.rest.RestClient]
20170606-07:07:35: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [WARN]: Cookie rejected [JSESSIONID="10E1638EC415D3140FC2674CD27CE332", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570735467" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/TestingNotFound:20171570735467 [org.dataone.client.rest.RestClient]
20170606-07:07:36: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [WARN]: Cookie rejected [JSESSIONID="14E83957ABFB5142B10E6E48CE9164A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:20171570736112" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/TestingNotFound:20171570736112 [org.dataone.client.rest.RestClient]
20170606-07:07:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         9
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         9
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         9
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:07:36: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:36: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:37: [WARN]: Cookie rejected [JSESSIONID="629669818E0CD95B0A3675669EF019C8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570736893_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570736893_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:07:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:37: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:38: [WARN]: Cookie rejected [JSESSIONID="50F3DA7AD6F1D8CC5AA2EDE0F822101D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570737520_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570737520_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:07:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:38: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:38: [WARN]: Cookie rejected [JSESSIONID="2A43974E23B95FB8C7C49CCBE183A5E7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570738154_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570738154_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:07:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:38: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:39: [WARN]: Cookie rejected [JSESSIONID="2B8F08FEE4AABCAA0F56FED7E45D911E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570738814_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570738814_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:07:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:39: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:40: [WARN]: Cookie rejected [JSESSIONID="99F71ABCE8A717F2D2D95F9BE6A440A5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570739490_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570739490_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:07:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:40: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:40: [WARN]: Cookie rejected [JSESSIONID="E89E7A5484A7DC7F9C7EE4F6E42922F7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570740148_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570740148_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:07:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:40: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:41: [WARN]: Cookie rejected [JSESSIONID="8B346A09424D595C61138CD7FF80D15C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570740833_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570740833_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:07:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:41: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:42: [WARN]: Cookie rejected [JSESSIONID="7E6D66F758ABA00711D02182C180E775", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570741406_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570741406_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:07:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:42: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:42: [WARN]: Cookie rejected [JSESSIONID="3327DABB5F9999B7E20C58D2244D3E2D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157074276_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017157074276_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:07:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:42: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:43: [WARN]: Cookie rejected [JSESSIONID="358E1B5FA9349E4098AFC5F7219ABEEA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570742722_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570742722_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:07:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:43: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:43: [WARN]: Cookie rejected [JSESSIONID="F1FF14F2DE0C07E6D25EF47A4A9C9ACE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570743327_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570743327_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:07:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:43: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:44: [WARN]: Cookie rejected [JSESSIONID="B02159FC4357511E9B3D8ED953E6BF42", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570743956_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570743956_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:07:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:44: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:45: [WARN]: Cookie rejected [JSESSIONID="0270B7AC386AA9D8222780DC56D05FA2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570744566_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570744566_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:07:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:45: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:45: [WARN]: Cookie rejected [JSESSIONID="9833E460D38402D504BBA5DBD036945F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570745139_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570745139_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:07:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:45: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:46: [WARN]: Cookie rejected [JSESSIONID="AAF1809C3FC506A9346DE3D83215519B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570745774_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570745774_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:07:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:46: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:46: [WARN]: Cookie rejected [JSESSIONID="63EB1CCBF1C9789920EA4D947BE6154D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570746341_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570746341_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:07:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:46: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:47: [WARN]: Cookie rejected [JSESSIONID="46D97AB3D49E276BE9DF05E09581C3B6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570746900_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570746900_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:07:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:47: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:48: [WARN]: Cookie rejected [JSESSIONID="5E8B0DCE80C05C169C11819CD68E4768", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570747496_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570747496_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:07:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:48: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:48: [WARN]: Cookie rejected [JSESSIONID="1D3EC4D2077D6D0394E100E99F5A123A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157074878_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017157074878_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:07:48: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:48: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:49: [WARN]: Cookie rejected [JSESSIONID="73C71B8E68A6496B3A25CA2365A03C9E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570748676_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570748676_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:07:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:49: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:49: [WARN]: Cookie rejected [JSESSIONID="DBE2D8EE9FD3821D1E3DFB578DF21A83", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570749365_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570749365_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:07:49: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:49: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:50: [WARN]: Cookie rejected [JSESSIONID="EEEBAB150546804A4E9501C582C0856C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570749948_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570749948_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:07:50: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:50: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:51: [WARN]: Cookie rejected [JSESSIONID="0B9B28758C6536C30514192E3D4A6F35", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570750560_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570750560_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:07:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:51: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:51: [WARN]: Cookie rejected [JSESSIONID="193F67429E26E0177907CF694E4E73B1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570751179_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570751179_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:07:51: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:51: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:52: [WARN]: Cookie rejected [JSESSIONID="D3327FF82CF82ACFFCF57464E419F36A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570751720_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570751720_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:07:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:52: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:52: [WARN]: Cookie rejected [JSESSIONID="E9F76EEDC94A7DE4F2A9F5C2498880A3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570752374_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570752374_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:07:52: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:52: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:53: [WARN]: Cookie rejected [JSESSIONID="C89F657BB71AF62C34D2AF5BDED93801", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570752991_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570752991_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:07:53: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:53: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:54: [WARN]: Cookie rejected [JSESSIONID="9C438779983E8C6BECCE9A2D6DC51FD4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570753630_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570753630_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:07:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:54: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:54: [WARN]: Cookie rejected [JSESSIONID="E7770B7BC73F557407EC264C2E386C4F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570754271_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570754271_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:07:54: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:54: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:55: [WARN]: Cookie rejected [JSESSIONID="8F370731BB79D378B8FFC60CA82F0E58", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570754993_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171570754993_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:07:55: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:55: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:55: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:07:55: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:55: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:56: [WARN]: Cookie rejected [JSESSIONID="AED3979203A3FD5AF0AA9E3852E54C02", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570755653_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570755653_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:07:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:56: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:56: [WARN]: Cookie rejected [JSESSIONID="496845E5357DC8435C960D1C5AEE9CB9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570756207_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570756207_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:07:56: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:56: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:57: [WARN]: Cookie rejected [JSESSIONID="B9AF162CBEF336BA1EBEBF376A67964B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570756870_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570756870_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:07:57: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:57: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:58: [WARN]: Cookie rejected [JSESSIONID="DDE1147D99EF8EDCDAED9CB225E18285", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570757421_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570757421_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:07:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:58: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:58: [WARN]: Cookie rejected [JSESSIONID="A6778EB5FC9B116CCFB21AB8837918B1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157075862_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157075862_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:07:58: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:58: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:59: [WARN]: Cookie rejected [JSESSIONID="368528991564A73088960DC9A39F31BE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570758707_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570758707_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:07:59: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:59: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:59: [WARN]: Cookie rejected [JSESSIONID="784B965E2C7649E09748F4C15D3B7675", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570759311_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:07:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570759311_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:07:59: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:07:59: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:00: [WARN]: Cookie rejected [JSESSIONID="714D71F011EF1B047132550FB22B66E3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570759866_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570759866_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:08:00: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:00: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:01: [WARN]: Cookie rejected [JSESSIONID="90C735EDE0CC3B08F6D12DDFC140C8D8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157080559_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157080559_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:08:01: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:01: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:01: [WARN]: Cookie rejected [JSESSIONID="37B1D92FED05EF55ED25CABCBA1C4744", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157081230_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157081230_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:08:01: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:01: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:02: [WARN]: Cookie rejected [JSESSIONID="0E908036D4D5A0921C1D668A93B9FCCB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157081915_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157081915_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:08:02: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:02: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:03: [WARN]: Cookie rejected [JSESSIONID="AC04F7AB17521BB4FFF65EA4AFFACAEF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157082576_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157082576_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:08:03: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:03: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:03: [WARN]: Cookie rejected [JSESSIONID="0835ADE12CE3DAE144F82C993A1D3DA8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157083219_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157083219_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:08:03: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:03: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:04: [WARN]: Cookie rejected [JSESSIONID="689955CFF95891C5C956F7DC7AE799B5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157083803_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157083803_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:08:04: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:04: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:04: [WARN]: Cookie rejected [JSESSIONID="53194A0EE49D22D5FB169469F2649491", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157084367_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157084367_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:08:04: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:04: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:05: [WARN]: Cookie rejected [JSESSIONID="CED47468C3BD4C048F8B21360684528A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157084942_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157084942_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:08:05: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:05: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:06: [WARN]: Cookie rejected [JSESSIONID="ABF988576A320F287187E5BA74FF92FA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157085770_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157085770_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:08:06: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:06: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:07: [WARN]: Cookie rejected [JSESSIONID="688BD212FCE6E60A4B94B7F18B99598E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157086446_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157086446_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:08:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:07: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:07: [WARN]: Cookie rejected [JSESSIONID="4F31D888FD2F2BA54E663FC32FC45D56", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201715708728_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test201715708728_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:08:07: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:07: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:08: [WARN]: Cookie rejected [JSESSIONID="1B1040E29066557E48A8DB2B1D8DAF8F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157087746_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157087746_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:08:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:08: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:08: [WARN]: Cookie rejected [JSESSIONID="1126CE6268DF57C4B8C8E15B80F1416C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157088375_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157088375_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:08:08: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:08: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:09: [WARN]: Cookie rejected [JSESSIONID="C5C1FD46FC35DB349D675B106A2C685A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157088977_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157088977_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:08:09: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:09: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:10: [WARN]: Cookie rejected [JSESSIONID="313371AB64C868A11DCE28605064BAD4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157089638_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017157089638_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:08:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:10: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:10: [WARN]: Cookie rejected [JSESSIONID="7470894D990B7C6FA9F81C48C22ED770", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570810325_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570810325_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:08:10: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:10: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:11: [WARN]: Cookie rejected [JSESSIONID="C2F505571CAD5E50780AD4C83A37442D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570810927_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570810927_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:08:11: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:11: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:12: [WARN]: Cookie rejected [JSESSIONID="8B9F6E14F7E049AAB19D92DC096F58B3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570811578_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570811578_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:08:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:12: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:12: [WARN]: Cookie rejected [JSESSIONID="2DC6980B16CA6E8AE227C5911D7356DB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570812211_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570812211_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:08:12: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:12: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:13: [WARN]: Cookie rejected [JSESSIONID="4920CA02DD0FB688C1CFB4988470ACC6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570812819_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570812819_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:08:13: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:13: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:14: [WARN]: Cookie rejected [JSESSIONID="6850C7C8539C8AED5A0D154F03A9B4F9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570813460_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570813460_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:08:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:14: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:14: [WARN]: Cookie rejected [JSESSIONID="4E38330F1B2F6B3911FCD73D7F8B6D8A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570814105_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171570814105_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:08:14: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:14: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:14: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:14: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:14: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:15: [WARN]: Cookie rejected [JSESSIONID="2051E47EE0B4EF32C54D54E33D8E7560", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570814771_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570814771_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:08:15: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:15: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:15: [WARN]: Cookie rejected [JSESSIONID="9F2647713C7FEBF65484F46863C4E7D1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570815417_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570815417_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:08:15: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:15: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:16: [WARN]: Cookie rejected [JSESSIONID="0B11B147E3060C605BD6E0B6D3021842", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570815888_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570815888_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:08:16: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:16: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:16: [WARN]: Cookie rejected [JSESSIONID="0C94B845C22520B32B95413F535238FF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570816403_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570816403_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:08:16: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:16: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:17: [WARN]: Cookie rejected [JSESSIONID="9A090ADD2E2A7130217183DC732AC7E2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570816893_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570816893_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:08:17: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:17: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:17: [WARN]: Cookie rejected [JSESSIONID="3B413F208BAFB634ABA89A176E9B43F3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570817412_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570817412_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:08:17: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:17: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:18: [WARN]: Cookie rejected [JSESSIONID="A5FBF7C1FE4FD3DE77C001D8D1B6ACFE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570817783_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570817783_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:08:18: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:18: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:18: [WARN]: Cookie rejected [JSESSIONID="DBB09A85449F8BDEB36D740DEA9AE135", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570818252_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570818252_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:08:18: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:18: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:19: [WARN]: Cookie rejected [JSESSIONID="16E0E47A0B8E7C12626A6FA06C144E5C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570818697_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570818697_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:08:19: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:19: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:19: [WARN]: Cookie rejected [JSESSIONID="9D1851963767541AC6EA7C7BE0F1FC9B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570819145_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570819145_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:08:19: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:19: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:19: [WARN]: Cookie rejected [JSESSIONID="4D048D60890AA37BE4436DD2C0E38B12", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570819551_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570819551_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:08:19: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:19: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:20: [WARN]: Cookie rejected [JSESSIONID="B661C7F3FF9D356EF4925F7C123FFCAB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570819946_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570819946_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:08:20: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:20: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:20: [WARN]: Cookie rejected [JSESSIONID="A450A135801CD3824601E8D77EB42DEF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570820378_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570820378_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:08:20: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:20: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:21: [WARN]: Cookie rejected [JSESSIONID="4930893FF11C154EED785CE824BC6224", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570820822_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570820822_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:08:21: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:21: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:21: [WARN]: Cookie rejected [JSESSIONID="7DDA56AEA374B05D912AC95D0B384956", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570821259_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570821259_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:08:21: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:21: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:22: [WARN]: Cookie rejected [JSESSIONID="99919CCA3CEFD51081C6E29EA81A355A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570821638_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570821638_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:08:22: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:22: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:22: [WARN]: Cookie rejected [JSESSIONID="F6A5DC50FF56BE856F0F1155E33A2918", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157082252_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017157082252_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:08:22: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:22: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:22: [WARN]: Cookie rejected [JSESSIONID="BF452F67B2BF55DDDD39403A4770458A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570822461_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570822461_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:08:22: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:22: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:23: [WARN]: Cookie rejected [JSESSIONID="2523C931F79B3A05F8B054AF761A7482", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570822945_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570822945_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:08:23: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:23: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:23: [WARN]: Cookie rejected [JSESSIONID="D6ED9B1F34772071101160EC64552B51", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570823371_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570823371_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:08:23: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:23: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:24: [WARN]: Cookie rejected [JSESSIONID="AFB79E93715246C9AD94C7ABAFD54CE8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570823830_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570823830_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:08:24: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:24: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:24: [WARN]: Cookie rejected [JSESSIONID="06F93178B2135ACAE138B14E57A5B809", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570824200_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570824200_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:08:24: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:24: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:25: [WARN]: Cookie rejected [JSESSIONID="B3E908E4207E68046EADEFE633A9DC35", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570824631_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570824631_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:08:25: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:25: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:25: [WARN]: Cookie rejected [JSESSIONID="7FE0DBFA8FB5BF7342F486827AF9747B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157082584_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017157082584_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:08:25: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:25: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:25: [WARN]: Cookie rejected [JSESSIONID="8DD813745767C18549B83FEA80693B0C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570825530_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570825530_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:08:25: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:25: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:26: [WARN]: Cookie rejected [JSESSIONID="C31D19A16F498D70104645A6C33B28C6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570825998_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570825998_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:08:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:26: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:26: [WARN]: Cookie rejected [JSESSIONID="DE078B3BE79F7F51C7F6DD5D3BE14F34", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570826443_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570826443_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:08:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:26: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:27: [WARN]: Cookie rejected [JSESSIONID="B7BE2E8B8BDF0871B0BEA85DEDEB137F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570826869_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570826869_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:08:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:27: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:27: [WARN]: Cookie rejected [JSESSIONID="4E299DEFBF2F0E641B8C94BB7B0C284A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570827323_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570827323_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:08:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:27: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:28: [WARN]: Cookie rejected [JSESSIONID="D413D3AABE0119E07BAF21F1624B7DBA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570827783_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171570827783_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:08:28: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:28: [INFO]: 
***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:28: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:28: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:29: [WARN]: Cookie rejected [JSESSIONID="03FC6AADF91714B18C45ED992567506A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570828160_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570828160_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:08:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:29: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:29: [WARN]: Cookie rejected [JSESSIONID="0F6AAA97309F32A73FF5792AA49913D1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157082972_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017157082972_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:08:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:29: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:30: [WARN]: Cookie rejected [JSESSIONID="35418B61B70DBEA545EF2B01FEC763D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570829785_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570829785_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:08:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:30: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:31: [WARN]: Cookie rejected [JSESSIONID="1E4ACE6322FBD0EEC1F5EAA8C41BF91F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570830484_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570830484_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:08:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:31: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:31: [WARN]: Cookie rejected [JSESSIONID="DBB32CF0473D1F0F0AF0D42E54CA30D8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570831213_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570831213_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:08:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:31: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:32: [WARN]: Cookie rejected [JSESSIONID="C4D0096A7E15E15A59AE1E323607024B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570831906_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570831906_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:08:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:32: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:33: [WARN]: Cookie rejected [JSESSIONID="E566122DD777D3BE8328E5E7ABB61145", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570832594_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570832594_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:08:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:33: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:33: [WARN]: Cookie rejected [JSESSIONID="3CE55935D2BB434D031DA5B7DEF212E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570833271_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570833271_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:08:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:33: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:34: [WARN]: Cookie rejected [JSESSIONID="E8644641F90EF22063FC2D2E6E090803", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570833903_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570833903_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:08:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:34: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:35: [WARN]: Cookie rejected [JSESSIONID="032E58CBC3E0022B5C04535EFD0EF228", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570834521_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570834521_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:08:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:35: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:35: [WARN]: Cookie rejected [JSESSIONID="EB8D24CF29E39B85E6C43997E7ADE397", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570835182_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570835182_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:08:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:35: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:36: [WARN]: Cookie rejected [JSESSIONID="167FA65D9C424E94A5283F8BD10D4DBA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570835907_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570835907_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:08:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:36: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:37: [WARN]: Cookie rejected [JSESSIONID="14090FE1BA660934C3AA24DAC67F827F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570836583_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570836583_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:08:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:37: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:37: [WARN]: Cookie rejected [JSESSIONID="C140017F4A1972377E9E337E4679FEEA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570837193_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570837193_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:08:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:37: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:38: [WARN]: Cookie rejected [JSESSIONID="B8B27D64BF4BEA6A1818985B65EB37CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570837888_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570837888_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:08:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:38: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:39: [WARN]: Cookie rejected [JSESSIONID="DDA64D1D37395448D8278EC08B11677B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570838509_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570838509_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:08:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:39: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:39: [WARN]: Cookie rejected [JSESSIONID="B5E127EF076A4E59BCD39811877A018A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570839201_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570839201_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:08:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:39: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:40: [WARN]: Cookie rejected [JSESSIONID="BC6CBC149EBD5C418ACD54917E6CA1CB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570839882_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570839882_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:08:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:40: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:41: [WARN]: Cookie rejected [JSESSIONID="11C48073D77DA613E4A1B6C592F3221A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570840564_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570840564_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:08:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:41: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:41: [WARN]: Cookie rejected [JSESSIONID="73540E5133655B7FB17FBB10631EC38A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570841171_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570841171_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:08:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:41: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:42: [WARN]: Cookie rejected [JSESSIONID="9E8AC4B9A03EABBD7E9D5E04223E3F5E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570841847_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570841847_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:08:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:42: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:43: [WARN]: Cookie rejected [JSESSIONID="1349B22181B62BC8C048CFD63B1815C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570842546_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570842546_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:08:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:43: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:43: [WARN]: Cookie rejected [JSESSIONID="0A6D0C35E83D696C5C9F75BE47C105CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570843207_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570843207_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:08:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:43: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:44: [WARN]: Cookie rejected [JSESSIONID="C8C51AAEDD84FF9463C67905AFA48A22", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570843806_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570843806_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:08:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:44: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:45: [WARN]: Cookie rejected [JSESSIONID="515C278EE1C5B5F66B0E3B7BCCD83DA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570844408_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570844408_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:08:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:45: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:45: [WARN]: Cookie rejected [JSESSIONID="3354F6F4B0F70F97705148EFECC65CF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570845101_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570845101_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:08:45: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:45: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:46: [WARN]: Cookie rejected [JSESSIONID="9D26B2C0B838330027ADFEA08A0B1D3F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570845700_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570845700_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:08:46: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:46: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:47: [WARN]: Cookie rejected [JSESSIONID="E599C7F91781DE13126CCD9F7606AF68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570846415_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570846415_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:08:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:47: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:47: [WARN]: Cookie rejected [JSESSIONID="E7D5AA4EA3E7824577A673BAAEFDE957", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017157084781_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017157084781_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:08:47: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:47: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:08:48: [WARN]: Cookie rejected [JSESSIONID="8BD2A039724AC91AB9D5F6F8BEE07E90", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171570847777_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171570847777_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:08:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:48: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         9
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         9
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         9
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:08:48: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:48: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:49: [WARN]: Cookie rejected [JSESSIONID="251DBCE55463E608DAB159B1B93306B0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TierTesting:cn-dev:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/TierTesting:cn-dev:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:08:49: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:49: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:50: [WARN]: Cookie rejected [JSESSIONID="F453023289EADE9CB1C17DD3018BB76D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TierTesting:cn-dev-ucsb-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:08:50: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:50: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:51: [WARN]: Cookie rejected [JSESSIONID="6E6B25DBBCD3395DC0861BA928E7274E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TierTesting:cn-dev-unm-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:08:51: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:08:52: [WARN]: Cookie rejected [JSESSIONID="EFD3DE3DBF4E535CF0E722FD645CA213", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20170606-07:08:53: [WARN]: Cookie rejected [JSESSIONID="2BA3739EEC41BC1C449A2277B427DCFF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:08:53: [WARN]: Cookie rejected [JSESSIONID="A12590D13C27E02E62BF1EDAF3D39E0E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:08:54: [WARN]: Cookie rejected [JSESSIONID="DD444F86806F47A0A0E88A7F43B71DAF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-07:08:54: [WARN]: Cookie rejected [JSESSIONID="ADA8DF9FA86A82A785490D2BE24671E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-07:08:55: [WARN]: Cookie rejected [JSESSIONID="0DEE3CA5AB3EDD0BB29AF6CC3C760661", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-07:08:55: [WARN]: Cookie rejected [JSESSIONID="5380276F058067E232D175EA391CA7EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-07:08:56: [WARN]: Cookie rejected [JSESSIONID="F62867E7A3E16DAD78798EB2C99316FB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-07:08:57: [WARN]: Cookie rejected [JSESSIONID="51BA4A53FE1F5D1E9C3B438C6720D8A8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:08:57: [WARN]: Cookie rejected [JSESSIONID="EE937FDDF4773DAFA5D70A0C8F485FA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:08:58: [WARN]: Cookie rejected [JSESSIONID="ED92DA815BB03BB71A561943CC516404", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:08:58: [WARN]: Cookie rejected [JSESSIONID="AEBBB46DB4E04FDCA62F65DAF1C15CA5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:08:59: [WARN]: Cookie rejected [JSESSIONID="4EC53BB3FA80419CC624315A46EB36F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:08:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:09:00: [WARN]: Cookie rejected [JSESSIONID="EB4A87E682B1E939D13D882F0F040B66", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-07:09:00: [WARN]: Cookie rejected [JSESSIONID="9624CC3026AAC2DF2BB579A8999E0A8C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-07:09:01: [WARN]: Cookie rejected [JSESSIONID="248459B852ADBFB7B63D39C21FF6B9C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-07:09:02: [WARN]: Cookie rejected [JSESSIONID="91F79E947816404E6EFB22C7DC474F13", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-07:09:02: [WARN]: Cookie rejected [JSESSIONID="92CE86095F9C99933DA1CFA2DC82BEC6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-07:09:03: [WARN]: Cookie rejected [JSESSIONID="7203A2A5044F8DF9DB265D55AEB50BD6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-07:09:03: [WARN]: Cookie rejected [JSESSIONID="D783AF52C16905345F11288A647D5E2F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-07:09:04: [WARN]: Cookie rejected [JSESSIONID="19BA0583E39EB0055464836E6C2CEBAA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-07:09:05: [WARN]: Cookie rejected [JSESSIONID="1491DE6E43DEEA889B82FCAC2FE2D919", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-07:09:05: [WARN]: Cookie rejected [JSESSIONID="C40558C89E7DE85129730B951A14FAA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-07:09:06: [WARN]: Cookie rejected [JSESSIONID="79A54589F3FD8291386875355EB4F040", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-07:09:06: [WARN]: Cookie rejected [JSESSIONID="DDEB5940957B86C8C16FF04BD6ECC957", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-07:09:07: [WARN]: Cookie rejected [JSESSIONID="219636D5AB20A1BFAB26D1E451A852EE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-07:09:08: [WARN]: Cookie rejected [JSESSIONID="4210E2BF666ED92CE1EC7FAD62F66B9E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-07:09:08: [WARN]: Cookie rejected [JSESSIONID="4B7FBA6F3B45C3F51288203D42317CA1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-07:09:09: [WARN]: Cookie rejected [JSESSIONID="0EA66E26CC521B74EFBEC6D860CFEA99", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-07:09:09: [WARN]: Cookie rejected [JSESSIONID="48A86BD028C40B99FCE80B530F880DF8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-07:09:10: [WARN]: Cookie rejected [JSESSIONID="4557C9BDC53F7C82A73758CAE47B2AD8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-07:09:11: [WARN]: Cookie rejected [JSESSIONID="CA0AA7289E5B1E99401185A14E380469", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-07:09:11: [WARN]: Cookie rejected [JSESSIONID="005ACB69C9AAF10D018715FDFE296A27", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-07:09:12: [WARN]: Cookie rejected [JSESSIONID="6BAD3B44F85EBBBBDCE860F0BB855800", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-07:09:12: [WARN]: Cookie rejected [JSESSIONID="4399324218739540AF2F4C0EDCBC8868", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-07:09:13: [WARN]: Cookie rejected [JSESSIONID="42EF568873AF8F621EDCECF5C7E64779", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-07:09:14: [WARN]: Cookie rejected [JSESSIONID="DD9D50B50EDDECCF14700C9785D498D4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-07:09:14: [WARN]: Cookie rejected [JSESSIONID="A594549403DA9C75784FEB1F6C05E92C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-07:09:15: [WARN]: Cookie rejected [JSESSIONID="43CB24D355D1E4535A6692CA2F3C0A96", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-07:09:16: [WARN]: Cookie rejected [JSESSIONID="3F11FEE8BD274414CE39AEFD38D22B51", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-07:09:16: [WARN]: Cookie rejected [JSESSIONID="2BE2B4E79DF887A32FCD440C7EFCBDCC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-07:09:17: [WARN]: Cookie rejected [JSESSIONID="39E2DFF6F6ED1AF64C5DA28F1DACE3C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-07:09:17: [WARN]: Cookie rejected [JSESSIONID="BAB599C1B5EEB5EEA4DEF1C84B296139", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-07:09:18: [WARN]: Cookie rejected [JSESSIONID="62204AF47C9E8046DD7D02F9ACBEB25B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-07:09:19: [WARN]: Cookie rejected [JSESSIONID="67BB7338263D54836E282DF2D211F85F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-07:09:19: [WARN]: Cookie rejected [JSESSIONID="47DB1FF604C9CD7E320237FE81BFC321", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-07:09:20: [WARN]: Cookie rejected [JSESSIONID="C4AB6FC49A63BB89EAB8323CE98E68DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-07:09:21: [WARN]: Cookie rejected [JSESSIONID="61C58ADC1366B24C13C461757BA6C9E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-07:09:21: [WARN]: Cookie rejected [JSESSIONID="69046CA7BEAEE17A6983469971E65FA5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-07:09:22: [WARN]: Cookie rejected [JSESSIONID="9DFBE95B3FD1248566F33C25D3DCF425", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-07:09:22: [WARN]: Cookie rejected [JSESSIONID="772A3D7C21E67D7C4D579C8A744ED97D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-07:09:23: [WARN]: Cookie rejected [JSESSIONID="8594B7CCB3F394300FB162097AB995B0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:863)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetChecksum(ReadTestImplementations.java:482)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testGetChecksum(ReadTestImplementations.java:469)
	at org.dataone.integration.it.apiTests.CNReadV2IT.testGetChecksum(CNReadV2IT.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:636)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v2.impl.MultipartD1Node.getSystemMetadata(MultipartD1Node.java:94)
	at org.dataone.client.v2.impl.MultipartCNode.getSystemMetadata(MultipartCNode.java:791)
	at org.dataone.integration.adapters.CommonCallAdapter.getSystemMetadata(CommonCallAdapter.java:259)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:851)
	... 34 more
20170606-07:09:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:23: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:23: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:24: [WARN]: Cookie rejected [JSESSIONID="A6CFE80F03FE8D1C7A9D42452CBC3A58", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TestingNotFound:20171570923602" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/TestingNotFound:20171570923602 [org.dataone.client.rest.RestClient]
20170606-07:09:24: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:24: [WARN]: Cookie rejected [JSESSIONID="4817701FE7E2D91115F78D5809F1CAD0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TestingNotFound:20171570924332" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/TestingNotFound:20171570924332 [org.dataone.client.rest.RestClient]
20170606-07:09:24: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:25: [WARN]: Cookie rejected [JSESSIONID="CA236686F25C3C9AA95FE9F1F5713FEE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TestingNotFound:20171570924995" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/TestingNotFound:20171570924995 [org.dataone.client.rest.RestClient]
20170606-07:09:25: [INFO]: 
***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:26: [WARN]: Cookie rejected [JSESSIONID="37E1DFFA310FFACD80BCE4A431B787EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TestingNotFound:20171570925532" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/TestingNotFound:20171570925532 [org.dataone.client.rest.RestClient]
20170606-07:09:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:26: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:26: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:26: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:26: [INFO]: 
***************** running test for   Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [WARN]: Cookie rejected [JSESSIONID="18BC065FE46076899AB01EF4A14407B5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157092691_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test2017157092691_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:09:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [WARN]: Cookie rejected [JSESSIONID="FDDE1CC149CE88185010B10FE147B0BD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570926281_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570926281_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:09:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [WARN]: Cookie rejected [JSESSIONID="3F5CB9DD025F3D3580A5C67F62F83521", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570926465_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570926465_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:09:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [WARN]: Cookie rejected [JSESSIONID="642EA98770590ADAC4932DBB75CC07A8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570926670_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570926670_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:09:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [WARN]: Cookie rejected [JSESSIONID="FA43EF373CEAB6E6FB30D53FFE260AB7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570926793_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570926793_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:09:26: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:26: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [WARN]: Cookie rejected [JSESSIONID="B6782AA46C2ABD0028EEB3895F750D37", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570926913_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570926913_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:09:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [WARN]: Cookie rejected [JSESSIONID="4B00DA927F07A323760F0319C21962C6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157092788_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test2017157092788_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:09:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [WARN]: Cookie rejected [JSESSIONID="C3A7D2BA33C178D20C59EEFE5BA21C7F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570927271_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570927271_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:09:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [WARN]: Cookie rejected [JSESSIONID="C8604536C2821B1EC3ADDC2CEF80D470", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570927396_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570927396_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:09:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [WARN]: Cookie rejected [JSESSIONID="D85C6150A29FA40B31B8FFB14E51ED54", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570927558_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570927558_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:09:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [WARN]: Cookie rejected [JSESSIONID="93C5CEEE33A876C632D53480958DFB3D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570927734_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570927734_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:09:27: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:27: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [WARN]: Cookie rejected [JSESSIONID="BD261C150D8080C80EFF458DCE3C9A68", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570927919_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570927919_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:09:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [WARN]: Cookie rejected [JSESSIONID="49832E333801619F116B675C57F2888A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157092874_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test2017157092874_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:09:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [WARN]: Cookie rejected [JSESSIONID="82FA2626D80D86CAB863DF8FBD00FCF2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570928240_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570928240_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:09:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [WARN]: Cookie rejected [JSESSIONID="35676CB143F7C1FD68D425AD05959E13", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570928435_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570928435_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:09:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [WARN]: Cookie rejected [JSESSIONID="A7753D3028711CA17F868E067013FC1E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570928604_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570928604_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:09:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [WARN]: Cookie rejected [JSESSIONID="F8CBCD142FBF09F4584C4B189374202E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570928745_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570928745_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:09:28: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:28: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [WARN]: Cookie rejected [JSESSIONID="AB4A2B60914DD5277189385B87361FD7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570928903_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570928903_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:09:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [WARN]: Cookie rejected [JSESSIONID="110B2F22D418616597CB02080BC8F249", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157092944_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test2017157092944_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:09:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [WARN]: Cookie rejected [JSESSIONID="A3A00BF77AC8810B0990D997D25009D7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570929184_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570929184_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [WARN]: Cookie rejected [JSESSIONID="56530E283F772771AF9C53DCC5661C16", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570929392_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570929392_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:09:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [WARN]: Cookie rejected [JSESSIONID="97745B43E4849085EAAEF5048BACD466", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570929571_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570929571_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [WARN]: Cookie rejected [JSESSIONID="D53CF78BEBADC6060818F1D62C6CDA3A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570929671_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570929671_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:09:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [WARN]: Cookie rejected [JSESSIONID="33DABE66444F11976750569BE1B67D5C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570929773_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570929773_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:09:29: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:29: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [WARN]: Cookie rejected [JSESSIONID="8063CA4E222119438580C101C6CF26F0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570929961_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570929961_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:09:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [WARN]: Cookie rejected [JSESSIONID="2E9A44F658D708E8B35157D83B483D21", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570930106_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570930106_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:09:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [WARN]: Cookie rejected [JSESSIONID="9E5D001BDD4167AC57B2FB75EFB03289", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570930291_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570930291_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:09:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [WARN]: Cookie rejected [JSESSIONID="683409D32895EC825070A874FE843138", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570930401_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570930401_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:09:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [WARN]: Cookie rejected [JSESSIONID="3054905A32C4D312012E28CD833A5614", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570930497_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570930497_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:09:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [WARN]: Cookie rejected [JSESSIONID="5C4D4C55BFEA604DBF3FBE228786B1C1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570930615_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test20171570930615_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:09:30: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:30: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:30: [INFO]: 
***************** running test for   Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:30: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:30: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [WARN]: Cookie rejected [JSESSIONID="2BB3F6D068CBD8C024440A6FAF1C2976", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570930717_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570930717_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:09:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [WARN]: Cookie rejected [JSESSIONID="4A72CC3E8C34FDC661705C1697A0598C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570931268_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570931268_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:09:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [WARN]: Cookie rejected [JSESSIONID="C4BD17661A0DD1A948D4A8DED3DD8F3A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570931375_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570931375_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:09:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [WARN]: Cookie rejected [JSESSIONID="56A05E03C7B4D50F624AA3C5EBC2ED8E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570931574_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570931574_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:09:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [WARN]: Cookie rejected [JSESSIONID="31DF8A099A43F7A47C3A424522F2F507", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570931744_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570931744_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:09:31: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:31: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [WARN]: Cookie rejected [JSESSIONID="C2B2C67B5C2A9B011987EE2B8FAAFF8B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570931879_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570931879_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:09:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [WARN]: Cookie rejected [JSESSIONID="F459315F89C0D3206EC6AB7A5E92440E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157093244_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test2017157093244_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:09:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [WARN]: Cookie rejected [JSESSIONID="FBED145D53710529AE07A746DFBFC48F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570932222_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570932222_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:09:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [WARN]: Cookie rejected [JSESSIONID="3082A0378DC790DBFC0FADC5F609D0E0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570932387_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570932387_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:09:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [WARN]: Cookie rejected [JSESSIONID="014CD921A611D7D1664CD23884A9214A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570932537_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570932537_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:09:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [WARN]: Cookie rejected [JSESSIONID="9A7EFADD06C05B7982DCA13DBD53A14E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570932731_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570932731_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:09:32: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:32: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [WARN]: Cookie rejected [JSESSIONID="D8E847DC207B5C8B035F52715DAB60A7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570932899_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570932899_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:09:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [WARN]: Cookie rejected [JSESSIONID="30FE000621EB6862EB7EE746FBE1B15A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201715709336_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201715709336_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:09:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [WARN]: Cookie rejected [JSESSIONID="3F152B6BB9E6CBA582437176956C0AF0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570933101_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570933101_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:09:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [WARN]: Cookie rejected [JSESSIONID="C141B0422ADB43502DD8A91BDBD193B4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570933263_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570933263_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:09:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [WARN]: Cookie rejected [JSESSIONID="66F34F56116454E259EFE05B1B9B302C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570933446_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570933446_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:09:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [WARN]: Cookie rejected [JSESSIONID="249992D93EF5BD0ADD8D23DF87A72AF3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570933629_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570933629_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:09:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [WARN]: Cookie rejected [JSESSIONID="D99AD8DA83D9692085CB31F8B40FBC10", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570933817_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570933817_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:09:33: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:33: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [WARN]: Cookie rejected [JSESSIONID="342DF1DCCB4492515BA10474A8DFDDEE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570933925_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570933925_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:09:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [WARN]: Cookie rejected [JSESSIONID="6ECE90B410EDD7BF2E5F16BF1E3E34C6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157093430_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test2017157093430_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [WARN]: Cookie rejected [JSESSIONID="916D884A8825644D5BA395892DBD3F87", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570934126_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570934126_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:09:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [WARN]: Cookie rejected [JSESSIONID="99E1ED3C2C253E0BDA55589614DF289C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570934266_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570934266_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [WARN]: Cookie rejected [JSESSIONID="56B7F967B2ED1C48F32789683A6AACFA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570934462_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570934462_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:09:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [WARN]: Cookie rejected [JSESSIONID="D1EB44F3B1935128E8E5093CFC43DB51", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570934659_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570934659_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:09:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [WARN]: Cookie rejected [JSESSIONID="DA1DEB8FE2126CAD785AB3887D696BEE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570934806_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570934806_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:09:34: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:34: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [WARN]: Cookie rejected [JSESSIONID="F7CFD391216CFE98624F41D5533F7E01", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570934974_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570934974_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:09:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [WARN]: Cookie rejected [JSESSIONID="424D3AD23114C5A75B3AE5DB18F3C567", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570935106_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570935106_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:09:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [WARN]: Cookie rejected [JSESSIONID="C3E4A4D0EE2ED6242D3BB457DA1F2291", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570935255_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570935255_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:09:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [WARN]: Cookie rejected [JSESSIONID="F3116CA6E66C73CD772B960C310D357E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570935358_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570935358_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:09:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [WARN]: Cookie rejected [JSESSIONID="5CC393590D81516F2195381D7A37FA06", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570935486_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171570935486_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:09:35: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:35: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:35: [INFO]: 
***************** running test for   Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:35: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:35: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="C0C42DA8B7107C8A4811A844101BD97C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570935663_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570935663_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="ED7EA42DFB2D35CE3FF353B9C7A14D2F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157093693_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017157093693_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="ED484EA8DD1EA3D3B28ACB0326DAAF42", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570936217_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570936217_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="4A5A42856926BCE26E9E92F05FBE0501", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570936314_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570936314_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="AEEE78D49801295F9C0CC79E44FD5BE1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570936452_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570936452_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="E0BC0C06211C925827B86A852FBF9A85", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570936594_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570936594_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="39AC827E5CF75F31E1223B2F4F9530E9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570936741_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570936741_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [WARN]: Cookie rejected [JSESSIONID="1EBA7B80AD2E337ED0767C1E8C806D3A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570936858_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570936858_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:09:36: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:36: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="960709D30D662D484AD178B33B47A359", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570936971_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570936971_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="FB95350415988E4517CD7CDE93F00254", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157093762_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017157093762_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="1A6DD88647AA7A8DAEB93EA807177196", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570937211_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570937211_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="109EF6272F3FAD778AC6EDCD90454AF6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570937353_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570937353_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="EA0EA1C60031D9BE442E9D2F2865A1C3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570937505_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570937505_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="EBD9899574E306956123CB474BB1F6B4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570937654_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570937654_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="F70DAB0558BA18D13EB37ECDC5398BDC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570937727_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570937727_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [WARN]: Cookie rejected [JSESSIONID="C3F450E6C25FA2C5194B02E1280CE3E9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570937854_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570937854_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:09:37: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:37: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="9A346D940FDE4A48B301FDBC86CD82FE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570937990_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570937990_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="E9654C3708D0E199954A124194B90128", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938113_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938113_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="6612B2D7BF173E58C14A14DF81B8DA1C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938181_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938181_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="3ED18D47D65263D790CEB490252573E2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938314_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938314_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="CCD011B832A4732D0855B3C147F50168", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938456_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938456_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="A4F7E8AA070786BE843AA219A48A467C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938580_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938580_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="8C905C0B3BA09234A90615C5DAC539AE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938695_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938695_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [WARN]: Cookie rejected [JSESSIONID="007A286433818252EE9C682F6703D345", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938839_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938839_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:09:38: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:38: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [WARN]: Cookie rejected [JSESSIONID="7926CADA0108047C3ABBA44C1DCDE64A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570938964_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570938964_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:09:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [WARN]: Cookie rejected [JSESSIONID="B4F75A984D010232D4D3830589CD3C2B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570939107_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570939107_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:09:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [WARN]: Cookie rejected [JSESSIONID="0E3FCDCF204092D0EA41859CE22A90FF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570939217_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570939217_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:09:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [WARN]: Cookie rejected [JSESSIONID="BC48C63E9E69AB89A765B8E32D20B2D8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570939284_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570939284_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:09:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [WARN]: Cookie rejected [JSESSIONID="06F93F2100732B52859AF08B7633D7E0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570939403_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570939403_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:09:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [WARN]: Cookie rejected [JSESSIONID="F7CCF34E1936644B1132CE8D0F028AED", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570939519_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test20171570939519_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:09:39: [INFO]: 
***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:39: [INFO]: 
***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:39: [INFO]: 
***************** running test for   Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:39: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:39: [INFO]: 0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [WARN]: Cookie rejected [JSESSIONID="4E427E5AC5E5739050AFDAC81B0740E1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570939648_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570939648_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient]
20170606-07:09:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [INFO]: 1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [WARN]: Cookie rejected [JSESSIONID="ACED2D911CB599E1F89C09560CD36D98", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570940464_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570940464_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient]
20170606-07:09:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [INFO]: 2    unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [WARN]: Cookie rejected [JSESSIONID="AB8507DFF798435D1E2D74EB426F840A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570940665_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570940665_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient]
20170606-07:09:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [INFO]: 3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [WARN]: Cookie rejected [JSESSIONID="D473B87171B4DEEE7BB2A2843BC28B21", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570940871_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570940871_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient]
20170606-07:09:40: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:40: [INFO]: 4    unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [WARN]: Cookie rejected [JSESSIONID="7C10790A0610413454F241C7CD792EC7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570940990_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570940990_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient]
20170606-07:09:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [INFO]: 5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [WARN]: Cookie rejected [JSESSIONID="AF1BBF8B3F00C1E1AD9BC9553948164C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570941110_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570941110_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient]
20170606-07:09:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [INFO]: 6    unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [WARN]: Cookie rejected [JSESSIONID="30B086323EB2B7A2441465C0B439AF66", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570941281_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570941281_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient]
20170606-07:09:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [INFO]: 7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [WARN]: Cookie rejected [JSESSIONID="02C44C4669CB99D189EDAF9019B5B7A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570941455_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570941455_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient]
20170606-07:09:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [INFO]: 8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [WARN]: Cookie rejected [JSESSIONID="651C360FE1AC5627CCE749C49FAA878C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570941627_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570941627_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient]
20170606-07:09:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [INFO]: 9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [WARN]: Cookie rejected [JSESSIONID="ADBE85A359B8C5A8E1E96AA6E05A0BC4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570941802_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570941802_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient]
20170606-07:09:41: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:41: [INFO]: 10    unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="20CF5DB95007EA32DCCA1B2D22E0467A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570941905_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570941905_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 11    unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="C45F1AE1B47940E0BC1F526A9F7CA48B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157094222_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017157094222_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 12    unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="49D36C76B546A79AD0FFF48915476BF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570942220_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570942220_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 13    unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="AEC140D32380C557FF4772997B30E293", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570942335_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570942335_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 14    unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="517876653CD7214617019596880E2139", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570942526_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570942526_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 15    unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="62CD0792246FEC5BA0F34465AF7CD30E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570942641_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570942641_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 16    unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="D4D7D09DC8B83ACE652E51601243D9D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570942744_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570942744_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 17    unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [WARN]: Cookie rejected [JSESSIONID="96F4152F5D08FFDC81C37D769F4FCD0A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570942862_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570942862_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient]
20170606-07:09:42: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:42: [INFO]: 18    unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [WARN]: Cookie rejected [JSESSIONID="687E830B8CC17084158CB652C42808DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570942974_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570942974_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient]
20170606-07:09:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [INFO]: 19    unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [WARN]: Cookie rejected [JSESSIONID="E1D6114E573A2BCAF939E61E700F7DBA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570943126_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570943126_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [INFO]: 20    unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [WARN]: Cookie rejected [JSESSIONID="D0533D185CC9962BE40146CF1E213782", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570943279_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570943279_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient]
20170606-07:09:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [INFO]: 21    unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [WARN]: Cookie rejected [JSESSIONID="5D6F27B68EB3EC31B8C7BA2666DFB028", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570943468_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570943468_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient]
20170606-07:09:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [INFO]: 22    unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [WARN]: Cookie rejected [JSESSIONID="2E96FDCC6525AAEBBBCAD4C43AEB0887", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570943581_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570943581_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient]
20170606-07:09:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [INFO]: 23    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [WARN]: Cookie rejected [JSESSIONID="8D2BC7941502146D518F37E87BD4B466", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570943757_common-unicode-bmp-1byte-escaped-ยกยขยฃ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570943757_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient]
20170606-07:09:43: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:43: [INFO]: 24    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [WARN]: Cookie rejected [JSESSIONID="BE1865C97AF4FA1B6215265A3356BC7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570943940_common-unicode-bmp-2byte-escaped-ไฆนไฆบ" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570943940_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient]
20170606-07:09:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [INFO]: 25    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [WARN]: Cookie rejected [JSESSIONID="0E3D74CAA97FD09E05D011FB474A7B22", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017157094468_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017157094468_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient]
20170606-07:09:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [INFO]: 26    unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [WARN]: Cookie rejected [JSESSIONID="DE49754F816B2621DF8BA12067E15808", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570944245_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570944245_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient]
20170606-07:09:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [INFO]: 27    unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [WARN]: Cookie rejected [JSESSIONID="C1014380856CC459CE845C2CCC535853", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570944417_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570944417_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient]
20170606-07:09:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [INFO]: 28    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰ [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [WARN]: Cookie rejected [JSESSIONID="F3BB79C00FA5BDA8135E0F38DC1F8D20", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570944523_common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570944523_common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89 [org.dataone.client.rest.RestClient]
20170606-07:09:44: [INFO]:  [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [INFO]: 29    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations]
20170606-07:09:44: [WARN]: Cookie rejected [JSESSIONID="1264D2A0B11CF39385D9FA575F5B227A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171570944718_common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171570944718_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient]
20170606-07:09:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:44: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           4
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           4
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           4
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           4
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:44: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:44: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:45: [WARN]: Cookie rejected [JSESSIONID="DFEE2345A74853EC3446B55B7C61D2D4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:44.824%2B00:00&toDate=2017-06-06T07:08:44.824%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:45: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:45: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [WARN]: Cookie rejected [JSESSIONID="83B014F4ED691DFC8A9BD8D9646B09D6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:45.448%2B00:00&toDate=2017-06-06T07:08:45.448%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:46: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [WARN]: Cookie rejected [JSESSIONID="65DC41A4EB6BA7C0AB6EE426A9092D61", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:46.163%2B00:00&toDate=2017-06-06T07:08:46.163%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:46: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [WARN]: Cookie rejected [JSESSIONID="CBCFA10415FFCA963A71D58BD3D710E1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:46.635%2B00:00&toDate=2017-06-06T07:08:46.635%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           5
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           5
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           5
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           5
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:46: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:47: [WARN]: Cookie rejected [JSESSIONID="DF3ED9255A40B36E5FA031CC2B1C650D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:09:47: [WARN]: Cookie rejected [JSESSIONID="062DBE8F1B1D90934FD176ECCEB12153", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-07:09:47: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:47: [WARN]: Cookie rejected [JSESSIONID="F07A1C1A54E9E2FD173264C9F0867B37", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:09:47: [WARN]: Cookie rejected [JSESSIONID="1A19F661E5CAAE3B1F553E8D63F7659A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-07:09:47: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:47: [WARN]: Cookie rejected [JSESSIONID="879F0BA3D6BF5D1F95EF3A53F45D6DEA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:09:48: [WARN]: Cookie rejected [JSESSIONID="39176DF243894F421E49B0AFBD465A08", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-07:09:48: [INFO]: 
***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:48: [WARN]: Cookie rejected [JSESSIONID="B4900F44A41FBA11583647B4D171C11C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient]
20170606-07:09:48: [WARN]: Cookie rejected [JSESSIONID="FF196C576787508B62D9F558DA4F1402", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?start=0&count=500 [org.dataone.client.rest.RestClient]
20170606-07:09:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:48: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           5
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           5
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           5
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           5
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:48: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:48: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:48: [WARN]: Cookie rejected [JSESSIONID="54DF68DFB80FB8FD3B504A24FFC12851", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:09:49: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:49: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:49: [WARN]: Cookie rejected [JSESSIONID="7D223CA9C21694B7BF5456C0DBEACE25", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:09:49: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:49: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:49: [WARN]: Cookie rejected [JSESSIONID="497A3FBF1391F1424E8BF00D4FEDBAFE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:09:49: [INFO]: 
***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:49: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:49: [WARN]: Cookie rejected [JSESSIONID="6E1DA88048FE36F2E33C0859D7F53EE6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?fromDate=2016-03-16T07:53:44.881%2B00:00 [org.dataone.client.rest.RestClient]
20170606-07:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           6
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           6
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           6
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           6
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:50: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [WARN]: Cookie rejected [JSESSIONID="8C75C788831B2623C6260D07131CADCE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:50.029%2B00:00&toDate=2017-06-06T07:08:50.029%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:50: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [WARN]: Cookie rejected [JSESSIONID="4AA51D371B3E023A03FAE0468B8F0E01", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:50.254%2B00:00&toDate=2017-06-06T07:08:50.254%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:50: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [WARN]: Cookie rejected [JSESSIONID="47E99D7E01C2A7662554F68535C65F4E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:50.499%2B00:00&toDate=2017-06-06T07:08:50.499%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:50: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [WARN]: Cookie rejected [JSESSIONID="2510B11698E94F7F725504D5FB706F16", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?fromDate=2017-06-06T06:59:50.789%2B00:00&toDate=2017-06-06T07:08:50.789%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient]
20170606-07:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           7
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           7
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           7
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           7
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:50: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:51: [WARN]: Cookie rejected [JSESSIONID="10FFE08617B739C0DD9E471B767F869E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-07:09:51: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:51: [WARN]: Cookie rejected [JSESSIONID="412955487707E00A7AB6322F92D0406F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-07:09:51: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:51: [WARN]: Cookie rejected [JSESSIONID="7D105125CDAB2C05F2BC862FF425CCD9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-07:09:51: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:52: [WARN]: Cookie rejected [JSESSIONID="2844711F6F731AB948D4993D1EEB233F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20170606-07:09:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:52: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           7
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           7
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           7
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           7
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:09:52: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:09:52: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:52: [WARN]: Cookie rejected [JSESSIONID="F575524512A935B0A9F49F48286A88E1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:09:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/resolve/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:09:52: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:09:52: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:53: [WARN]: Cookie rejected [JSESSIONID="CA8E89349764954C7305CC7D593BF885", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:09:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/resolve/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:09:53: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:09:53: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:54: [WARN]: Cookie rejected [JSESSIONID="588F09DFFBFD330A0414929558A318F5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:09:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/resolve/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:09:55: [INFO]: 
***************** running test for testResolve(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:09:55: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:09:55: [WARN]: Cookie rejected [JSESSIONID="6598B223A486DB6F6085BBBC29D6CEA2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00030692-0FE1-4A1B-955E-A2E55D659267}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D [org.dataone.client.rest.RestClient]
20170606-07:09:56: [WARN]: Cookie rejected [JSESSIONID="EFE5799146B367450B1A4AB44FA80ED1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00042F80-06A6-4C5D-A4F4-4D78E7DC51D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00042F80-06A6-4C5D-A4F4-4D78E7DC51D9%7D [org.dataone.client.rest.RestClient]
20170606-07:09:56: [WARN]: Cookie rejected [JSESSIONID="B25295798C6C97B34B92490987093D4D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00053F3B-7552-444F-8F57-6670756212BA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00053F3B-7552-444F-8F57-6670756212BA%7D [org.dataone.client.rest.RestClient]
20170606-07:09:57: [WARN]: Cookie rejected [JSESSIONID="C157A0DDF1099D5D93BF8C12A09FE052", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000C861F-9811-475B-9B11-CCD3647D2AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000C861F-9811-475B-9B11-CCD3647D2AB4%7D [org.dataone.client.rest.RestClient]
20170606-07:09:57: [WARN]: Cookie rejected [JSESSIONID="F73D246B5695E6FB5A9B02072F53D124", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{000F137B-8C98-4E27-B946-696F7AEF24DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B000F137B-8C98-4E27-B946-696F7AEF24DE%7D [org.dataone.client.rest.RestClient]
20170606-07:09:58: [WARN]: Cookie rejected [JSESSIONID="08ECD85A506576375926606FC07FFDC7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011C3_C4_map_present_NA_Markup_v2.m [org.dataone.client.rest.RestClient]
20170606-07:09:59: [WARN]: Cookie rejected [JSESSIONID="B87C23A44D2B6EFC1E814C2015F25FD1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_combined_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_combined_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:09:59: [WARN]: Cookie rejected [JSESSIONID="F2D1BC53806910120FB9DF8538D6CA25", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_data_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:09:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_data_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:10:00: [WARN]: Cookie rejected [JSESSIONID="7F0BC8D727EF2CDBE1C678FE84E9A2A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_process_view.pdf" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_process_view.pdf [org.dataone.client.rest.RestClient]
20170606-07:10:00: [WARN]: Cookie rejected [JSESSIONID="BF2D70B2711DB7430CDD6AEDF03982C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywExtractFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywExtractFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:10:01: [WARN]: Cookie rejected [JSESSIONID="63C251E4B873D23A780D11B9CDA746FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/0011_ywModelFacts.pl" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/0011_ywModelFacts.pl [org.dataone.client.rest.RestClient]
20170606-07:10:02: [WARN]: Cookie rejected [JSESSIONID="BD0C7122E2CFCFCABCA1D5CA7DAEFD4D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0013ECEB-497F-40D1-B278-4946102E52A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0013ECEB-497F-40D1-B278-4946102E52A1%7D [org.dataone.client.rest.RestClient]
20170606-07:10:02: [WARN]: Cookie rejected [JSESSIONID="52265A7E5893C14705193891E5AFA0F3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00176D90-8575-478B-BBA4-05D49ADE3DF7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00176D90-8575-478B-BBA4-05D49ADE3DF7%7D [org.dataone.client.rest.RestClient]
20170606-07:10:03: [WARN]: Cookie rejected [JSESSIONID="8718F822AD4A9A2D22D90A5A72B858C3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CB513-C3FD-4893-838D-6EB8EA89BD05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CB513-C3FD-4893-838D-6EB8EA89BD05%7D [org.dataone.client.rest.RestClient]
20170606-07:10:03: [WARN]: Cookie rejected [JSESSIONID="1C90373B2A6CFE448D7576C67FBF5D55", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001CD62E-2882-414C-B2FF-67D0C0D02D82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001CD62E-2882-414C-B2FF-67D0C0D02D82%7D [org.dataone.client.rest.RestClient]
20170606-07:10:04: [WARN]: Cookie rejected [JSESSIONID="B2BCF466ED6FC6D02CF2C5E49BC4A633", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{001FCD6B-09EA-47C4-93AB-A7FA756BF189}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B001FCD6B-09EA-47C4-93AB-A7FA756BF189%7D [org.dataone.client.rest.RestClient]
20170606-07:10:05: [WARN]: Cookie rejected [JSESSIONID="02B9F6195326FAE4F282C044F09A5D03", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002420BC-50C6-4719-ABDC-E37AF78FAEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002420BC-50C6-4719-ABDC-E37AF78FAEE2%7D [org.dataone.client.rest.RestClient]
20170606-07:10:05: [WARN]: Cookie rejected [JSESSIONID="E0D88CB528F3EBED332FB7C86EA3F31E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0024E3B6-F840-491A-8263-5E72347D1CFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0024E3B6-F840-491A-8263-5E72347D1CFE%7D [org.dataone.client.rest.RestClient]
20170606-07:10:06: [WARN]: Cookie rejected [JSESSIONID="6FBE92933FBD956EA07234EB76540DDA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{002FDF97-CAF4-4CBF-8081-82C7B44FF8BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B002FDF97-CAF4-4CBF-8081-82C7B44FF8BB%7D [org.dataone.client.rest.RestClient]
20170606-07:10:06: [WARN]: Cookie rejected [JSESSIONID="54F8DA7FD45D7E649B3245B2441AC097", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00393868-C128-4EAF-872D-0976C258B120}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00393868-C128-4EAF-872D-0976C258B120%7D [org.dataone.client.rest.RestClient]
20170606-07:10:07: [WARN]: Cookie rejected [JSESSIONID="5A826A645B319DD3CBE486F52FA1741D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003A63DF-C980-4379-91A2-732CC5C72A03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003A63DF-C980-4379-91A2-732CC5C72A03%7D [org.dataone.client.rest.RestClient]
20170606-07:10:08: [WARN]: Cookie rejected [JSESSIONID="5B6A5CFF3A9B8151F320EC5B9D446273", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003B9A2F-DF34-4EE1-9C0F-76F7D7E5FE0A%7D [org.dataone.client.rest.RestClient]
20170606-07:10:08: [WARN]: Cookie rejected [JSESSIONID="24808E73CA4886B634BCB0CFDDB7C627", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003E0C97-28D5-46EC-A110-691A0A98BB0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003E0C97-28D5-46EC-A110-691A0A98BB0D%7D [org.dataone.client.rest.RestClient]
20170606-07:10:09: [WARN]: Cookie rejected [JSESSIONID="B3C21B71B7AFBF3EE25E9699E6149D7B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{003F7B32-505F-4DE7-8365-24DDE53C9568}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B003F7B32-505F-4DE7-8365-24DDE53C9568%7D [org.dataone.client.rest.RestClient]
20170606-07:10:10: [WARN]: Cookie rejected [JSESSIONID="2555F92355B32391B3716F9EF2DF8EC6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00473F66-72E7-40B9-925A-FC744FF00E03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00473F66-72E7-40B9-925A-FC744FF00E03%7D [org.dataone.client.rest.RestClient]
20170606-07:10:10: [WARN]: Cookie rejected [JSESSIONID="B012172DCA703192FC5E77EFD3F5660A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0049D6E9-37FB-4F1F-AEB3-C9F7930229D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0049D6E9-37FB-4F1F-AEB3-C9F7930229D0%7D [org.dataone.client.rest.RestClient]
20170606-07:10:11: [WARN]: Cookie rejected [JSESSIONID="26A55CDBF8EE176BD2C6C2BB835F90F2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{004CDF5A-E247-47B8-9B63-E5BD1F274F4C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B004CDF5A-E247-47B8-9B63-E5BD1F274F4C%7D [org.dataone.client.rest.RestClient]
20170606-07:10:12: [WARN]: Cookie rejected [JSESSIONID="EC85FC095B921C78BA313A6F99C18FFF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BB51C-E2D8-4263-9599-9C38D16EFE5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BB51C-E2D8-4263-9599-9C38D16EFE5F%7D [org.dataone.client.rest.RestClient]
20170606-07:10:12: [WARN]: Cookie rejected [JSESSIONID="51A1369AFFA295BA14F5E8ECD35E6AE2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005BE4FE-2B10-4B08-934D-481A16909C86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005BE4FE-2B10-4B08-934D-481A16909C86%7D [org.dataone.client.rest.RestClient]
20170606-07:10:13: [WARN]: Cookie rejected [JSESSIONID="F77347159A7BD2E1782885455D55DF8F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005DA7DC-4EAE-408F-A4B7-B9AB06DE7EDE%7D [org.dataone.client.rest.RestClient]
20170606-07:10:13: [WARN]: Cookie rejected [JSESSIONID="F3DE3E7763A2A8C65CDC373B12900A7D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{005F0E7A-B7B4-4558-9FED-557B5DD53D36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B005F0E7A-B7B4-4558-9FED-557B5DD53D36%7D [org.dataone.client.rest.RestClient]
20170606-07:10:14: [WARN]: Cookie rejected [JSESSIONID="9B60A6BE4E4475B27F78381192DA57C6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0060204C-B9CC-482E-B743-B02316CE3060}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0060204C-B9CC-482E-B743-B02316CE3060%7D [org.dataone.client.rest.RestClient]
20170606-07:10:15: [WARN]: Cookie rejected [JSESSIONID="AFF6B735D92713E2CF4B54CB30EE22FB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00602614-D542-49FA-AF70-1185237CD021}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00602614-D542-49FA-AF70-1185237CD021%7D [org.dataone.client.rest.RestClient]
20170606-07:10:15: [WARN]: Cookie rejected [JSESSIONID="2EA000F206B2B792E15FE440FA045039", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0062D074-79BA-4873-98CE-85DE583937D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0062D074-79BA-4873-98CE-85DE583937D0%7D [org.dataone.client.rest.RestClient]
20170606-07:10:16: [WARN]: Cookie rejected [JSESSIONID="BC35ABDA7D3FC6847A5FF59DD85B02D1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{006504B5-E30C-48EB-A9DA-3556B6B54EF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B006504B5-E30C-48EB-A9DA-3556B6B54EF0%7D [org.dataone.client.rest.RestClient]
20170606-07:10:16: [WARN]: Cookie rejected [JSESSIONID="852526B86C7DDAC61183DC60732A89A9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00673011-E7D0-49BA-BABF-12B681D2E992}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00673011-E7D0-49BA-BABF-12B681D2E992%7D [org.dataone.client.rest.RestClient]
20170606-07:10:17: [WARN]: Cookie rejected [JSESSIONID="03B20E5CF9D5AF65D1B8DB36A61C5FCA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068C3D2-7A25-4B61-93C9-1A249FFDCEDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068C3D2-7A25-4B61-93C9-1A249FFDCEDA%7D [org.dataone.client.rest.RestClient]
20170606-07:10:18: [WARN]: Cookie rejected [JSESSIONID="97953D350162553EC4B0BB4BD94F92BE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0068F7AD-17D8-4DA0-A89F-F92086248413}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0068F7AD-17D8-4DA0-A89F-F92086248413%7D [org.dataone.client.rest.RestClient]
20170606-07:10:18: [WARN]: Cookie rejected [JSESSIONID="DDDEDB5E4DC0D3F3C2A58EE045B5205E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070DB74-124B-4B14-8E09-C43C9504386E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070DB74-124B-4B14-8E09-C43C9504386E%7D [org.dataone.client.rest.RestClient]
20170606-07:10:19: [WARN]: Cookie rejected [JSESSIONID="D508CF6008F50C193B4627AB8DC0D6F9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0070F994-7B51-4CBA-9253-156AA4F372D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0070F994-7B51-4CBA-9253-156AA4F372D9%7D [org.dataone.client.rest.RestClient]
20170606-07:10:20: [WARN]: Cookie rejected [JSESSIONID="147C18E9F254FA2C53C11C1465032D93", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0071C1AE-AE5C-4B70-99EA-DAF3A7A0059C%7D [org.dataone.client.rest.RestClient]
20170606-07:10:20: [WARN]: Cookie rejected [JSESSIONID="D196D4E5AD5FFF54A7EBE4829593E752", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00750CB8-74D6-44EA-A129-5A5E6B0365C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00750CB8-74D6-44EA-A129-5A5E6B0365C9%7D [org.dataone.client.rest.RestClient]
20170606-07:10:21: [WARN]: Cookie rejected [JSESSIONID="0F1DAAB28B1C35A3B73AD7E78D2CFC80", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{007FA382-99F8-4D3E-8E73-FF9835D1D133}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B007FA382-99F8-4D3E-8E73-FF9835D1D133%7D [org.dataone.client.rest.RestClient]
20170606-07:10:22: [WARN]: Cookie rejected [JSESSIONID="EA1AA7ECA8585ED0C9172338B4D700FE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0086A9F9-2CA7-44ED-A925-9B6EFE071863}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0086A9F9-2CA7-44ED-A925-9B6EFE071863%7D [org.dataone.client.rest.RestClient]
20170606-07:10:22: [WARN]: Cookie rejected [JSESSIONID="17E602FFF14C39BD94D56B047A5FD803", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00878636-693E-4E6E-B861-2342946EB0A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00878636-693E-4E6E-B861-2342946EB0A0%7D [org.dataone.client.rest.RestClient]
20170606-07:10:23: [WARN]: Cookie rejected [JSESSIONID="7257201FB6AF5C8C65720C3AD848EDDF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00939317-3F0D-4526-BBEB-B3DB57C80836}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D [org.dataone.client.rest.RestClient]
20170606-07:10:23: [WARN]: Cookie rejected [JSESSIONID="013785BEAD0A3A9B21C03DD8D298FA9D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0093C680-2809-4A13-B3F2-AE90CCB2A0CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0093C680-2809-4A13-B3F2-AE90CCB2A0CC%7D [org.dataone.client.rest.RestClient]
20170606-07:10:24: [WARN]: Cookie rejected [JSESSIONID="E89E64F3D19745E960CB805F28AD5F3D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009DD64D-F81A-4C75-91FE-5A403889A177}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009DD64D-F81A-4C75-91FE-5A403889A177%7D [org.dataone.client.rest.RestClient]
20170606-07:10:25: [WARN]: Cookie rejected [JSESSIONID="ACF5E6093ADE51D0933800BD43CEF0C6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{009E0E3D-D1EA-4B84-90E3-D21FC7F467AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%7D [org.dataone.client.rest.RestClient]
20170606-07:10:25: [WARN]: Cookie rejected [JSESSIONID="2768E41F538D5E1CAE78238F42F0BFA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00A73486-CE2F-4CC7-BC56-E03016F3540E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D [org.dataone.client.rest.RestClient]
20170606-07:10:26: [WARN]: Cookie rejected [JSESSIONID="856147EE5BAFDFBF2050A84E52DC4657", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00ABF9B3-B064-464D-9A56-E3DBE5023851}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00ABF9B3-B064-464D-9A56-E3DBE5023851%7D [org.dataone.client.rest.RestClient]
20170606-07:10:27: [WARN]: Cookie rejected [JSESSIONID="49E4A4DE29E6C1C5CCE867BE8C7AE61A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00AF24C3-4569-4AC4-A143-16F384B43333}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00AF24C3-4569-4AC4-A143-16F384B43333%7D [org.dataone.client.rest.RestClient]
20170606-07:10:27: [WARN]: Cookie rejected [JSESSIONID="08971FB961F70B577A6F663C095EC703", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00B08D8D-0CBA-42F5-9D65-4DE1F056C018}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00B08D8D-0CBA-42F5-9D65-4DE1F056C018%7D [org.dataone.client.rest.RestClient]
20170606-07:10:28: [WARN]: Cookie rejected [JSESSIONID="328147656C3185535434C138EA386F9E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00B11F7A-E47C-4251-9389-D311CF6CD661}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00B11F7A-E47C-4251-9389-D311CF6CD661%7D [org.dataone.client.rest.RestClient]
20170606-07:10:28: [WARN]: Cookie rejected [JSESSIONID="4E63590480438DE1B69246869966E67A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00B3887E-5A6F-41BC-A52E-4530A06C1780}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00B3887E-5A6F-41BC-A52E-4530A06C1780%7D [org.dataone.client.rest.RestClient]
20170606-07:10:29: [WARN]: Cookie rejected [JSESSIONID="B8C5D7DBA97605DF476288B206E223E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00B50D48-FB3D-4450-8B56-754AF37CE222}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00B50D48-FB3D-4450-8B56-754AF37CE222%7D [org.dataone.client.rest.RestClient]
20170606-07:10:30: [WARN]: Cookie rejected [JSESSIONID="CDF50417B1810FBE5A505B211B05FE1B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00B9B790-8C6F-45FB-A3A1-778BB31936ED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00B9B790-8C6F-45FB-A3A1-778BB31936ED%7D [org.dataone.client.rest.RestClient]
20170606-07:10:30: [WARN]: Cookie rejected [JSESSIONID="BEAD38F04D3664859BFAEB28F3E7F54A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00BD50C5-98BA-429E-B88E-4AB4FEF3D346}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00BD50C5-98BA-429E-B88E-4AB4FEF3D346%7D [org.dataone.client.rest.RestClient]
20170606-07:10:31: [WARN]: Cookie rejected [JSESSIONID="F76ACF2E92122D88F13EA84F9E0F2AF8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00BE2765-AA69-416A-819F-1AE8F5F5DEE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00BE2765-AA69-416A-819F-1AE8F5F5DEE0%7D [org.dataone.client.rest.RestClient]
20170606-07:10:32: [WARN]: Cookie rejected [JSESSIONID="8B8A566EE7E7947B0569D80C9C93689B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00BF476A-2DEF-48FE-8D3F-A9924F0B6F2A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00BF476A-2DEF-48FE-8D3F-A9924F0B6F2A%7D [org.dataone.client.rest.RestClient]
20170606-07:10:32: [WARN]: Cookie rejected [JSESSIONID="41C716A56886DC45F33098066AA6315A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00BF695C-5C5F-41CA-8740-10538AA65B2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00BF695C-5C5F-41CA-8740-10538AA65B2D%7D [org.dataone.client.rest.RestClient]
20170606-07:10:33: [WARN]: Cookie rejected [JSESSIONID="56781049956418B428E718929740FEB7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00C01E81-E697-443D-A6D6-A82361A9992F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00C01E81-E697-443D-A6D6-A82361A9992F%7D [org.dataone.client.rest.RestClient]
20170606-07:10:33: [WARN]: Cookie rejected [JSESSIONID="A163C338ADACE16119E0A0C3B51EFCD7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00C12B40-2A8D-4F47-BB7E-49F45017BB98}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00C12B40-2A8D-4F47-BB7E-49F45017BB98%7D [org.dataone.client.rest.RestClient]
20170606-07:10:34: [WARN]: Cookie rejected [JSESSIONID="F31599321FC7BC8234810B5512DA4335", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00C3970E-2347-4E65-8F24-41712F3BF268}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00C3970E-2347-4E65-8F24-41712F3BF268%7D [org.dataone.client.rest.RestClient]
20170606-07:10:35: [WARN]: Cookie rejected [JSESSIONID="4A0A3A3640D6CD2E4EFB0062EE0D48F3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00C89A50-43AF-4562-AEB3-2F884CC497A5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00C89A50-43AF-4562-AEB3-2F884CC497A5%7D [org.dataone.client.rest.RestClient]
20170606-07:10:35: [WARN]: Cookie rejected [JSESSIONID="580870041917D53ABDFD465382BCFA7E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00C96169-1B94-4641-AB2A-93A7C58F1543}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00C96169-1B94-4641-AB2A-93A7C58F1543%7D [org.dataone.client.rest.RestClient]
20170606-07:10:36: [WARN]: Cookie rejected [JSESSIONID="CEF54054A44641444FEE05E082EA1018", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00CEEBE7-8BD9-4CAA-A5A5-47EE2F851DB7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00CEEBE7-8BD9-4CAA-A5A5-47EE2F851DB7%7D [org.dataone.client.rest.RestClient]
20170606-07:10:36: [WARN]: Cookie rejected [JSESSIONID="8F92F500DC59448DDF321ADDAD2A82AF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00D08D5F-982A-406A-AA8D-67D38CB78F2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00D08D5F-982A-406A-AA8D-67D38CB78F2D%7D [org.dataone.client.rest.RestClient]
20170606-07:10:37: [WARN]: Cookie rejected [JSESSIONID="9EB43AA86455AFC60DD394D4F09A3A7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00D3FB52-93C9-461C-BE4D-0B59F2965BCC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00D3FB52-93C9-461C-BE4D-0B59F2965BCC%7D [org.dataone.client.rest.RestClient]
20170606-07:10:38: [WARN]: Cookie rejected [JSESSIONID="A9656B8F1B0E52A3CF051B2F604F17FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00D5C699-CD8A-4371-BBCA-B9BFFBFAB734}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00D5C699-CD8A-4371-BBCA-B9BFFBFAB734%7D [org.dataone.client.rest.RestClient]
20170606-07:10:38: [WARN]: Cookie rejected [JSESSIONID="3053D8C9297727BF711950084071E596", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00D69219-E12B-4F8D-98DA-D2F401449423}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00D69219-E12B-4F8D-98DA-D2F401449423%7D [org.dataone.client.rest.RestClient]
20170606-07:10:39: [WARN]: Cookie rejected [JSESSIONID="FD1A70E5EC039654516BC60E50FFAE95", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00DB5D40-79F7-4D21-9CD5-EF4FE272CA85}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00DB5D40-79F7-4D21-9CD5-EF4FE272CA85%7D [org.dataone.client.rest.RestClient]
20170606-07:10:39: [WARN]: Cookie rejected [JSESSIONID="83AF6E2E3B9DFB2777A68C9D529CC8F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00E2AC0D-D348-4DA5-BCD4-9FCAC4517A52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00E2AC0D-D348-4DA5-BCD4-9FCAC4517A52%7D [org.dataone.client.rest.RestClient]
20170606-07:10:40: [WARN]: Cookie rejected [JSESSIONID="9D6030CD9B5F77B1FD439D455A3E7BCF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00E4DA06-AC28-4800-823A-097256431108}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00E4DA06-AC28-4800-823A-097256431108%7D [org.dataone.client.rest.RestClient]
20170606-07:10:41: [WARN]: Cookie rejected [JSESSIONID="1CA6360ED3E1153441D6D053EF19EA67", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00EB30E0-A9C1-420F-97E1-0E16BAD7142B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00EB30E0-A9C1-420F-97E1-0E16BAD7142B%7D [org.dataone.client.rest.RestClient]
20170606-07:10:41: [WARN]: Cookie rejected [JSESSIONID="BCE5CF239DE584A2E4D408D828B3604A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00EEAC74-14C2-4DB6-A9B1-BA163FCAF4FE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00EEAC74-14C2-4DB6-A9B1-BA163FCAF4FE%7D [org.dataone.client.rest.RestClient]
20170606-07:10:42: [WARN]: Cookie rejected [JSESSIONID="29A105B4E978E6995BC258949A01C4DF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00EEB96E-7104-4796-A4C6-C1DFF7DFA170}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00EEB96E-7104-4796-A4C6-C1DFF7DFA170%7D [org.dataone.client.rest.RestClient]
20170606-07:10:43: [WARN]: Cookie rejected [JSESSIONID="CEF6E90CCF0A3F9B91FDCC6AACD7BDF2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00EF4E5F-C446-4513-9BC6-11CDDA4B27B8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00EF4E5F-C446-4513-9BC6-11CDDA4B27B8%7D [org.dataone.client.rest.RestClient]
20170606-07:10:43: [WARN]: Cookie rejected [JSESSIONID="FA6A4AE5068CA1E42C784623330BBB65", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00EFE50E-A607-4CE6-83BE-C09913FFCA2C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00EFE50E-A607-4CE6-83BE-C09913FFCA2C%7D [org.dataone.client.rest.RestClient]
20170606-07:10:44: [WARN]: Cookie rejected [JSESSIONID="3021CE6F73141895FFA42AA1F34EA983", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00F0896A-976E-47AD-BA52-D4712701166C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00F0896A-976E-47AD-BA52-D4712701166C%7D [org.dataone.client.rest.RestClient]
20170606-07:10:44: [WARN]: Cookie rejected [JSESSIONID="36AB85BCFA8FE21FAD4351F3FE5A0472", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00F1F748-3A97-4DDE-9038-3F875A0E8144}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00F1F748-3A97-4DDE-9038-3F875A0E8144%7D [org.dataone.client.rest.RestClient]
20170606-07:10:45: [WARN]: Cookie rejected [JSESSIONID="E86936932972B02F481494D65E85650F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00F51BF9-A713-45AD-A690-2F1C479BF93D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00F51BF9-A713-45AD-A690-2F1C479BF93D%7D [org.dataone.client.rest.RestClient]
20170606-07:10:46: [WARN]: Cookie rejected [JSESSIONID="9BAF94E9D39824BBF6A5BE0325CA5A2C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00F97E49-86C1-4378-9C72-670DA2899562}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00F97E49-86C1-4378-9C72-670DA2899562%7D [org.dataone.client.rest.RestClient]
20170606-07:10:46: [WARN]: Cookie rejected [JSESSIONID="45E98232D60543B44AD002D8B4E3A1C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00FA40F0-61B2-448B-8594-5F04E0464D3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00FA40F0-61B2-448B-8594-5F04E0464D3F%7D [org.dataone.client.rest.RestClient]
20170606-07:10:47: [WARN]: Cookie rejected [JSESSIONID="887B1A33A8D897D7E9B098CDE11D4D7B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00FB36E5-8159-401E-AA72-047494C1A4CD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00FB36E5-8159-401E-AA72-047494C1A4CD%7D [org.dataone.client.rest.RestClient]
20170606-07:10:48: [WARN]: Cookie rejected [JSESSIONID="B293A909DF030C006C987D8A66E9FC22", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00FB9CEF-5870-4296-9AF9-64B8D3760B65}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00FB9CEF-5870-4296-9AF9-64B8D3760B65%7D [org.dataone.client.rest.RestClient]
20170606-07:10:48: [WARN]: Cookie rejected [JSESSIONID="820C59C0E78E8907B869EDC1CCDB278F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00FECFE7-2298-465B-993B-B2591DFD903F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00FECFE7-2298-465B-993B-B2591DFD903F%7D [org.dataone.client.rest.RestClient]
20170606-07:10:49: [WARN]: Cookie rejected [JSESSIONID="1CF1EAF91EE3C484E63EDC058BE9365B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{00FF8BC0-F886-48D9-8CE4-678687601A1D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00FF8BC0-F886-48D9-8CE4-678687601A1D%7D [org.dataone.client.rest.RestClient]
20170606-07:10:49: [WARN]: Cookie rejected [JSESSIONID="E3EE05946D4D572E52CBA5FAE08C69B0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0100B26D-5147-44FF-8FAF-79EC83BB80AB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0100B26D-5147-44FF-8FAF-79EC83BB80AB%7D [org.dataone.client.rest.RestClient]
20170606-07:10:50: [WARN]: Cookie rejected [JSESSIONID="E8ECB504407E25B311FD22A8D8DBEDF2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0101CCF4-E4BA-4FE8-9D37-06B200FD4D49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0101CCF4-E4BA-4FE8-9D37-06B200FD4D49%7D [org.dataone.client.rest.RestClient]
20170606-07:10:51: [WARN]: Cookie rejected [JSESSIONID="E6878AF244CB32EEEE2F4996E4AF21DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0104908C-7F34-4229-867B-D6C190BF1AB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0104908C-7F34-4229-867B-D6C190BF1AB1%7D [org.dataone.client.rest.RestClient]
20170606-07:10:51: [WARN]: Cookie rejected [JSESSIONID="B48DB28E14D347F9D960834901620709", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0106F8B5-AF5F-403D-A22C-1F4CD9F9AE39}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0106F8B5-AF5F-403D-A22C-1F4CD9F9AE39%7D [org.dataone.client.rest.RestClient]
20170606-07:10:52: [WARN]: Cookie rejected [JSESSIONID="FFAEC54E04CFF7A3F9CD4C7E3AA77E59", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0107E223-B646-45DD-89CE-D71CD6DD1EAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0107E223-B646-45DD-89CE-D71CD6DD1EAA%7D [org.dataone.client.rest.RestClient]
20170606-07:10:52: [WARN]: Cookie rejected [JSESSIONID="0DE6E2DF0AC73C77C58336036CD2FD43", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01098A4A-CB44-40C3-A8A4-30C8AD98DEA0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01098A4A-CB44-40C3-A8A4-30C8AD98DEA0%7D [org.dataone.client.rest.RestClient]
20170606-07:10:53: [WARN]: Cookie rejected [JSESSIONID="DF12100BAEB5A7803F09F661ACF5C4A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{010E56E0-3C99-404A-8960-CB12824DF5A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B010E56E0-3C99-404A-8960-CB12824DF5A6%7D [org.dataone.client.rest.RestClient]
20170606-07:10:54: [WARN]: Cookie rejected [JSESSIONID="400ED67C893217B754F79A088C686D7C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{010E7FBE-E2AB-4B72-95AF-03C0255D6856}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B010E7FBE-E2AB-4B72-95AF-03C0255D6856%7D [org.dataone.client.rest.RestClient]
20170606-07:10:54: [WARN]: Cookie rejected [JSESSIONID="5DED773D31175BBC03B0D233E1C06FF0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{010F0852-0CF1-46DF-AC60-9C54A799CEBF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B010F0852-0CF1-46DF-AC60-9C54A799CEBF%7D [org.dataone.client.rest.RestClient]
20170606-07:10:55: [WARN]: Cookie rejected [JSESSIONID="5678B51DB08F202F9F6166BC3D74D93B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{011173DE-60E0-4B58-8DDE-1C20ACF3A85C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B011173DE-60E0-4B58-8DDE-1C20ACF3A85C%7D [org.dataone.client.rest.RestClient]
20170606-07:10:55: [WARN]: Cookie rejected [JSESSIONID="952F16D8FF48B047F6DCB6AAD1E8A1F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{011731C2-C86D-42D8-ABB9-24CE2BC33F3A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B011731C2-C86D-42D8-ABB9-24CE2BC33F3A%7D [org.dataone.client.rest.RestClient]
20170606-07:10:56: [WARN]: Cookie rejected [JSESSIONID="21B689945E3F2573C0CCCB4274EF7427", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01178FFE-C017-4F45-8523-CB678DDC786B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01178FFE-C017-4F45-8523-CB678DDC786B%7D [org.dataone.client.rest.RestClient]
20170606-07:10:57: [WARN]: Cookie rejected [JSESSIONID="8CD4A26BF9F84E3DA792ED3B9F814D17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0117CF8F-EE7B-4876-B73C-082C32FB74EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0117CF8F-EE7B-4876-B73C-082C32FB74EB%7D [org.dataone.client.rest.RestClient]
20170606-07:10:57: [WARN]: Cookie rejected [JSESSIONID="B5452F398C58EE0B421285B8D6EBB013", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{011BAE4F-9AED-4F7A-996A-370C18157961}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B011BAE4F-9AED-4F7A-996A-370C18157961%7D [org.dataone.client.rest.RestClient]
20170606-07:10:58: [WARN]: Cookie rejected [JSESSIONID="16C5F4A5C2E71CFB4CE78C07B50CA793", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{011D09B2-52F6-47C1-A1CE-CDCAC58EABAE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B011D09B2-52F6-47C1-A1CE-CDCAC58EABAE%7D [org.dataone.client.rest.RestClient]
20170606-07:10:58: [WARN]: Cookie rejected [JSESSIONID="25E5774C9F3603A21D171FEBA5D0C544", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01295CF3-D1A6-4571-8CBD-F78061FAD515}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01295CF3-D1A6-4571-8CBD-F78061FAD515%7D [org.dataone.client.rest.RestClient]
20170606-07:10:59: [WARN]: Cookie rejected [JSESSIONID="A40BD98A85706AA5CB6B7345894207A4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{012E6B41-A86B-4729-B90A-E00D9C323797}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:10:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B012E6B41-A86B-4729-B90A-E00D9C323797%7D [org.dataone.client.rest.RestClient]
20170606-07:11:00: [WARN]: Cookie rejected [JSESSIONID="BD9AEFF5849FA59456BD33059928E194", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0133D63B-D29A-441E-9C5B-6C7D85A304D1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0133D63B-D29A-441E-9C5B-6C7D85A304D1%7D [org.dataone.client.rest.RestClient]
20170606-07:11:00: [WARN]: Cookie rejected [JSESSIONID="91A19E7ED0FE7AAA70C5FAEF56C44D93", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01357606-D78D-46C7-9702-E1B9CD83E5EA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01357606-D78D-46C7-9702-E1B9CD83E5EA%7D [org.dataone.client.rest.RestClient]
20170606-07:11:01: [WARN]: Cookie rejected [JSESSIONID="CC214051CE875E9F1DD28251BA5EA050", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0135EF8B-CC4D-45D6-A14A-E8D161DE770B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0135EF8B-CC4D-45D6-A14A-E8D161DE770B%7D [org.dataone.client.rest.RestClient]
20170606-07:11:02: [WARN]: Cookie rejected [JSESSIONID="3DFA88FC690E6E75704967D305CD556D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{013B0A54-0C18-4586-BC71-FFC161F9FE0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B013B0A54-0C18-4586-BC71-FFC161F9FE0D%7D [org.dataone.client.rest.RestClient]
20170606-07:11:02: [WARN]: Cookie rejected [JSESSIONID="7388B17BFEA670C1EF60A08260DDBCF3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{013B629F-9B89-4683-8BF6-5DB17991E994}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B013B629F-9B89-4683-8BF6-5DB17991E994%7D [org.dataone.client.rest.RestClient]
20170606-07:11:03: [WARN]: Cookie rejected [JSESSIONID="7D8592C6B40559C5FBDFFCC918B5400A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{013C43FD-E976-4943-830F-A6FF6E863134}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B013C43FD-E976-4943-830F-A6FF6E863134%7D [org.dataone.client.rest.RestClient]
20170606-07:11:04: [WARN]: Cookie rejected [JSESSIONID="CF675E504D5F28AF5225C841C702662A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{013E4F76-AF23-4DB2-BD6E-60F9AAEA25D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B013E4F76-AF23-4DB2-BD6E-60F9AAEA25D8%7D [org.dataone.client.rest.RestClient]
20170606-07:11:04: [WARN]: Cookie rejected [JSESSIONID="6AD7BD701239B625F33E142D2D3A0CBB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{013EADA9-CA06-48E3-9B05-0E76AF85B2E1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B013EADA9-CA06-48E3-9B05-0E76AF85B2E1%7D [org.dataone.client.rest.RestClient]
20170606-07:11:05: [WARN]: Cookie rejected [JSESSIONID="5A521B846D974B88A57A6C708D111ADD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{013FBAC6-9566-4EDA-94D0-C13A53CD2B1C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B013FBAC6-9566-4EDA-94D0-C13A53CD2B1C%7D [org.dataone.client.rest.RestClient]
20170606-07:11:05: [WARN]: Cookie rejected [JSESSIONID="A7F8B0F22D007BAE3E6EFAC9E10B90BB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0143D799-2266-4DD3-82D3-39908920DDC3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0143D799-2266-4DD3-82D3-39908920DDC3%7D [org.dataone.client.rest.RestClient]
20170606-07:11:06: [WARN]: Cookie rejected [JSESSIONID="4D9D545DA1235D12B0ED127160800A5A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0145BB27-31E5-4FEB-8D52-EA6A0837C766}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0145BB27-31E5-4FEB-8D52-EA6A0837C766%7D [org.dataone.client.rest.RestClient]
20170606-07:11:07: [WARN]: Cookie rejected [JSESSIONID="E1E1BA7ADF4B8F80569A433CCAA2920F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0147DEFE-DB97-4324-BB4D-467F9E46C383}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0147DEFE-DB97-4324-BB4D-467F9E46C383%7D [org.dataone.client.rest.RestClient]
20170606-07:11:07: [WARN]: Cookie rejected [JSESSIONID="6F6E0EEACE1BD1CE4B7ADA6FA9F63566", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{014A1708-4540-4003-92B2-3BBDBEBF29B0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B014A1708-4540-4003-92B2-3BBDBEBF29B0%7D [org.dataone.client.rest.RestClient]
20170606-07:11:08: [WARN]: Cookie rejected [JSESSIONID="36BD04633DC829BB4AE03A4167BA5363", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{014AFD48-627C-4B27-B3B5-B5368619FC84}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B014AFD48-627C-4B27-B3B5-B5368619FC84%7D [org.dataone.client.rest.RestClient]
20170606-07:11:09: [WARN]: Cookie rejected [JSESSIONID="A1A9E56E947E332546E8640208C15808", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{014C34E7-C439-402B-A210-49961477449C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B014C34E7-C439-402B-A210-49961477449C%7D [org.dataone.client.rest.RestClient]
20170606-07:11:09: [WARN]: Cookie rejected [JSESSIONID="72BDB36B2513A9041306414BD6D7AFA7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{014DF544-5C49-44F8-9788-D8CED7395B9A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B014DF544-5C49-44F8-9788-D8CED7395B9A%7D [org.dataone.client.rest.RestClient]
20170606-07:11:10: [WARN]: Cookie rejected [JSESSIONID="C98C079967F4C39AB5CED6492103D55F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{014ECC08-ED70-44DA-B0A0-FD16C52CE461}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B014ECC08-ED70-44DA-B0A0-FD16C52CE461%7D [org.dataone.client.rest.RestClient]
20170606-07:11:10: [WARN]: Cookie rejected [JSESSIONID="0DCD7B85B74B0B7B0F1F3FA0B17A7976", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01539724-4965-4D7D-A2F3-FFDB7DEE67B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01539724-4965-4D7D-A2F3-FFDB7DEE67B5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:11: [WARN]: Cookie rejected [JSESSIONID="629B0059ABC3852A84F63F34AF01B22D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0155A972-C47E-437B-97F2-292E380339D5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0155A972-C47E-437B-97F2-292E380339D5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:12: [WARN]: Cookie rejected [JSESSIONID="05DC71BF783D9DC646F280F02C38F8CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{015886E9-6AED-4EAF-8337-795B7EDFA9BB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B015886E9-6AED-4EAF-8337-795B7EDFA9BB%7D [org.dataone.client.rest.RestClient]
20170606-07:11:12: [WARN]: Cookie rejected [JSESSIONID="3735F249AF535879E4610A5A642E8D7A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{015BE6DB-A9D8-4966-AA1F-A0919C7752C4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B015BE6DB-A9D8-4966-AA1F-A0919C7752C4%7D [org.dataone.client.rest.RestClient]
20170606-07:11:13: [WARN]: Cookie rejected [JSESSIONID="BC7B5EF6A91D56B84F691487BBC5F3DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01627CA3-F660-46B1-8C31-C06715ADE4A5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01627CA3-F660-46B1-8C31-C06715ADE4A5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:14: [WARN]: Cookie rejected [JSESSIONID="C2FD3F6F863959777BDB8DA0CF75B0C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0163F2C3-D814-4257-B347-0C327F856DA5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0163F2C3-D814-4257-B347-0C327F856DA5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:14: [WARN]: Cookie rejected [JSESSIONID="121F30877C6886914B4FA4CB19ED5230", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{016401C5-1CAE-4488-BA16-A4E0764E94D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B016401C5-1CAE-4488-BA16-A4E0764E94D8%7D [org.dataone.client.rest.RestClient]
20170606-07:11:15: [WARN]: Cookie rejected [JSESSIONID="94EF2980370B803EE109D8A7C8D3FA5F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0167A885-BD32-4BC4-ACF5-B1613F2DC234}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0167A885-BD32-4BC4-ACF5-B1613F2DC234%7D [org.dataone.client.rest.RestClient]
20170606-07:11:16: [WARN]: Cookie rejected [JSESSIONID="861BC7D14CCF7AEC3A064ACBA7DAE673", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{016CEC20-6701-4F24-86A2-BD78E82127AD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B016CEC20-6701-4F24-86A2-BD78E82127AD%7D [org.dataone.client.rest.RestClient]
20170606-07:11:16: [WARN]: Cookie rejected [JSESSIONID="F09475BFF928DC82ACFD4C6DFFDF1936", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{017821D8-2A93-4704-A4E8-4C7A29CE3B3E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B017821D8-2A93-4704-A4E8-4C7A29CE3B3E%7D [org.dataone.client.rest.RestClient]
20170606-07:11:17: [WARN]: Cookie rejected [JSESSIONID="29CE364A7B72830E306B7D2493A93399", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{017C8467-AB6C-4A0C-B19D-9679FF33CAE4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B017C8467-AB6C-4A0C-B19D-9679FF33CAE4%7D [org.dataone.client.rest.RestClient]
20170606-07:11:17: [WARN]: Cookie rejected [JSESSIONID="8D5FB843E7A56AF6E958C5C97D3AFD0C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{017CB81A-9282-4435-97DB-978648F418D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B017CB81A-9282-4435-97DB-978648F418D7%7D [org.dataone.client.rest.RestClient]
20170606-07:11:18: [WARN]: Cookie rejected [JSESSIONID="4284B89A5939EA0CF5444D25A338123D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{017F445E-680E-42E3-8156-5D4D90E7918F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B017F445E-680E-42E3-8156-5D4D90E7918F%7D [org.dataone.client.rest.RestClient]
20170606-07:11:19: [WARN]: Cookie rejected [JSESSIONID="77038692F9B861CC67D4A5CEFEA29D92", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0180E54B-DE09-460A-9985-BD1E4FA78A57}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0180E54B-DE09-460A-9985-BD1E4FA78A57%7D [org.dataone.client.rest.RestClient]
20170606-07:11:19: [WARN]: Cookie rejected [JSESSIONID="18D92695627222D28403C50230E878DD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0182675F-6529-40D5-BEF6-71141D2C5E89}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0182675F-6529-40D5-BEF6-71141D2C5E89%7D [org.dataone.client.rest.RestClient]
20170606-07:11:20: [WARN]: Cookie rejected [JSESSIONID="79A276442AE90568100494D820EC0115", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01845942-A79B-44FF-8A71-EDBE6D4E19A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01845942-A79B-44FF-8A71-EDBE6D4E19A6%7D [org.dataone.client.rest.RestClient]
20170606-07:11:20: [WARN]: Cookie rejected [JSESSIONID="E27C4049DAA4071931624DE902C5E118", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01850565-557B-4507-BF2A-296B012C643D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01850565-557B-4507-BF2A-296B012C643D%7D [org.dataone.client.rest.RestClient]
20170606-07:11:21: [WARN]: Cookie rejected [JSESSIONID="F512982D09CBFD4B2217D28729FB52CB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{018CECC1-DD82-49A8-88FF-A49C0701B901}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B018CECC1-DD82-49A8-88FF-A49C0701B901%7D [org.dataone.client.rest.RestClient]
20170606-07:11:22: [WARN]: Cookie rejected [JSESSIONID="DDAC25A9DA0C7794FAE44E63259F0A50", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0192A361-0DDB-4A95-97E8-15430664A914}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0192A361-0DDB-4A95-97E8-15430664A914%7D [org.dataone.client.rest.RestClient]
20170606-07:11:22: [WARN]: Cookie rejected [JSESSIONID="1622DBD3EC2BAF30D27CD1794F414445", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0193A6DC-1AFD-44D2-8481-E105BB228292}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0193A6DC-1AFD-44D2-8481-E105BB228292%7D [org.dataone.client.rest.RestClient]
20170606-07:11:23: [WARN]: Cookie rejected [JSESSIONID="504619D1ADAD38D80B7699F5C0D20D17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01946848-9DBB-47F7-AEE0-0CF0C840D54A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01946848-9DBB-47F7-AEE0-0CF0C840D54A%7D [org.dataone.client.rest.RestClient]
20170606-07:11:24: [WARN]: Cookie rejected [JSESSIONID="B4F5830AF9477B6BBFCE3B080FAE3700", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0195C47D-C4B1-469C-BB55-C50C5FD280EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0195C47D-C4B1-469C-BB55-C50C5FD280EC%7D [org.dataone.client.rest.RestClient]
20170606-07:11:24: [WARN]: Cookie rejected [JSESSIONID="4106D6B6A51A474A21D449E65A177206", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01964683-7D5E-40A1-93D8-C73FD9B81E4D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01964683-7D5E-40A1-93D8-C73FD9B81E4D%7D [org.dataone.client.rest.RestClient]
20170606-07:11:25: [WARN]: Cookie rejected [JSESSIONID="56DCBB74C26AAC93D72074794F34FAE6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0198F51C-C13B-42B8-8801-7077C3548D15}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0198F51C-C13B-42B8-8801-7077C3548D15%7D [org.dataone.client.rest.RestClient]
20170606-07:11:25: [WARN]: Cookie rejected [JSESSIONID="101A8B479B48C3488C984810319E810F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01999C48-CCF6-42E2-8134-C44679E42294}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01999C48-CCF6-42E2-8134-C44679E42294%7D [org.dataone.client.rest.RestClient]
20170606-07:11:26: [WARN]: Cookie rejected [JSESSIONID="369778D45E8EA3011891A52493F9F2FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0199C6BF-0B35-4B34-9057-21A9B2F0CCBA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0199C6BF-0B35-4B34-9057-21A9B2F0CCBA%7D [org.dataone.client.rest.RestClient]
20170606-07:11:27: [WARN]: Cookie rejected [JSESSIONID="2F62E089BE3EEAD2A1B3E47B756A7F15", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{019E59A7-04D0-4DB0-8DDD-B24489230BE8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B019E59A7-04D0-4DB0-8DDD-B24489230BE8%7D [org.dataone.client.rest.RestClient]
20170606-07:11:28: [WARN]: Cookie rejected [JSESSIONID="7BB0D0578D357A5D860E8CDC077EE0DB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01A0A6C9-28BF-4B22-B059-BA202ABFDA03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01A0A6C9-28BF-4B22-B059-BA202ABFDA03%7D [org.dataone.client.rest.RestClient]
20170606-07:11:28: [WARN]: Cookie rejected [JSESSIONID="5B81BBCD2DB98DAE3DFCD22A6135DFF3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01A561EB-3961-426A-AC17-7F7E7FB57277}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01A561EB-3961-426A-AC17-7F7E7FB57277%7D [org.dataone.client.rest.RestClient]
20170606-07:11:29: [WARN]: Cookie rejected [JSESSIONID="3DB3872DA16C0080B7C47829A2BC65F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01A6AF36-701E-4C1A-B3A0-1E95688644B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01A6AF36-701E-4C1A-B3A0-1E95688644B5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:29: [WARN]: Cookie rejected [JSESSIONID="DB9521570E95BA99405EA9C84EA40772", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01AA22BE-BDA0-4741-8861-4C031AC795D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01AA22BE-BDA0-4741-8861-4C031AC795D7%7D [org.dataone.client.rest.RestClient]
20170606-07:11:30: [WARN]: Cookie rejected [JSESSIONID="E9C8A36FBE85B1C67F98B79FAF0C81E8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01AA8EEA-313D-4DE1-A67F-939DA2F901A8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01AA8EEA-313D-4DE1-A67F-939DA2F901A8%7D [org.dataone.client.rest.RestClient]
20170606-07:11:31: [WARN]: Cookie rejected [JSESSIONID="5EE62B9BA0C175BAA129104FF743FD2B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01AE9EC3-6ADA-460A-A6C2-8AEFDF81AB19}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01AE9EC3-6ADA-460A-A6C2-8AEFDF81AB19%7D [org.dataone.client.rest.RestClient]
20170606-07:11:31: [WARN]: Cookie rejected [JSESSIONID="514039C2CFCFDC98136E6F31E021F830", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01B40F7B-AEDF-4C25-8332-9F473CC82D8F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01B40F7B-AEDF-4C25-8332-9F473CC82D8F%7D [org.dataone.client.rest.RestClient]
20170606-07:11:32: [WARN]: Cookie rejected [JSESSIONID="113AE603297E76FFA40F643552BEA3C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01B4E23A-754A-4F75-8367-3ECF3E2B882A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01B4E23A-754A-4F75-8367-3ECF3E2B882A%7D [org.dataone.client.rest.RestClient]
20170606-07:11:32: [WARN]: Cookie rejected [JSESSIONID="3EE9451952A206F3CA22A93AF814B8B9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01B528D5-6D77-4F3C-AD1B-B62A7CDF88BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01B528D5-6D77-4F3C-AD1B-B62A7CDF88BD%7D [org.dataone.client.rest.RestClient]
20170606-07:11:33: [WARN]: Cookie rejected [JSESSIONID="96B771231BDA874ADFB2C5C391280562", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01B55138-C9B7-4565-A66C-C24AC8D69147}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01B55138-C9B7-4565-A66C-C24AC8D69147%7D [org.dataone.client.rest.RestClient]
20170606-07:11:34: [WARN]: Cookie rejected [JSESSIONID="5533C2AC0CA33196F7AE707B4F3E1533", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01B5DE14-341D-4EDE-A970-9EBF60E12577}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01B5DE14-341D-4EDE-A970-9EBF60E12577%7D [org.dataone.client.rest.RestClient]
20170606-07:11:34: [WARN]: Cookie rejected [JSESSIONID="D73529F63208E260DAEB9550300221DB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01B85DCD-A242-4D19-B583-16C848B9CD15}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01B85DCD-A242-4D19-B583-16C848B9CD15%7D [org.dataone.client.rest.RestClient]
20170606-07:11:35: [WARN]: Cookie rejected [JSESSIONID="4832244598CEBCA418444729EF5CEFAD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01BBE493-6E0F-4BEB-9C34-ED22DA939E1F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01BBE493-6E0F-4BEB-9C34-ED22DA939E1F%7D [org.dataone.client.rest.RestClient]
20170606-07:11:35: [WARN]: Cookie rejected [JSESSIONID="0498823CCD3936015F98B7584B837814", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01C6B085-63E9-427E-B8DE-5AE84E4D869D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01C6B085-63E9-427E-B8DE-5AE84E4D869D%7D [org.dataone.client.rest.RestClient]
20170606-07:11:36: [WARN]: Cookie rejected [JSESSIONID="1766BD769B1FF3BF1AC1EACC4DFC68D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01CB1430-51CC-43B0-8ADE-8FD047A6928B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01CB1430-51CC-43B0-8ADE-8FD047A6928B%7D [org.dataone.client.rest.RestClient]
20170606-07:11:37: [WARN]: Cookie rejected [JSESSIONID="C9343CDB042A12FA8766828D85997EFD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01CEA7EC-B8AD-4B0F-A6F8-B68759CC3756}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01CEA7EC-B8AD-4B0F-A6F8-B68759CC3756%7D [org.dataone.client.rest.RestClient]
20170606-07:11:37: [WARN]: Cookie rejected [JSESSIONID="B618E7EFBFC5C77A0D330B2E83FC7319", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01CF5446-01D7-49D2-B031-AB2ED94A1AB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01CF5446-01D7-49D2-B031-AB2ED94A1AB4%7D [org.dataone.client.rest.RestClient]
20170606-07:11:38: [WARN]: Cookie rejected [JSESSIONID="50F7926711ED5853992D0127187D229A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01D3CF8E-9702-4CBA-82BE-166EBF9C3753}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01D3CF8E-9702-4CBA-82BE-166EBF9C3753%7D [org.dataone.client.rest.RestClient]
20170606-07:11:38: [WARN]: Cookie rejected [JSESSIONID="51F3238915F683C741DE9D57079C3DD1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01D485B1-E60B-4E7C-A75F-90A7A4A0FD0B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01D485B1-E60B-4E7C-A75F-90A7A4A0FD0B%7D [org.dataone.client.rest.RestClient]
20170606-07:11:39: [WARN]: Cookie rejected [JSESSIONID="182F8B73F06A256822FA54A7845001DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01D933BA-0219-43D0-8378-36A56713A449}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01D933BA-0219-43D0-8378-36A56713A449%7D [org.dataone.client.rest.RestClient]
20170606-07:11:40: [WARN]: Cookie rejected [JSESSIONID="0B89DACF815F0358767F64879D03B3E0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01DB5B0C-3146-4042-BCA6-209553D74E5B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01DB5B0C-3146-4042-BCA6-209553D74E5B%7D [org.dataone.client.rest.RestClient]
20170606-07:11:40: [WARN]: Cookie rejected [JSESSIONID="DF4F4C74CF2DF8EA28C0C6635ED6387A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01DD8C24-BE6E-48EE-A0DC-8F4F7FB9F6A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01DD8C24-BE6E-48EE-A0DC-8F4F7FB9F6A1%7D [org.dataone.client.rest.RestClient]
20170606-07:11:41: [WARN]: Cookie rejected [JSESSIONID="2F555C8925131C3CFAA7C62ACE97517C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01DF710B-8E72-4BEE-A994-97C5F9C02FD8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01DF710B-8E72-4BEE-A994-97C5F9C02FD8%7D [org.dataone.client.rest.RestClient]
20170606-07:11:42: [WARN]: Cookie rejected [JSESSIONID="180AF024EBF445096A7366724565F737", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01E1BA91-8662-4BDA-AB3C-1DDD1BF094D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01E1BA91-8662-4BDA-AB3C-1DDD1BF094D0%7D [org.dataone.client.rest.RestClient]
20170606-07:11:42: [WARN]: Cookie rejected [JSESSIONID="9560D93E2481397AB34A2E3B99EC6D55", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01E23885-F479-463D-BBE9-A054ACA1C830}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01E23885-F479-463D-BBE9-A054ACA1C830%7D [org.dataone.client.rest.RestClient]
20170606-07:11:43: [WARN]: Cookie rejected [JSESSIONID="99696A82D0C469D4CDA5E58C6BC49423", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01E44861-3C03-471A-92F3-FD6E5B95E9B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01E44861-3C03-471A-92F3-FD6E5B95E9B5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:44: [WARN]: Cookie rejected [JSESSIONID="6BD99E7CA7D18F6DE606FC7C27B6F988", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01E7FEC1-DD06-42B2-9CD4-4401D53BDEC9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01E7FEC1-DD06-42B2-9CD4-4401D53BDEC9%7D [org.dataone.client.rest.RestClient]
20170606-07:11:44: [WARN]: Cookie rejected [JSESSIONID="E0C5BEF1A666CA4463E3B8D1EACD3B27", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01E95A58-89B9-4406-96C8-90A740FE779D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01E95A58-89B9-4406-96C8-90A740FE779D%7D [org.dataone.client.rest.RestClient]
20170606-07:11:45: [WARN]: Cookie rejected [JSESSIONID="21243791EFA06B191E5406BDF974BAA8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01E9B0EA-C22D-4F60-872A-F1C013438740}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01E9B0EA-C22D-4F60-872A-F1C013438740%7D [org.dataone.client.rest.RestClient]
20170606-07:11:46: [WARN]: Cookie rejected [JSESSIONID="023AC1663EC45257AB801C61F2B1814F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01EB73CD-5E58-4336-BE86-9C113772CF54}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01EB73CD-5E58-4336-BE86-9C113772CF54%7D [org.dataone.client.rest.RestClient]
20170606-07:11:46: [WARN]: Cookie rejected [JSESSIONID="6E1466ABF6FEFF05D2C9712141F6866E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01ED8AF9-E081-4194-A19C-AD6CD9987264}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01ED8AF9-E081-4194-A19C-AD6CD9987264%7D [org.dataone.client.rest.RestClient]
20170606-07:11:47: [WARN]: Cookie rejected [JSESSIONID="98C52176DC05319ACE35F5818759D9E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01F271A4-3E00-4E7F-AAEA-D755A14CAACA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01F271A4-3E00-4E7F-AAEA-D755A14CAACA%7D [org.dataone.client.rest.RestClient]
20170606-07:11:48: [WARN]: Cookie rejected [JSESSIONID="A147A5AA5338A7BE6B82AA92CDFCEF85", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01F6064B-6D4C-41B5-9A65-87BF21ED91D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01F6064B-6D4C-41B5-9A65-87BF21ED91D2%7D [org.dataone.client.rest.RestClient]
20170606-07:11:48: [WARN]: Cookie rejected [JSESSIONID="3B62A0BC9D11258C3993AF22D161C029", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01F94097-2A5D-4437-9EA8-FCE3D443C9E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01F94097-2A5D-4437-9EA8-FCE3D443C9E6%7D [org.dataone.client.rest.RestClient]
20170606-07:11:49: [WARN]: Cookie rejected [JSESSIONID="2523AA8631ED48E0ED0E1784F295FD16", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01FADBFE-DFBD-4390-8012-984E668E5C41}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01FADBFE-DFBD-4390-8012-984E668E5C41%7D [org.dataone.client.rest.RestClient]
20170606-07:11:49: [WARN]: Cookie rejected [JSESSIONID="9031AE4821F676F5571B735E04EA443D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01FB3A70-0C2C-4C78-992F-527BBB8103E3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01FB3A70-0C2C-4C78-992F-527BBB8103E3%7D [org.dataone.client.rest.RestClient]
20170606-07:11:50: [WARN]: Cookie rejected [JSESSIONID="73D56849B36AB1E69C67A733D97E17A2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01FB44CB-6A04-44B1-8ECF-48B74B586AD0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01FB44CB-6A04-44B1-8ECF-48B74B586AD0%7D [org.dataone.client.rest.RestClient]
20170606-07:11:51: [WARN]: Cookie rejected [JSESSIONID="75EFCCA5E4CC4EF4961097875646C209", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01FCEB73-A765-4BCF-BCAD-A16C96BB72B2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01FCEB73-A765-4BCF-BCAD-A16C96BB72B2%7D [org.dataone.client.rest.RestClient]
20170606-07:11:51: [WARN]: Cookie rejected [JSESSIONID="F5147DD07A9E73C344350182E220EC11", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01FD3762-7E24-43F6-B92B-716AE45ADF74}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01FD3762-7E24-43F6-B92B-716AE45ADF74%7D [org.dataone.client.rest.RestClient]
20170606-07:11:52: [WARN]: Cookie rejected [JSESSIONID="CA6FFBCD297DC0702A2F80924ABCF00E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{01FE65A2-DFF7-4624-BBFD-3D9C43D1AE1A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B01FE65A2-DFF7-4624-BBFD-3D9C43D1AE1A%7D [org.dataone.client.rest.RestClient]
20170606-07:11:53: [WARN]: Cookie rejected [JSESSIONID="F167E17A9B8D8FCB29C1CF918C084383", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0201C3E7-76D8-4092-8720-55063D6968CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0201C3E7-76D8-4092-8720-55063D6968CF%7D [org.dataone.client.rest.RestClient]
20170606-07:11:53: [WARN]: Cookie rejected [JSESSIONID="10EA462C6896F64FECF9C89CA1B2FC4B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02099283-2955-493D-BA97-4021D0E7DB7A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02099283-2955-493D-BA97-4021D0E7DB7A%7D [org.dataone.client.rest.RestClient]
20170606-07:11:54: [WARN]: Cookie rejected [JSESSIONID="5656F358D8A4D01063897147E3BC12C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{020D6B71-0685-4436-8185-D6F36773E1DA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B020D6B71-0685-4436-8185-D6F36773E1DA%7D [org.dataone.client.rest.RestClient]
20170606-07:11:55: [WARN]: Cookie rejected [JSESSIONID="08C3328EE7D937FEC3C9EA79AA99088E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02105DA7-9577-48BA-B435-95F1666985BF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02105DA7-9577-48BA-B435-95F1666985BF%7D [org.dataone.client.rest.RestClient]
20170606-07:11:55: [WARN]: Cookie rejected [JSESSIONID="1EB49FF2A4FA458402DD71B5BCDF2A94", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{021064B6-356A-409B-912E-C2CB7FA72FF8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B021064B6-356A-409B-912E-C2CB7FA72FF8%7D [org.dataone.client.rest.RestClient]
20170606-07:11:56: [WARN]: Cookie rejected [JSESSIONID="D41B33F4EC1D28A20C5EE9ECC9510B5D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02124532-6F30-4CC7-9D2C-70976197ECAE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02124532-6F30-4CC7-9D2C-70976197ECAE%7D [org.dataone.client.rest.RestClient]
20170606-07:11:56: [WARN]: Cookie rejected [JSESSIONID="D33E280DB342DA7E86B8809183A08175", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0212AC81-FDE2-4E02-A4BD-CF053E6391F5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0212AC81-FDE2-4E02-A4BD-CF053E6391F5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:57: [WARN]: Cookie rejected [JSESSIONID="C24514066C1E3A63BF6E3B1194C1E9F7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02130995-43AF-4C9C-8C41-D9F9297B6F0B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02130995-43AF-4C9C-8C41-D9F9297B6F0B%7D [org.dataone.client.rest.RestClient]
20170606-07:11:58: [WARN]: Cookie rejected [JSESSIONID="57AA913E8AF4C61266EC95D2C17B5ED9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02176CF2-30F3-4F0D-B191-0B8FF2120456}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02176CF2-30F3-4F0D-B191-0B8FF2120456%7D [org.dataone.client.rest.RestClient]
20170606-07:11:58: [WARN]: Cookie rejected [JSESSIONID="F709E2A207BB36215253FDA88385B3E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0218C824-863A-4F8F-B374-FC5854B6FFF5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0218C824-863A-4F8F-B374-FC5854B6FFF5%7D [org.dataone.client.rest.RestClient]
20170606-07:11:59: [WARN]: Cookie rejected [JSESSIONID="2904F1EA36F0350C4B3863ED02FFAEAF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0218FD92-1AA9-47CB-BF51-B3C0C929E20A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:11:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0218FD92-1AA9-47CB-BF51-B3C0C929E20A%7D [org.dataone.client.rest.RestClient]
20170606-07:12:00: [WARN]: Cookie rejected [JSESSIONID="734E66029BFCAD327EBB265BE00D81CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{021CB43B-8E62-48A8-AD12-FF44C012F911}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B021CB43B-8E62-48A8-AD12-FF44C012F911%7D [org.dataone.client.rest.RestClient]
20170606-07:12:00: [WARN]: Cookie rejected [JSESSIONID="FF519C29EEF07056B71A70D7AD753D52", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{022377F8-340C-4AB3-944D-51E6DB9FDF34}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B022377F8-340C-4AB3-944D-51E6DB9FDF34%7D [org.dataone.client.rest.RestClient]
20170606-07:12:01: [WARN]: Cookie rejected [JSESSIONID="BDA6C19416A2600AC40B92ACE1C7CACF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{022854B0-9CFF-4611-9806-0E0B111C9D0C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B022854B0-9CFF-4611-9806-0E0B111C9D0C%7D [org.dataone.client.rest.RestClient]
20170606-07:12:01: [WARN]: Cookie rejected [JSESSIONID="8F41EF36F886453BA4EEC3A6C570C1C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{023052CA-E7F1-4741-AACB-0E25A8FDB864}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B023052CA-E7F1-4741-AACB-0E25A8FDB864%7D [org.dataone.client.rest.RestClient]
20170606-07:12:02: [WARN]: Cookie rejected [JSESSIONID="1D704C75E03B6A4423AB1C8227211AAA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02309275-818B-4F28-8E62-B4D00335A466}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02309275-818B-4F28-8E62-B4D00335A466%7D [org.dataone.client.rest.RestClient]
20170606-07:12:03: [WARN]: Cookie rejected [JSESSIONID="167A6D14E5A254867B38E9F3958CFA88", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02325F93-9BF9-4747-97FE-170623F8D08A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02325F93-9BF9-4747-97FE-170623F8D08A%7D [org.dataone.client.rest.RestClient]
20170606-07:12:03: [WARN]: Cookie rejected [JSESSIONID="17912EB2763B20DE3F463C9C11D931CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0236D52C-A69F-4E3C-AF5B-B0604A80ED88}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0236D52C-A69F-4E3C-AF5B-B0604A80ED88%7D [org.dataone.client.rest.RestClient]
20170606-07:12:04: [WARN]: Cookie rejected [JSESSIONID="B33439604AB74198D5FE5E352B82E749", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02381897-9F70-442E-AA9C-5D0F268D5263}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02381897-9F70-442E-AA9C-5D0F268D5263%7D [org.dataone.client.rest.RestClient]
20170606-07:12:05: [WARN]: Cookie rejected [JSESSIONID="2B5ADCD086DF4A390B4D0A2CE96A781D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0239D6B0-85BF-43F7-847D-EC3D42595837}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0239D6B0-85BF-43F7-847D-EC3D42595837%7D [org.dataone.client.rest.RestClient]
20170606-07:12:05: [WARN]: Cookie rejected [JSESSIONID="01E42D053C77E4F37A278480C99ED1D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{023C89C5-AC10-42A1-9F74-E3280FAE6EE7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B023C89C5-AC10-42A1-9F74-E3280FAE6EE7%7D [org.dataone.client.rest.RestClient]
20170606-07:12:06: [WARN]: Cookie rejected [JSESSIONID="3BCA2119BD1CE6FA0A3652B484AF0139", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{023CBD0F-8486-4E2E-B02E-37BEA09CDB22}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B023CBD0F-8486-4E2E-B02E-37BEA09CDB22%7D [org.dataone.client.rest.RestClient]
20170606-07:12:06: [WARN]: Cookie rejected [JSESSIONID="87637D3E1893544832EBFF6693EDA84E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{023D95E2-7B3B-40F0-9FF7-DFA47054184C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B023D95E2-7B3B-40F0-9FF7-DFA47054184C%7D [org.dataone.client.rest.RestClient]
20170606-07:12:07: [WARN]: Cookie rejected [JSESSIONID="C74DE249BBCBBB240FC532A36C7C282A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{023F5EC7-C78B-48EB-A13D-7475FFE969B1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B023F5EC7-C78B-48EB-A13D-7475FFE969B1%7D [org.dataone.client.rest.RestClient]
20170606-07:12:08: [WARN]: Cookie rejected [JSESSIONID="68EECAB57844F387D8D9EDBC77363B9F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0240DF18-E674-4F1A-97F1-90679BEE7C51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0240DF18-E674-4F1A-97F1-90679BEE7C51%7D [org.dataone.client.rest.RestClient]
20170606-07:12:08: [WARN]: Cookie rejected [JSESSIONID="C93E0DE055746667E6878FFB1A61395B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02446218-AC3D-413F-A941-1A9DAD9344FD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02446218-AC3D-413F-A941-1A9DAD9344FD%7D [org.dataone.client.rest.RestClient]
20170606-07:12:09: [WARN]: Cookie rejected [JSESSIONID="5057E4CD507B74084731B0AB1DD02449", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02477B72-8F59-440F-8A20-73BAEC0657C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02477B72-8F59-440F-8A20-73BAEC0657C2%7D [org.dataone.client.rest.RestClient]
20170606-07:12:10: [WARN]: Cookie rejected [JSESSIONID="BBA611780C5AEE455637D8FE0E739F82", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0248096E-68DD-4FA4-B455-CEA126F25C5E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0248096E-68DD-4FA4-B455-CEA126F25C5E%7D [org.dataone.client.rest.RestClient]
20170606-07:12:10: [WARN]: Cookie rejected [JSESSIONID="634ABD4C5925E2ECFD9858BDFAF4F581", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0248487D-EFEB-47C9-8071-704564EAFAAD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0248487D-EFEB-47C9-8071-704564EAFAAD%7D [org.dataone.client.rest.RestClient]
20170606-07:12:11: [WARN]: Cookie rejected [JSESSIONID="31D44B29B4B05FC6A0319C5CCC98D7E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{024A3E96-91FF-46E3-878D-AD116ECFD7BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B024A3E96-91FF-46E3-878D-AD116ECFD7BD%7D [org.dataone.client.rest.RestClient]
20170606-07:12:12: [WARN]: Cookie rejected [JSESSIONID="A8B1A7DCB78BF52DFC42F43558C74763", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{024AE771-4DA8-4543-A18F-031F278B6BAC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B024AE771-4DA8-4543-A18F-031F278B6BAC%7D [org.dataone.client.rest.RestClient]
20170606-07:12:12: [WARN]: Cookie rejected [JSESSIONID="B4311535A57123A79761E3DEF90B0572", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02517804-5584-45ED-B30B-FD3536EBDD2F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02517804-5584-45ED-B30B-FD3536EBDD2F%7D [org.dataone.client.rest.RestClient]
20170606-07:12:13: [WARN]: Cookie rejected [JSESSIONID="F845D806680E79E585AEC39A075D20C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0256770A-E817-4C0D-8333-2CCF629F795E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0256770A-E817-4C0D-8333-2CCF629F795E%7D [org.dataone.client.rest.RestClient]
20170606-07:12:14: [WARN]: Cookie rejected [JSESSIONID="E5FE21CB2D222587630D8920A0BA214F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{025A2B02-FB20-4A40-A8DC-0B747FCC594E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B025A2B02-FB20-4A40-A8DC-0B747FCC594E%7D [org.dataone.client.rest.RestClient]
20170606-07:12:14: [WARN]: Cookie rejected [JSESSIONID="209F1EF24A15AF43310917F5DD3B9398", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{025AEB5E-5FD7-4B13-876D-79CB48100CCF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B025AEB5E-5FD7-4B13-876D-79CB48100CCF%7D [org.dataone.client.rest.RestClient]
20170606-07:12:15: [WARN]: Cookie rejected [JSESSIONID="CCCB20D78CC3F62FB818FC3EF20E0830", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{025B1FE4-AD16-432F-8305-C1BBFF49C4E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B025B1FE4-AD16-432F-8305-C1BBFF49C4E4%7D [org.dataone.client.rest.RestClient]
20170606-07:12:16: [WARN]: Cookie rejected [JSESSIONID="B77A71FE8979EE0D8B69BFA7AB48EA9C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{025D3A04-6E04-4938-907E-6390F40ACF2F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B025D3A04-6E04-4938-907E-6390F40ACF2F%7D [org.dataone.client.rest.RestClient]
20170606-07:12:16: [WARN]: Cookie rejected [JSESSIONID="0FFC549DCDBF8355000F1E2D6721420C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{025D7C29-8F03-4DFC-8332-0662DC119134}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B025D7C29-8F03-4DFC-8332-0662DC119134%7D [org.dataone.client.rest.RestClient]
20170606-07:12:17: [WARN]: Cookie rejected [JSESSIONID="79E3B4415C4E9C59D698BDED573CB7BC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0262B697-A19E-4D43-B205-C94D5FD0E9AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0262B697-A19E-4D43-B205-C94D5FD0E9AE%7D [org.dataone.client.rest.RestClient]
20170606-07:12:17: [WARN]: Cookie rejected [JSESSIONID="497CFEB666EDE1FCD640CF2EED86A2D7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02697796-A9EE-4F64-BCBC-61C6B755E5D1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02697796-A9EE-4F64-BCBC-61C6B755E5D1%7D [org.dataone.client.rest.RestClient]
20170606-07:12:18: [WARN]: Cookie rejected [JSESSIONID="C3703AA8E6F05BFF86D3E64476428EE0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{026B909A-6097-4585-96E0-B8F5A12DA66A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B026B909A-6097-4585-96E0-B8F5A12DA66A%7D [org.dataone.client.rest.RestClient]
20170606-07:12:19: [WARN]: Cookie rejected [JSESSIONID="13529305922ECB31DFBF978094009ED2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{026BD8D1-C7CA-4333-8AB1-6AB5ADAD40FE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B026BD8D1-C7CA-4333-8AB1-6AB5ADAD40FE%7D [org.dataone.client.rest.RestClient]
20170606-07:12:19: [WARN]: Cookie rejected [JSESSIONID="FE011C2421A8243068075E945574454C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{026F86DB-756D-4D5E-90E6-853FECA2EE4E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B026F86DB-756D-4D5E-90E6-853FECA2EE4E%7D [org.dataone.client.rest.RestClient]
20170606-07:12:20: [WARN]: Cookie rejected [JSESSIONID="C002BB5ABF0F8B86690CB74E2EA87B74", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0271AC5A-88ED-4A14-AA48-6471A16EE7F8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0271AC5A-88ED-4A14-AA48-6471A16EE7F8%7D [org.dataone.client.rest.RestClient]
20170606-07:12:20: [WARN]: Cookie rejected [JSESSIONID="B44FF7C53942BA96393CEF372823026F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0271E941-F2F3-44A5-86C0-A21E34FB1E3C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0271E941-F2F3-44A5-86C0-A21E34FB1E3C%7D [org.dataone.client.rest.RestClient]
20170606-07:12:21: [WARN]: Cookie rejected [JSESSIONID="B134B9E6659E602C7D3E73FDFC9BB703", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02800F58-8263-447A-ABA7-73912F130097}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02800F58-8263-447A-ABA7-73912F130097%7D [org.dataone.client.rest.RestClient]
20170606-07:12:22: [WARN]: Cookie rejected [JSESSIONID="F9202AD0340D1DF43B5C37EC625BE178", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02895099-EDDA-461D-8F51-8FF7375B8CB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02895099-EDDA-461D-8F51-8FF7375B8CB1%7D [org.dataone.client.rest.RestClient]
20170606-07:12:22: [WARN]: Cookie rejected [JSESSIONID="A2C5F80EB932C9F9A423B520FC1DE81E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{028A4BD5-3C67-4C9D-9650-8A0A6AF03269}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B028A4BD5-3C67-4C9D-9650-8A0A6AF03269%7D [org.dataone.client.rest.RestClient]
20170606-07:12:23: [WARN]: Cookie rejected [JSESSIONID="C4A6A1CD59C455CE1DE19CEF9258ED01", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{028CAB10-345A-4B4E-B07D-0ADF8391DAA7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B028CAB10-345A-4B4E-B07D-0ADF8391DAA7%7D [org.dataone.client.rest.RestClient]
20170606-07:12:24: [WARN]: Cookie rejected [JSESSIONID="3A1B68C5343840ACA337DE7ED1C55CC7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0292DD04-EFD6-4735-AF61-8C1A9E3556CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0292DD04-EFD6-4735-AF61-8C1A9E3556CC%7D [org.dataone.client.rest.RestClient]
20170606-07:12:24: [WARN]: Cookie rejected [JSESSIONID="6A9B73A774B56112E126A70B843335AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{029523A7-68BD-4EEC-8344-0CA47C6A2DF6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B029523A7-68BD-4EEC-8344-0CA47C6A2DF6%7D [org.dataone.client.rest.RestClient]
20170606-07:12:25: [WARN]: Cookie rejected [JSESSIONID="98F0281C20EE358AFF22E0E53DCD8B86", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{029D67E8-9586-49F8-A1B2-E5440479514F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B029D67E8-9586-49F8-A1B2-E5440479514F%7D [org.dataone.client.rest.RestClient]
20170606-07:12:25: [WARN]: Cookie rejected [JSESSIONID="8236F340D044B37F4204675E5BE109CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02A02CC0-77E1-4D09-8513-FAEA683BD623}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02A02CC0-77E1-4D09-8513-FAEA683BD623%7D [org.dataone.client.rest.RestClient]
20170606-07:12:26: [WARN]: Cookie rejected [JSESSIONID="9D6FB4CC2B5AAE440B320E05F2BF2B44", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02A28D9C-6169-4AD7-A37F-1F2A91651510}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02A28D9C-6169-4AD7-A37F-1F2A91651510%7D [org.dataone.client.rest.RestClient]
20170606-07:12:27: [WARN]: Cookie rejected [JSESSIONID="0FC7190DED1E819AFD03888DDFE23692", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02A69C1A-995C-475E-A012-20448A0BB68B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02A69C1A-995C-475E-A012-20448A0BB68B%7D [org.dataone.client.rest.RestClient]
20170606-07:12:27: [WARN]: Cookie rejected [JSESSIONID="7DB1FD12693E24161DC9FF02AAF34C3F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02AD7E24-A41C-4ED0-99A5-C997F51CF368}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02AD7E24-A41C-4ED0-99A5-C997F51CF368%7D [org.dataone.client.rest.RestClient]
20170606-07:12:28: [WARN]: Cookie rejected [JSESSIONID="AF31D38584C1C58E4A055522213B9953", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02ADC500-5860-4EEF-9253-DC7F589E1401}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02ADC500-5860-4EEF-9253-DC7F589E1401%7D [org.dataone.client.rest.RestClient]
20170606-07:12:29: [WARN]: Cookie rejected [JSESSIONID="8A46D1AB7CE1A46A0E37AF7F765F9F56", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02AFA42F-D3E2-418F-B1D3-FB36557DF4CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02AFA42F-D3E2-418F-B1D3-FB36557DF4CC%7D [org.dataone.client.rest.RestClient]
20170606-07:12:29: [WARN]: Cookie rejected [JSESSIONID="37058DDF2B799BC9F43352DF87CBDE2A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02B421E0-3C43-4B80-A050-63563D05DD81}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02B421E0-3C43-4B80-A050-63563D05DD81%7D [org.dataone.client.rest.RestClient]
20170606-07:12:30: [WARN]: Cookie rejected [JSESSIONID="EB2DE2C76B01E303146FAA5ED4FFBAED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02B47A8F-DFB0-471E-AC4F-408E7B08D2A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02B47A8F-DFB0-471E-AC4F-408E7B08D2A1%7D [org.dataone.client.rest.RestClient]
20170606-07:12:30: [WARN]: Cookie rejected [JSESSIONID="CDA5ABC46DAEF010C93F8707BA98EA8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02B5C3CF-2A11-4F7C-96F9-619B37AF6484}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02B5C3CF-2A11-4F7C-96F9-619B37AF6484%7D [org.dataone.client.rest.RestClient]
20170606-07:12:31: [WARN]: Cookie rejected [JSESSIONID="447D20FFF7625CA6E81E16636D4D9D2D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02B9605C-DB9C-4B47-BB1D-D5B247AAD903}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02B9605C-DB9C-4B47-BB1D-D5B247AAD903%7D [org.dataone.client.rest.RestClient]
20170606-07:12:32: [WARN]: Cookie rejected [JSESSIONID="E818463DC129F37DF6FDDCE8623B8F49", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02BDDB49-6E39-428F-9B75-5D1D5D36BB8C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02BDDB49-6E39-428F-9B75-5D1D5D36BB8C%7D [org.dataone.client.rest.RestClient]
20170606-07:12:32: [WARN]: Cookie rejected [JSESSIONID="EE2A70EF047F67EC27B8E66328A35411", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02C40027-60CE-495F-B0C4-953147233EE8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02C40027-60CE-495F-B0C4-953147233EE8%7D [org.dataone.client.rest.RestClient]
20170606-07:12:33: [WARN]: Cookie rejected [JSESSIONID="3F94C1F9833DBC759FD949BB0BEC2E47", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02C5E9AA-58A3-41DD-A9F0-AE63697FCE44}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02C5E9AA-58A3-41DD-A9F0-AE63697FCE44%7D [org.dataone.client.rest.RestClient]
20170606-07:12:33: [WARN]: Cookie rejected [JSESSIONID="C630EAC2EE102A5C4F1FBF2BCF977F23", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02C82AB9-1DAA-4130-8BC3-AD6BB52A0878}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02C82AB9-1DAA-4130-8BC3-AD6BB52A0878%7D [org.dataone.client.rest.RestClient]
20170606-07:12:34: [WARN]: Cookie rejected [JSESSIONID="CB8C339A092D1CE32E355270EA0DF8FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02C9161D-64E0-4662-9AE1-DBE71BE07B51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02C9161D-64E0-4662-9AE1-DBE71BE07B51%7D [org.dataone.client.rest.RestClient]
20170606-07:12:35: [WARN]: Cookie rejected [JSESSIONID="704044F5BE585940CCB07591DCBC47DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02CC7A87-ED5E-4CAE-A941-74D16EE6E467}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02CC7A87-ED5E-4CAE-A941-74D16EE6E467%7D [org.dataone.client.rest.RestClient]
20170606-07:12:35: [WARN]: Cookie rejected [JSESSIONID="A258A4ECD275E7E4C1ACB74905482CA7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02D36524-B798-4194-A6A4-2CC7553E2224}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02D36524-B798-4194-A6A4-2CC7553E2224%7D [org.dataone.client.rest.RestClient]
20170606-07:12:36: [WARN]: Cookie rejected [JSESSIONID="BCB11712945D2A1FD80AB23ED5FE46C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02D45B5C-3014-4630-832A-AD14C0A17A36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02D45B5C-3014-4630-832A-AD14C0A17A36%7D [org.dataone.client.rest.RestClient]
20170606-07:12:37: [WARN]: Cookie rejected [JSESSIONID="936854A6338A0A7A58128387937A774F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02D56DB7-A778-4082-A987-4F217B5C6147}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02D56DB7-A778-4082-A987-4F217B5C6147%7D [org.dataone.client.rest.RestClient]
20170606-07:12:37: [WARN]: Cookie rejected [JSESSIONID="610139F99A97A7687A6946F1B9FD3567", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02D65755-94D4-4BC8-A4DC-18DB6F53E51F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02D65755-94D4-4BC8-A4DC-18DB6F53E51F%7D [org.dataone.client.rest.RestClient]
20170606-07:12:38: [WARN]: Cookie rejected [JSESSIONID="98580976A32FC074337770C746B76321", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02D95C34-D941-452F-A90A-E2E619530913}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02D95C34-D941-452F-A90A-E2E619530913%7D [org.dataone.client.rest.RestClient]
20170606-07:12:38: [WARN]: Cookie rejected [JSESSIONID="7C85E19BD3AA79372D3045A0171F8A81", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02DB84F1-313C-41A2-8B1B-BD8C0E06E471}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02DB84F1-313C-41A2-8B1B-BD8C0E06E471%7D [org.dataone.client.rest.RestClient]
20170606-07:12:39: [WARN]: Cookie rejected [JSESSIONID="B3146B6DD3B5F440000457160F841933", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02DD77D0-8358-4C59-AEC4-34ED10CFEE7E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02DD77D0-8358-4C59-AEC4-34ED10CFEE7E%7D [org.dataone.client.rest.RestClient]
20170606-07:12:40: [WARN]: Cookie rejected [JSESSIONID="BE2368ACF10696900A20020980E02924", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02E72C8E-2440-4209-88A5-9671CACD0EBD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02E72C8E-2440-4209-88A5-9671CACD0EBD%7D [org.dataone.client.rest.RestClient]
20170606-07:12:40: [WARN]: Cookie rejected [JSESSIONID="5DBDBCA08E0DF2B3A62C92FFC44837B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02E9FC8A-A74A-42EE-8AF7-925E11ACEA09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02E9FC8A-A74A-42EE-8AF7-925E11ACEA09%7D [org.dataone.client.rest.RestClient]
20170606-07:12:41: [WARN]: Cookie rejected [JSESSIONID="DC121148A0137041EA30C235D42513EF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02EE627D-DF5B-4EB6-9810-7EE38EAD9BC7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02EE627D-DF5B-4EB6-9810-7EE38EAD9BC7%7D [org.dataone.client.rest.RestClient]
20170606-07:12:41: [WARN]: Cookie rejected [JSESSIONID="824605216FDAF3670BC1EDFF597EC7A5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02EF0485-17C2-4BC6-ADFC-5656A5297F51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02EF0485-17C2-4BC6-ADFC-5656A5297F51%7D [org.dataone.client.rest.RestClient]
20170606-07:12:42: [WARN]: Cookie rejected [JSESSIONID="8DD52164D7F429B8D5AADF7EC5FE626D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02F0754B-CC95-412F-B557-D6D6752C4B83}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02F0754B-CC95-412F-B557-D6D6752C4B83%7D [org.dataone.client.rest.RestClient]
20170606-07:12:43: [WARN]: Cookie rejected [JSESSIONID="FDA920B4451B50C2A27AC6334EFD2E01", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02F7A0C9-67F2-4C6F-9C7F-A1947CD83A08}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02F7A0C9-67F2-4C6F-9C7F-A1947CD83A08%7D [org.dataone.client.rest.RestClient]
20170606-07:12:43: [WARN]: Cookie rejected [JSESSIONID="5442BBF38668A9233DFC54CB872C4DC6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{02FDFF96-643B-4A2D-BD5C-284C9B091A34}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B02FDFF96-643B-4A2D-BD5C-284C9B091A34%7D [org.dataone.client.rest.RestClient]
20170606-07:12:44: [WARN]: Cookie rejected [JSESSIONID="9487B955D06BFBEBB55580D4457EC1FD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03002E48-4B79-4CAE-A663-EEC028BC15DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03002E48-4B79-4CAE-A663-EEC028BC15DE%7D [org.dataone.client.rest.RestClient]
20170606-07:12:45: [WARN]: Cookie rejected [JSESSIONID="04AC45D2B530182B8206552671947A3A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03024297-ADA4-4B9A-AC74-3DE32AFB6061}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03024297-ADA4-4B9A-AC74-3DE32AFB6061%7D [org.dataone.client.rest.RestClient]
20170606-07:12:45: [WARN]: Cookie rejected [JSESSIONID="4B4574CC679201A84CCAA2A76AAE7FF9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0305F5AF-AED7-429E-A54A-07811BFEC1CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0305F5AF-AED7-429E-A54A-07811BFEC1CF%7D [org.dataone.client.rest.RestClient]
20170606-07:12:46: [WARN]: Cookie rejected [JSESSIONID="A4307334963B4F0034C9017EF924A158", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03073DB2-A3D0-454D-9B6E-A90438B0AE23}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03073DB2-A3D0-454D-9B6E-A90438B0AE23%7D [org.dataone.client.rest.RestClient]
20170606-07:12:47: [WARN]: Cookie rejected [JSESSIONID="88E40C5573F323A7F7487D1CCF5C248D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{030B9253-2F35-4B73-9621-88C2C3AFD1CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B030B9253-2F35-4B73-9621-88C2C3AFD1CF%7D [org.dataone.client.rest.RestClient]
20170606-07:12:47: [WARN]: Cookie rejected [JSESSIONID="668FD30A4DE2F31327A51948D8BFA53E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{030C07FD-FFB1-4AA7-A322-52FFEFED2104}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B030C07FD-FFB1-4AA7-A322-52FFEFED2104%7D [org.dataone.client.rest.RestClient]
20170606-07:12:48: [WARN]: Cookie rejected [JSESSIONID="0F909543FBF4078590E1FD81AA433E2A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{030F00F3-573E-41C2-B8AE-F3C7DB06EBA1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B030F00F3-573E-41C2-B8AE-F3C7DB06EBA1%7D [org.dataone.client.rest.RestClient]
20170606-07:12:48: [WARN]: Cookie rejected [JSESSIONID="B0D62797C7377761779EBE803C19E8FE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03167522-A46B-43C6-B3E0-1AE3CC33E4FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03167522-A46B-43C6-B3E0-1AE3CC33E4FB%7D [org.dataone.client.rest.RestClient]
20170606-07:12:49: [WARN]: Cookie rejected [JSESSIONID="5BDBB5AEF4CF04A7CC13D773BC5F091E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03173C40-9AF4-49D7-B9B9-EA7C0D8E5FC5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03173C40-9AF4-49D7-B9B9-EA7C0D8E5FC5%7D [org.dataone.client.rest.RestClient]
20170606-07:12:50: [WARN]: Cookie rejected [JSESSIONID="257BDCF2CB301E3534590C957A9139C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03175D4A-A1CF-4828-AFE7-ADF36FA5E703}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03175D4A-A1CF-4828-AFE7-ADF36FA5E703%7D [org.dataone.client.rest.RestClient]
20170606-07:12:50: [WARN]: Cookie rejected [JSESSIONID="F2CE96130EA425BDDE7167D581A641AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0317E1FC-71C2-4ADC-8B3A-4D9351A8E36A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0317E1FC-71C2-4ADC-8B3A-4D9351A8E36A%7D [org.dataone.client.rest.RestClient]
20170606-07:12:51: [WARN]: Cookie rejected [JSESSIONID="56C5B80827076D266D98B67D114CA924", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0318F829-D4CC-4C4D-90F9-74815635F1D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0318F829-D4CC-4C4D-90F9-74815635F1D2%7D [org.dataone.client.rest.RestClient]
20170606-07:12:51: [WARN]: Cookie rejected [JSESSIONID="A34F15F6700E5AC67A7101CEDADA79FB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{031FF1E1-A387-4CF1-A1FC-8F0CE403D59A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B031FF1E1-A387-4CF1-A1FC-8F0CE403D59A%7D [org.dataone.client.rest.RestClient]
20170606-07:12:52: [WARN]: Cookie rejected [JSESSIONID="B1884889630E759DB7FA5650890261EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{032444ED-1A13-48B7-BA6B-DD73669D25C4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B032444ED-1A13-48B7-BA6B-DD73669D25C4%7D [org.dataone.client.rest.RestClient]
20170606-07:12:53: [WARN]: Cookie rejected [JSESSIONID="CED456CA42702B062CC45E1AE37895D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03261837-D58C-4E45-AC1D-A9F7D01D0734}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03261837-D58C-4E45-AC1D-A9F7D01D0734%7D [org.dataone.client.rest.RestClient]
20170606-07:12:53: [WARN]: Cookie rejected [JSESSIONID="4AA94844111E59B9CF273084CCA4B280", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0326E3EE-9E69-467D-90F4-EF033B4F1688}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0326E3EE-9E69-467D-90F4-EF033B4F1688%7D [org.dataone.client.rest.RestClient]
20170606-07:12:54: [WARN]: Cookie rejected [JSESSIONID="DB9CAD6C1B50B3DCB0AEC2CE08696622", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03292696-80DD-425B-B9A4-94FA5D2453F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03292696-80DD-425B-B9A4-94FA5D2453F7%7D [org.dataone.client.rest.RestClient]
20170606-07:12:54: [WARN]: Cookie rejected [JSESSIONID="FE22F1F5CB82019E076549D962B7D4E4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{032A773F-D40E-4BA9-BCD3-D922E8A2B8E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B032A773F-D40E-4BA9-BCD3-D922E8A2B8E4%7D [org.dataone.client.rest.RestClient]
20170606-07:12:55: [WARN]: Cookie rejected [JSESSIONID="EC5CF62EBBD280B21D852C6D34D92792", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{032B9D03-5031-46C6-B9B4-111A6919900E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B032B9D03-5031-46C6-B9B4-111A6919900E%7D [org.dataone.client.rest.RestClient]
20170606-07:12:56: [WARN]: Cookie rejected [JSESSIONID="E52AC039A72B1D0D9425550DEAD9F04B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{032BEAEA-D887-4877-8DAB-07AA93F44A16}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B032BEAEA-D887-4877-8DAB-07AA93F44A16%7D [org.dataone.client.rest.RestClient]
20170606-07:12:56: [WARN]: Cookie rejected [JSESSIONID="1929E61BFD6E14A7625EE121B8C8D522", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0337E550-FBDE-4CA8-8F66-AF3B912A010F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0337E550-FBDE-4CA8-8F66-AF3B912A010F%7D [org.dataone.client.rest.RestClient]
20170606-07:12:57: [WARN]: Cookie rejected [JSESSIONID="05D729554FE399B6F9852D7D3615254E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{033AFAEB-556F-410A-9D9E-747315890C52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B033AFAEB-556F-410A-9D9E-747315890C52%7D [org.dataone.client.rest.RestClient]
20170606-07:12:57: [WARN]: Cookie rejected [JSESSIONID="E5D76067E8609CD1201FFAB04E27E494", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{033C72EB-83A9-4B75-AC5E-A37F5E12BBE4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B033C72EB-83A9-4B75-AC5E-A37F5E12BBE4%7D [org.dataone.client.rest.RestClient]
20170606-07:12:58: [WARN]: Cookie rejected [JSESSIONID="732E6E64C276087CCA931E892EFA5464", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{033D3261-4D9D-42CB-A91C-B6BE6DD9E008}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B033D3261-4D9D-42CB-A91C-B6BE6DD9E008%7D [org.dataone.client.rest.RestClient]
20170606-07:12:59: [WARN]: Cookie rejected [JSESSIONID="DCD4F8E6C656EC2C8FAA84856D6B93EF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{033F4CF4-BFE1-4B22-AC23-5A409B3FC1DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B033F4CF4-BFE1-4B22-AC23-5A409B3FC1DB%7D [org.dataone.client.rest.RestClient]
20170606-07:12:59: [WARN]: Cookie rejected [JSESSIONID="1E59F95DB78EFEE8F48C7C08791F771C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{034A1F65-52BB-431A-AB24-ACF80C3B70A3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:12:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B034A1F65-52BB-431A-AB24-ACF80C3B70A3%7D [org.dataone.client.rest.RestClient]
20170606-07:13:00: [WARN]: Cookie rejected [JSESSIONID="17A54809885529FD9C198920C1F8478C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{034EA83C-0F61-4333-A1D6-09E465E57222}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B034EA83C-0F61-4333-A1D6-09E465E57222%7D [org.dataone.client.rest.RestClient]
20170606-07:13:00: [WARN]: Cookie rejected [JSESSIONID="1B254131F5939BC64C7701650B23F772", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0351397C-A3A4-4DE7-9B38-7085BC5D699F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0351397C-A3A4-4DE7-9B38-7085BC5D699F%7D [org.dataone.client.rest.RestClient]
20170606-07:13:01: [WARN]: Cookie rejected [JSESSIONID="0364E2D5D440C152A1C1A0CEF4B3A55B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{035724EB-A239-478C-BC46-C59BD9E2CFCA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B035724EB-A239-478C-BC46-C59BD9E2CFCA%7D [org.dataone.client.rest.RestClient]
20170606-07:13:02: [WARN]: Cookie rejected [JSESSIONID="0C1FAA27EB4020B49213AC62A9E79C96", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0358E0BC-C0EE-4E0E-9DCD-AA3B8F7ADDEE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0358E0BC-C0EE-4E0E-9DCD-AA3B8F7ADDEE%7D [org.dataone.client.rest.RestClient]
20170606-07:13:02: [WARN]: Cookie rejected [JSESSIONID="84EA9A8C184C404EB820CC5BEE485564", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03593447-8C22-460D-956D-5B276A14DE14}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03593447-8C22-460D-956D-5B276A14DE14%7D [org.dataone.client.rest.RestClient]
20170606-07:13:03: [WARN]: Cookie rejected [JSESSIONID="E3BA1947EC0242E0C361F025AD5E1D87", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{035BE97C-7137-431B-81F0-65632CC67EFF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B035BE97C-7137-431B-81F0-65632CC67EFF%7D [org.dataone.client.rest.RestClient]
20170606-07:13:04: [WARN]: Cookie rejected [JSESSIONID="3309F801E57EDB0A45F8E608762264D1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{035D7123-770B-445F-801A-C6FBCD42EDE3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B035D7123-770B-445F-801A-C6FBCD42EDE3%7D [org.dataone.client.rest.RestClient]
20170606-07:13:04: [WARN]: Cookie rejected [JSESSIONID="385FB3B8688517A46EA5F5E76CF6B386", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03605FF3-1237-4D97-9C8C-B78F797444DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03605FF3-1237-4D97-9C8C-B78F797444DD%7D [org.dataone.client.rest.RestClient]
20170606-07:13:05: [WARN]: Cookie rejected [JSESSIONID="E474ACB7FE69698E02182D7E8891D395", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03608722-B4E9-4D26-BA02-8F368DF7E451}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03608722-B4E9-4D26-BA02-8F368DF7E451%7D [org.dataone.client.rest.RestClient]
20170606-07:13:05: [WARN]: Cookie rejected [JSESSIONID="A7AB7B7F097D8D1EF6354C51D8F32FAE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0362655E-705D-42A3-8E2B-DE7456746A0B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0362655E-705D-42A3-8E2B-DE7456746A0B%7D [org.dataone.client.rest.RestClient]
20170606-07:13:06: [WARN]: Cookie rejected [JSESSIONID="AB6553E4497C9AA130DFDE7FC0E39840", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0362AABA-14AC-4A71-A6F5-DB62699C38F0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0362AABA-14AC-4A71-A6F5-DB62699C38F0%7D [org.dataone.client.rest.RestClient]
20170606-07:13:07: [WARN]: Cookie rejected [JSESSIONID="84BEB712BDA32626EF352FB1479F572E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0365E6B3-10CE-493B-9A66-FE3002D3D230}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0365E6B3-10CE-493B-9A66-FE3002D3D230%7D [org.dataone.client.rest.RestClient]
20170606-07:13:07: [WARN]: Cookie rejected [JSESSIONID="69E262BCC72A8F15BBC7359CEA910290", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0366BFAB-351B-43E0-AA3A-4297546E827D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0366BFAB-351B-43E0-AA3A-4297546E827D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:08: [WARN]: Cookie rejected [JSESSIONID="9F3335837126FE925BB14CFA2CE02A98", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0372ACDC-E0F7-4AA2-90C6-764D4A0C8FB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0372ACDC-E0F7-4AA2-90C6-764D4A0C8FB1%7D [org.dataone.client.rest.RestClient]
20170606-07:13:08: [WARN]: Cookie rejected [JSESSIONID="544A673FE20F2A1C59010925137CAB04", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0376DABF-4705-4337-9268-02D6DDF2B4D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0376DABF-4705-4337-9268-02D6DDF2B4D0%7D [org.dataone.client.rest.RestClient]
20170606-07:13:09: [WARN]: Cookie rejected [JSESSIONID="D3886BE9E7CB54583388AF16ED66B4C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03773720-D2C2-44CE-960B-CE8794DE625B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03773720-D2C2-44CE-960B-CE8794DE625B%7D [org.dataone.client.rest.RestClient]
20170606-07:13:10: [WARN]: Cookie rejected [JSESSIONID="9179862901259B978D9CA492CB2ABB5F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0377B3CB-B4A8-46A0-BDE1-58E3647C4097}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0377B3CB-B4A8-46A0-BDE1-58E3647C4097%7D [org.dataone.client.rest.RestClient]
20170606-07:13:10: [WARN]: Cookie rejected [JSESSIONID="062886951A099D50F100835AD8A8E563", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{037B637E-0D04-4E9A-ADCA-E85D3473983D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B037B637E-0D04-4E9A-ADCA-E85D3473983D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:11: [WARN]: Cookie rejected [JSESSIONID="EDB0C124E62178A58E60B03837C65C09", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{037CF843-B05F-402D-BB37-19442AC75C0E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B037CF843-B05F-402D-BB37-19442AC75C0E%7D [org.dataone.client.rest.RestClient]
20170606-07:13:12: [WARN]: Cookie rejected [JSESSIONID="DF6FD82B0CBBF4C1BB0A6B3053E90A2F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{038054E0-F928-4D56-A645-79BCE8AB09D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B038054E0-F928-4D56-A645-79BCE8AB09D8%7D [org.dataone.client.rest.RestClient]
20170606-07:13:12: [WARN]: Cookie rejected [JSESSIONID="F3B125E06647CBD2DDDD2989C571554B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03828A03-650A-4281-8630-BF517F9D66A9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03828A03-650A-4281-8630-BF517F9D66A9%7D [org.dataone.client.rest.RestClient]
20170606-07:13:13: [WARN]: Cookie rejected [JSESSIONID="CB569A25E39804BC77F1635A8F88081B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0384049D-7A10-44C2-BACE-323EEB9443E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0384049D-7A10-44C2-BACE-323EEB9443E2%7D [org.dataone.client.rest.RestClient]
20170606-07:13:14: [WARN]: Cookie rejected [JSESSIONID="04E43C68D4E31D1BDC2389BB99014DA1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{038955BD-0DE6-4C5E-B22E-5DE0E2034B0D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B038955BD-0DE6-4C5E-B22E-5DE0E2034B0D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:14: [WARN]: Cookie rejected [JSESSIONID="172DBBA8706F53A6042FFD96986B1C48", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{038F9C4E-4ED6-42EC-9979-B8EA1937C826}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B038F9C4E-4ED6-42EC-9979-B8EA1937C826%7D [org.dataone.client.rest.RestClient]
20170606-07:13:15: [WARN]: Cookie rejected [JSESSIONID="7CCED343F7B7564595CA34032826B27B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03999D70-9216-433C-A711-F96474A81C17}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03999D70-9216-433C-A711-F96474A81C17%7D [org.dataone.client.rest.RestClient]
20170606-07:13:16: [WARN]: Cookie rejected [JSESSIONID="40AEBC48F01C026E4CEFAB400EB537D1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{039C1588-B2AE-47FB-B17B-7BB19A6AE5EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B039C1588-B2AE-47FB-B17B-7BB19A6AE5EF%7D [org.dataone.client.rest.RestClient]
20170606-07:13:16: [WARN]: Cookie rejected [JSESSIONID="9ECA8E9160C44BFBEBF9BE10E0C6CA1A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{039C1D75-7DED-450A-8396-38AF599A87AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B039C1D75-7DED-450A-8396-38AF599A87AE%7D [org.dataone.client.rest.RestClient]
20170606-07:13:17: [WARN]: Cookie rejected [JSESSIONID="EE83691BA7269AAA40DA52031E7B5BBC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{039D4CC8-2F6A-41D6-BE94-6CC053317339}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B039D4CC8-2F6A-41D6-BE94-6CC053317339%7D [org.dataone.client.rest.RestClient]
20170606-07:13:17: [WARN]: Cookie rejected [JSESSIONID="971C20B972F9A90C5FC8553BEDB039A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{039DAC09-5616-49BA-AAAD-12389AC77BA3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B039DAC09-5616-49BA-AAAD-12389AC77BA3%7D [org.dataone.client.rest.RestClient]
20170606-07:13:18: [WARN]: Cookie rejected [JSESSIONID="E2214519565D6715AC0E08B90E2202EA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{039E0335-57A5-4064-95CE-CE17B17C462D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B039E0335-57A5-4064-95CE-CE17B17C462D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:19: [WARN]: Cookie rejected [JSESSIONID="F5FAB2517C0EC74AFC1292EA52A76822", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03A864A8-0D7B-4FD4-A4EA-6368FFAEFC03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03A864A8-0D7B-4FD4-A4EA-6368FFAEFC03%7D [org.dataone.client.rest.RestClient]
20170606-07:13:19: [WARN]: Cookie rejected [JSESSIONID="79E919124F5695FA0A0F6064508A2546", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03AB9DAF-EB45-448F-BF34-B5526C85419E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03AB9DAF-EB45-448F-BF34-B5526C85419E%7D [org.dataone.client.rest.RestClient]
20170606-07:13:20: [WARN]: Cookie rejected [JSESSIONID="4DC52ED65D263950BA9BF51B2791F010", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03AE23D4-DF43-4CE0-B751-18AA8F0D2428}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03AE23D4-DF43-4CE0-B751-18AA8F0D2428%7D [org.dataone.client.rest.RestClient]
20170606-07:13:21: [WARN]: Cookie rejected [JSESSIONID="F5869FBB108E2565CCC642C658F7FAF8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03AFD500-7613-4ED4-8914-D3D6C318F0FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03AFD500-7613-4ED4-8914-D3D6C318F0FB%7D [org.dataone.client.rest.RestClient]
20170606-07:13:21: [WARN]: Cookie rejected [JSESSIONID="C864E81B287451FDFBED817AACE2E65D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03B1F98F-EB69-4290-9B73-44AEDEA2BA66}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03B1F98F-EB69-4290-9B73-44AEDEA2BA66%7D [org.dataone.client.rest.RestClient]
20170606-07:13:22: [WARN]: Cookie rejected [JSESSIONID="09865D7A0F4A6F7A24DEA0B7611AB8F2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03B54206-B537-440F-807D-71A254418962}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03B54206-B537-440F-807D-71A254418962%7D [org.dataone.client.rest.RestClient]
20170606-07:13:23: [WARN]: Cookie rejected [JSESSIONID="BF7E00C41030ED99AF911F9DFD70537F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03B68CB1-9DF1-4385-BB68-481FA4BD4227}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03B68CB1-9DF1-4385-BB68-481FA4BD4227%7D [org.dataone.client.rest.RestClient]
20170606-07:13:23: [WARN]: Cookie rejected [JSESSIONID="E2B08A7FEA47ED27DBBAA99C0D5CF625", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03BA0980-AF54-4B82-8E2A-9AA50587220E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03BA0980-AF54-4B82-8E2A-9AA50587220E%7D [org.dataone.client.rest.RestClient]
20170606-07:13:24: [WARN]: Cookie rejected [JSESSIONID="2C85628DD74F70C6050AFB09E13005A4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03BDC997-5435-4A38-AC72-BCEEFECFDB09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03BDC997-5435-4A38-AC72-BCEEFECFDB09%7D [org.dataone.client.rest.RestClient]
20170606-07:13:24: [WARN]: Cookie rejected [JSESSIONID="6C29A9C562DA85C917F35175574BD69A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03BF0D01-593D-460A-AA11-5914A036E433}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03BF0D01-593D-460A-AA11-5914A036E433%7D [org.dataone.client.rest.RestClient]
20170606-07:13:25: [WARN]: Cookie rejected [JSESSIONID="655B7489F4321F8E88E7C93DB27CF4E1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03C3C240-D4D4-433E-85D4-BD234C3DB9BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03C3C240-D4D4-433E-85D4-BD234C3DB9BD%7D [org.dataone.client.rest.RestClient]
20170606-07:13:26: [WARN]: Cookie rejected [JSESSIONID="5297AAE112E61394ABBF414549D21EBF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03C7CE5B-2B3D-4668-9495-53FCB003209B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03C7CE5B-2B3D-4668-9495-53FCB003209B%7D [org.dataone.client.rest.RestClient]
20170606-07:13:26: [WARN]: Cookie rejected [JSESSIONID="FF414CCC5FF5431565B793D24909262A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03C8B946-E01F-4EF4-BA30-8AB353292579}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03C8B946-E01F-4EF4-BA30-8AB353292579%7D [org.dataone.client.rest.RestClient]
20170606-07:13:27: [WARN]: Cookie rejected [JSESSIONID="AE3D41489036A5767DC784FE0DB9614A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03C8E781-4AD9-4DCD-A34D-6CCEE9521A51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03C8E781-4AD9-4DCD-A34D-6CCEE9521A51%7D [org.dataone.client.rest.RestClient]
20170606-07:13:27: [WARN]: Cookie rejected [JSESSIONID="5846D8E39988C8D71D380819C085F909", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03C9F6D2-2838-46EB-891D-C18FAD305EA5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03C9F6D2-2838-46EB-891D-C18FAD305EA5%7D [org.dataone.client.rest.RestClient]
20170606-07:13:28: [WARN]: Cookie rejected [JSESSIONID="63EC48DC5AA4C495FA3F9C6D9BBE0A45", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03CCCFAA-693D-4EE5-9705-3B31E0EFE88B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03CCCFAA-693D-4EE5-9705-3B31E0EFE88B%7D [org.dataone.client.rest.RestClient]
20170606-07:13:29: [WARN]: Cookie rejected [JSESSIONID="AE087F5FFFF05A520D4BD992DDBA1D95", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03CE7067-CDCB-4909-96B9-4DCF9252AB4D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03CE7067-CDCB-4909-96B9-4DCF9252AB4D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:29: [WARN]: Cookie rejected [JSESSIONID="6B7909F8CE67576BFA0014143F3DF151", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03CEC2C3-13B1-409E-A8FD-BF0D0481BA79}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03CEC2C3-13B1-409E-A8FD-BF0D0481BA79%7D [org.dataone.client.rest.RestClient]
20170606-07:13:30: [WARN]: Cookie rejected [JSESSIONID="0DFB25C0EE15486F80A2D7516474E072", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03D517B6-D3D1-4B0B-8AF8-F85CB4DF71EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03D517B6-D3D1-4B0B-8AF8-F85CB4DF71EF%7D [org.dataone.client.rest.RestClient]
20170606-07:13:31: [WARN]: Cookie rejected [JSESSIONID="461901E66E51D698AFC50AF429BA5169", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03D6B094-B7C5-45AD-923E-444BAB1BB44B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03D6B094-B7C5-45AD-923E-444BAB1BB44B%7D [org.dataone.client.rest.RestClient]
20170606-07:13:31: [WARN]: Cookie rejected [JSESSIONID="A7D4B1F361D11AC437DC3B206543F681", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03D73564-6F03-418D-AA12-7C18E83638C0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03D73564-6F03-418D-AA12-7C18E83638C0%7D [org.dataone.client.rest.RestClient]
20170606-07:13:32: [WARN]: Cookie rejected [JSESSIONID="D6AF19BA67B8D33F42B49632C0C0606E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03D78CAA-95D6-4A52-9C20-F2A77F1C5BE6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03D78CAA-95D6-4A52-9C20-F2A77F1C5BE6%7D [org.dataone.client.rest.RestClient]
20170606-07:13:32: [WARN]: Cookie rejected [JSESSIONID="0AC7489622E658A5BB089F7154E840C6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03D8BA72-EFBA-4D42-B1E2-6D8AA7879A9C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03D8BA72-EFBA-4D42-B1E2-6D8AA7879A9C%7D [org.dataone.client.rest.RestClient]
20170606-07:13:33: [WARN]: Cookie rejected [JSESSIONID="2DEDC2158CE955C357EEB64F2CACBC64", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03DCD1AD-DE23-4B1A-8B13-349956ECE5AB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03DCD1AD-DE23-4B1A-8B13-349956ECE5AB%7D [org.dataone.client.rest.RestClient]
20170606-07:13:34: [WARN]: Cookie rejected [JSESSIONID="E5F453D9DA79C3808BCDEDE33906FE7C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03DCD5CC-C044-4331-A4DC-E6FF4C6E3629}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03DCD5CC-C044-4331-A4DC-E6FF4C6E3629%7D [org.dataone.client.rest.RestClient]
20170606-07:13:34: [WARN]: Cookie rejected [JSESSIONID="CFB05D00FE2311A2A8254A0DEE79A13A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03DDB034-B1C6-4E31-8EB8-DA7A6E15815E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03DDB034-B1C6-4E31-8EB8-DA7A6E15815E%7D [org.dataone.client.rest.RestClient]
20170606-07:13:35: [WARN]: Cookie rejected [JSESSIONID="ACA08209BF2EF06FAA6D169BDB772664", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03E52C73-DDDB-4607-B1CD-69E9A96A090D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03E52C73-DDDB-4607-B1CD-69E9A96A090D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:35: [WARN]: Cookie rejected [JSESSIONID="39EB6E6974D50FF642AAB708898E8364", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03E5CA5D-FFD4-4688-8583-F6FDCB209804}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03E5CA5D-FFD4-4688-8583-F6FDCB209804%7D [org.dataone.client.rest.RestClient]
20170606-07:13:36: [WARN]: Cookie rejected [JSESSIONID="8CE7B935E4EE2DD39EE51DF1E6B2E723", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03E68171-C826-4294-A4D6-C16FF3F4D848}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03E68171-C826-4294-A4D6-C16FF3F4D848%7D [org.dataone.client.rest.RestClient]
20170606-07:13:37: [WARN]: Cookie rejected [JSESSIONID="C7504D3DD9E8529D635A9304A480B489", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03EAD6E8-804E-4E01-88CF-73B7D81A8E85}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03EAD6E8-804E-4E01-88CF-73B7D81A8E85%7D [org.dataone.client.rest.RestClient]
20170606-07:13:37: [WARN]: Cookie rejected [JSESSIONID="EEEC7AF14069D16ECAC3DCA0A2D2B609", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03EE522B-AA33-429F-9FE2-49BD04CDDE30}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03EE522B-AA33-429F-9FE2-49BD04CDDE30%7D [org.dataone.client.rest.RestClient]
20170606-07:13:38: [WARN]: Cookie rejected [JSESSIONID="F56885B95B22DFFD6BEB92507B600AA4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03EF5CA5-0560-487F-90F0-4647042535EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03EF5CA5-0560-487F-90F0-4647042535EF%7D [org.dataone.client.rest.RestClient]
20170606-07:13:38: [WARN]: Cookie rejected [JSESSIONID="3021E8CD959B840347DB2E64F2A3A42D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03F6E405-AACD-4506-8774-3E5FC58CBF37}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03F6E405-AACD-4506-8774-3E5FC58CBF37%7D [org.dataone.client.rest.RestClient]
20170606-07:13:39: [WARN]: Cookie rejected [JSESSIONID="ABEE429BDF29E44E4303E3AC90B8B711", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03FCBDCB-6ACE-4F38-963E-B139CBB17C6D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03FCBDCB-6ACE-4F38-963E-B139CBB17C6D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:40: [WARN]: Cookie rejected [JSESSIONID="1930FB3041458D2BFC3B1AA1B51D7691", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{03FCC53A-96D1-461E-ABC0-8FD5ECDFD005}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B03FCC53A-96D1-461E-ABC0-8FD5ECDFD005%7D [org.dataone.client.rest.RestClient]
20170606-07:13:40: [WARN]: Cookie rejected [JSESSIONID="9CFE13ECBA97D399963014A4B2DA246C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0400F850-6DCB-497D-B2D1-F6E1A265788C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0400F850-6DCB-497D-B2D1-F6E1A265788C%7D [org.dataone.client.rest.RestClient]
20170606-07:13:41: [WARN]: Cookie rejected [JSESSIONID="FEACF107115727CE3ED20C9DDBCDF67D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0401F07E-AF58-435A-A5DD-7AAD41155248}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0401F07E-AF58-435A-A5DD-7AAD41155248%7D [org.dataone.client.rest.RestClient]
20170606-07:13:42: [WARN]: Cookie rejected [JSESSIONID="79BCEBCA77057D28BF4271303FBCD74C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0405EC0A-00EF-4CDF-B573-2FE97425DA44}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0405EC0A-00EF-4CDF-B573-2FE97425DA44%7D [org.dataone.client.rest.RestClient]
20170606-07:13:42: [WARN]: Cookie rejected [JSESSIONID="2A79C4F93FA1EBCAAF743D96E99945A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0405FD81-F622-4DB0-B1FC-D95AEFDB4A22}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0405FD81-F622-4DB0-B1FC-D95AEFDB4A22%7D [org.dataone.client.rest.RestClient]
20170606-07:13:43: [WARN]: Cookie rejected [JSESSIONID="F63FA31FE8229D74D877349E077F99F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{040B2478-5C49-4C6E-82C3-03BBEFF96966}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B040B2478-5C49-4C6E-82C3-03BBEFF96966%7D [org.dataone.client.rest.RestClient]
20170606-07:13:44: [WARN]: Cookie rejected [JSESSIONID="2E57713086F5A4F3260C4E276D1ADAFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04110C85-6179-427B-A4A4-A45B058D41D4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04110C85-6179-427B-A4A4-A45B058D41D4%7D [org.dataone.client.rest.RestClient]
20170606-07:13:44: [WARN]: Cookie rejected [JSESSIONID="5E95E56941A5CC8ABB462DAC77AAFCF5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0412C275-8F3A-41C8-8675-E89FC77F034D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0412C275-8F3A-41C8-8675-E89FC77F034D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:45: [WARN]: Cookie rejected [JSESSIONID="F8CC593B9955C931C6C9DBE82C8EE73A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0413D5A0-64F3-42D8-9F33-DC20EFE4F0E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0413D5A0-64F3-42D8-9F33-DC20EFE4F0E4%7D [org.dataone.client.rest.RestClient]
20170606-07:13:46: [WARN]: Cookie rejected [JSESSIONID="77043A25BBDDCA6F53034366FC5FA018", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0414C8A1-5C45-4DDC-B48B-958C8CC0A3EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0414C8A1-5C45-4DDC-B48B-958C8CC0A3EC%7D [org.dataone.client.rest.RestClient]
20170606-07:13:46: [WARN]: Cookie rejected [JSESSIONID="F137EE7CD2CBD9E2423863A42D8A874E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{041F07E6-6C3D-4A97-A47F-F14D44D54DB2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B041F07E6-6C3D-4A97-A47F-F14D44D54DB2%7D [org.dataone.client.rest.RestClient]
20170606-07:13:47: [WARN]: Cookie rejected [JSESSIONID="FF6B89A912DE22B99C96BBCEADDE95FE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04220B82-316D-4AA9-9089-2636EDE6140D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04220B82-316D-4AA9-9089-2636EDE6140D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:47: [WARN]: Cookie rejected [JSESSIONID="C78D0F48B6052D79808E195744C032F5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0423B388-EFC6-4F17-AF85-4ED7EBC12067}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0423B388-EFC6-4F17-AF85-4ED7EBC12067%7D [org.dataone.client.rest.RestClient]
20170606-07:13:48: [WARN]: Cookie rejected [JSESSIONID="7DF5F7D35ED462ADB7191019CBB92A9A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0427D4D6-906D-488C-870C-9AAC84198454}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0427D4D6-906D-488C-870C-9AAC84198454%7D [org.dataone.client.rest.RestClient]
20170606-07:13:49: [WARN]: Cookie rejected [JSESSIONID="07E6F749DAD6F92CFB4C4A603B54AC7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{042CE3DA-D0F9-4127-8445-DFDE6112F15C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B042CE3DA-D0F9-4127-8445-DFDE6112F15C%7D [org.dataone.client.rest.RestClient]
20170606-07:13:49: [WARN]: Cookie rejected [JSESSIONID="E9FF793E71C74F286E901C3973282BD6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{042E1D49-83AB-4BD7-90A8-D1756ADA46F2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B042E1D49-83AB-4BD7-90A8-D1756ADA46F2%7D [org.dataone.client.rest.RestClient]
20170606-07:13:50: [WARN]: Cookie rejected [JSESSIONID="DFF18FD2945D7BD809FD97B7251904C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0432BF4B-FDB3-4589-B161-2B0103064A26}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0432BF4B-FDB3-4589-B161-2B0103064A26%7D [org.dataone.client.rest.RestClient]
20170606-07:13:51: [WARN]: Cookie rejected [JSESSIONID="DB45E480CB7D5B0A4DFE94A6090E181F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0433F253-812C-4B29-994E-ABDAC66EB2E5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0433F253-812C-4B29-994E-ABDAC66EB2E5%7D [org.dataone.client.rest.RestClient]
20170606-07:13:51: [WARN]: Cookie rejected [JSESSIONID="B67B6CD2F9DF57208AD70861EDC3CF12", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04368D94-F6FF-4D27-96E8-349114487107}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04368D94-F6FF-4D27-96E8-349114487107%7D [org.dataone.client.rest.RestClient]
20170606-07:13:52: [WARN]: Cookie rejected [JSESSIONID="B515F4434C09238E6453E95991FECC58", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0438ED9F-2F68-4BDE-B24A-3CE9C41D3B94}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0438ED9F-2F68-4BDE-B24A-3CE9C41D3B94%7D [org.dataone.client.rest.RestClient]
20170606-07:13:52: [WARN]: Cookie rejected [JSESSIONID="15A1A38AED8D3D7DF7F94DFD3D7F11D2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{043DD64F-6B73-4D97-ABBF-E9F589BDCEE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B043DD64F-6B73-4D97-ABBF-E9F589BDCEE2%7D [org.dataone.client.rest.RestClient]
20170606-07:13:53: [WARN]: Cookie rejected [JSESSIONID="A58EB685C9C6C14C25E14C0760507703", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0440680F-A506-4CC0-A3CF-6C8840D90C03}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0440680F-A506-4CC0-A3CF-6C8840D90C03%7D [org.dataone.client.rest.RestClient]
20170606-07:13:54: [WARN]: Cookie rejected [JSESSIONID="36E29B635CAD7D8EAD908F36A182239F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04422E24-E7BB-4D4F-9DAD-580D05FB041D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04422E24-E7BB-4D4F-9DAD-580D05FB041D%7D [org.dataone.client.rest.RestClient]
20170606-07:13:54: [WARN]: Cookie rejected [JSESSIONID="9F880241C403647CC600D5A1367DD630", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04455BAF-0FAE-4F65-88C1-C6A91DD64D65}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04455BAF-0FAE-4F65-88C1-C6A91DD64D65%7D [org.dataone.client.rest.RestClient]
20170606-07:13:55: [WARN]: Cookie rejected [JSESSIONID="4BF6DBF75FBA412033DD7C21BD8FECA1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{044A28DA-33FE-4A19-B1D0-ABF723889369}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B044A28DA-33FE-4A19-B1D0-ABF723889369%7D [org.dataone.client.rest.RestClient]
20170606-07:13:56: [WARN]: Cookie rejected [JSESSIONID="6341428286F446B6FDFEAB5E9F13ADB5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{044AA2F1-7681-47DB-B0F0-91A68ADA9F02}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B044AA2F1-7681-47DB-B0F0-91A68ADA9F02%7D [org.dataone.client.rest.RestClient]
20170606-07:13:56: [WARN]: Cookie rejected [JSESSIONID="59626E20EDCE5FDF2199F2B963CCBB2D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{044D27EE-9C32-4F66-B7D8-732FBAF46600}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B044D27EE-9C32-4F66-B7D8-732FBAF46600%7D [org.dataone.client.rest.RestClient]
20170606-07:13:57: [WARN]: Cookie rejected [JSESSIONID="7688963B95E7E47BEA9E1AE2D0413492", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04500A4D-11AD-4D63-A996-01AD1E01C383}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04500A4D-11AD-4D63-A996-01AD1E01C383%7D [org.dataone.client.rest.RestClient]
20170606-07:13:58: [WARN]: Cookie rejected [JSESSIONID="A089E6820A7C0A7B56F3787114D4D064", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{045424DB-E7B7-438B-84DE-B7F937456CE6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B045424DB-E7B7-438B-84DE-B7F937456CE6%7D [org.dataone.client.rest.RestClient]
20170606-07:13:58: [WARN]: Cookie rejected [JSESSIONID="4D2144F991FBF72CD68C93A341BDA169", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04568F7A-AABD-4C03-97C8-09A986AE433C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04568F7A-AABD-4C03-97C8-09A986AE433C%7D [org.dataone.client.rest.RestClient]
20170606-07:13:59: [WARN]: Cookie rejected [JSESSIONID="6099BEC71EBA6D3D3E279709CBF4B555", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0458FFA0-466E-4857-B395-EAB9D4E49952}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0458FFA0-466E-4857-B395-EAB9D4E49952%7D [org.dataone.client.rest.RestClient]
20170606-07:13:59: [WARN]: Cookie rejected [JSESSIONID="BD99C444F2D34CBE598ED453C113213A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{045A7445-4000-4123-B2EC-E9C5192453F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:13:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B045A7445-4000-4123-B2EC-E9C5192453F7%7D [org.dataone.client.rest.RestClient]
20170606-07:14:00: [WARN]: Cookie rejected [JSESSIONID="D44C4D32FFCB296BF7027420E409A1A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{046628D2-53FD-411A-ADA7-EAD7E9BF9A6D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B046628D2-53FD-411A-ADA7-EAD7E9BF9A6D%7D [org.dataone.client.rest.RestClient]
20170606-07:14:01: [WARN]: Cookie rejected [JSESSIONID="F9CB4645B6112BAB709A1E09C127AC42", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04692E2E-0714-474F-9ECB-470E78A4FBBD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04692E2E-0714-474F-9ECB-470E78A4FBBD%7D [org.dataone.client.rest.RestClient]
20170606-07:14:01: [WARN]: Cookie rejected [JSESSIONID="16EEDDE52847AAC10A03D63DBF7B69B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{046B652D-F4BF-4700-ABC5-1D423B892AED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B046B652D-F4BF-4700-ABC5-1D423B892AED%7D [org.dataone.client.rest.RestClient]
20170606-07:14:02: [WARN]: Cookie rejected [JSESSIONID="FCD0CF6CBE7DD235BF6BBCD805631F80", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{046B7EF1-FFA9-4DAB-A10B-7671DD603C2A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B046B7EF1-FFA9-4DAB-A10B-7671DD603C2A%7D [org.dataone.client.rest.RestClient]
20170606-07:14:03: [WARN]: Cookie rejected [JSESSIONID="5455E18FF5B13B8088EEBAF16443EA7A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{046D8DD3-CF4C-4849-83B9-654A42C2C90F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B046D8DD3-CF4C-4849-83B9-654A42C2C90F%7D [org.dataone.client.rest.RestClient]
20170606-07:14:03: [WARN]: Cookie rejected [JSESSIONID="6E118B842B61DF2BAD1855AAAB03C26B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{047235C5-7F06-4EF1-9B21-0AB0C757E677}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B047235C5-7F06-4EF1-9B21-0AB0C757E677%7D [org.dataone.client.rest.RestClient]
20170606-07:14:04: [WARN]: Cookie rejected [JSESSIONID="92F5E8F5300251301790167CF15B2384", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0478E3C1-2774-4E61-AF4E-11B870E6F931}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0478E3C1-2774-4E61-AF4E-11B870E6F931%7D [org.dataone.client.rest.RestClient]
20170606-07:14:05: [WARN]: Cookie rejected [JSESSIONID="F594F0135CDF6857AFBCDFDCC1B0D545", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{047B0A24-AE76-47A4-B61F-6A776F0FC3F3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B047B0A24-AE76-47A4-B61F-6A776F0FC3F3%7D [org.dataone.client.rest.RestClient]
20170606-07:14:05: [WARN]: Cookie rejected [JSESSIONID="C6A624E2F6D625CE9B5F69BC98701202", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{047BFCA6-2B23-443D-898C-AD7EB68B5C0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B047BFCA6-2B23-443D-898C-AD7EB68B5C0A%7D [org.dataone.client.rest.RestClient]
20170606-07:14:06: [WARN]: Cookie rejected [JSESSIONID="8AAB22CCF61E817598ABEFEB1437C842", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{047EB869-A50E-4655-A101-32ECC76305DC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B047EB869-A50E-4655-A101-32ECC76305DC%7D [org.dataone.client.rest.RestClient]
20170606-07:14:06: [WARN]: Cookie rejected [JSESSIONID="1179D8E4AD2CA629B6D1EFEA0AB0CE83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{047FE7ED-B71F-4D0D-8AF4-4AEB1BAC7D21}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B047FE7ED-B71F-4D0D-8AF4-4AEB1BAC7D21%7D [org.dataone.client.rest.RestClient]
20170606-07:14:07: [WARN]: Cookie rejected [JSESSIONID="972E15ABED31AE281F117DC0228B392E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04806C1F-58CA-4D79-8378-44C492A533FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04806C1F-58CA-4D79-8378-44C492A533FB%7D [org.dataone.client.rest.RestClient]
20170606-07:14:08: [WARN]: Cookie rejected [JSESSIONID="7770190804D06A1CB7E0862F688CAE7B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04850149-0AEC-431F-9167-C93A2888D496}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04850149-0AEC-431F-9167-C93A2888D496%7D [org.dataone.client.rest.RestClient]
20170606-07:14:08: [WARN]: Cookie rejected [JSESSIONID="8EBAC189787921611D24A9A1DE262FBC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0487310C-E7D8-4B88-BC93-EFAFFF4CA1A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0487310C-E7D8-4B88-BC93-EFAFFF4CA1A7%7D [org.dataone.client.rest.RestClient]
20170606-07:14:09: [WARN]: Cookie rejected [JSESSIONID="8B76A6B23C00375725FE7F8367854AEB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{048A10FB-200F-4834-BCA1-AC3B48A38790}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B048A10FB-200F-4834-BCA1-AC3B48A38790%7D [org.dataone.client.rest.RestClient]
20170606-07:14:10: [WARN]: Cookie rejected [JSESSIONID="8E915834C4EBF6EA964386A6070147CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{048C67D1-E288-4772-AB09-48A069527C46}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B048C67D1-E288-4772-AB09-48A069527C46%7D [org.dataone.client.rest.RestClient]
20170606-07:14:10: [WARN]: Cookie rejected [JSESSIONID="31BE619FD9FD59EBB90BA4B073F4A58E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0499064A-3EA8-41DE-9CCD-AB4D8B80211D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0499064A-3EA8-41DE-9CCD-AB4D8B80211D%7D [org.dataone.client.rest.RestClient]
20170606-07:14:11: [WARN]: Cookie rejected [JSESSIONID="DAE1B28BA6AE10758F88073EC97CC939", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04A3D3AD-ADFA-4715-9975-48426F86355D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04A3D3AD-ADFA-4715-9975-48426F86355D%7D [org.dataone.client.rest.RestClient]
20170606-07:14:11: [WARN]: Cookie rejected [JSESSIONID="4E41C1A05DE1C7EAAD95C64FC1181ABA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04A6BDD6-DD5B-4668-9B45-0F4ABCC7D706}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04A6BDD6-DD5B-4668-9B45-0F4ABCC7D706%7D [org.dataone.client.rest.RestClient]
20170606-07:14:12: [WARN]: Cookie rejected [JSESSIONID="830B1681D650912A83704FF85D01556F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04B7515C-1DC0-4BB9-9D3E-33A7A602CC31}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04B7515C-1DC0-4BB9-9D3E-33A7A602CC31%7D [org.dataone.client.rest.RestClient]
20170606-07:14:13: [WARN]: Cookie rejected [JSESSIONID="9660A2CE5AB04F749798C24E58C3B434", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04B80835-9656-4222-A673-2AC0921FA891}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04B80835-9656-4222-A673-2AC0921FA891%7D [org.dataone.client.rest.RestClient]
20170606-07:14:13: [WARN]: Cookie rejected [JSESSIONID="2426262ABB6BFC5C9091C67831FFFCE5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04BB45A7-7F9C-4B64-89F5-D8A539F1DC75}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04BB45A7-7F9C-4B64-89F5-D8A539F1DC75%7D [org.dataone.client.rest.RestClient]
20170606-07:14:14: [WARN]: Cookie rejected [JSESSIONID="B903B561F33CD0A8791F5507839D1A8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04BBE10E-E3B3-41B5-8473-CC3022811396}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04BBE10E-E3B3-41B5-8473-CC3022811396%7D [org.dataone.client.rest.RestClient]
20170606-07:14:15: [WARN]: Cookie rejected [JSESSIONID="8A58EEF82EABC079AA5E6E152E70DA75", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04BFFC90-6B02-46E0-863B-A72D61EE37BE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04BFFC90-6B02-46E0-863B-A72D61EE37BE%7D [org.dataone.client.rest.RestClient]
20170606-07:14:15: [WARN]: Cookie rejected [JSESSIONID="FEF9098CC80ADD6C40A951BEA6C37E7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04C16F45-887C-4DE8-811D-495D83A0EF3B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04C16F45-887C-4DE8-811D-495D83A0EF3B%7D [org.dataone.client.rest.RestClient]
20170606-07:14:16: [WARN]: Cookie rejected [JSESSIONID="A58410DCF13428A8D3790D96685B40E4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04C1D51A-90AA-4E16-A3B1-A9D60B248F54}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04C1D51A-90AA-4E16-A3B1-A9D60B248F54%7D [org.dataone.client.rest.RestClient]
20170606-07:14:17: [WARN]: Cookie rejected [JSESSIONID="56116ACF4B595F681057B38954C01415", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04C51DE5-FC34-4D7F-971D-64E1FE1041AF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04C51DE5-FC34-4D7F-971D-64E1FE1041AF%7D [org.dataone.client.rest.RestClient]
20170606-07:14:17: [WARN]: Cookie rejected [JSESSIONID="9CEE00ED9446898044CB24F61BA2761C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04C9A95A-C9A3-40EB-9CE3-B0A3758999C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04C9A95A-C9A3-40EB-9CE3-B0A3758999C8%7D [org.dataone.client.rest.RestClient]
20170606-07:14:18: [WARN]: Cookie rejected [JSESSIONID="1CADF11EBA987B3E5B35D0319E7A7779", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04C9D1BF-D8EC-4C02-AAFE-BA8E7DED6A27}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04C9D1BF-D8EC-4C02-AAFE-BA8E7DED6A27%7D [org.dataone.client.rest.RestClient]
20170606-07:14:18: [WARN]: Cookie rejected [JSESSIONID="B17E8231C4EABFB78104FED0D73C0109", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04CDCCF6-5CDB-4FA9-A00F-89B20FE2120A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04CDCCF6-5CDB-4FA9-A00F-89B20FE2120A%7D [org.dataone.client.rest.RestClient]
20170606-07:14:19: [WARN]: Cookie rejected [JSESSIONID="1C8AFD5EA8F9A7C870915597D10BF5C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04D23675-809F-4E33-86FE-0C040D37CD25}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04D23675-809F-4E33-86FE-0C040D37CD25%7D [org.dataone.client.rest.RestClient]
20170606-07:14:20: [WARN]: Cookie rejected [JSESSIONID="0D5BBF5391C9077D846D992F3A0421B8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04D27AD2-9940-4BFF-82F8-62E199F70945}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04D27AD2-9940-4BFF-82F8-62E199F70945%7D [org.dataone.client.rest.RestClient]
20170606-07:14:20: [WARN]: Cookie rejected [JSESSIONID="92930ACA83B403CA0393D24731477439", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04D50B2D-E886-4405-9D41-3905118E3FFC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04D50B2D-E886-4405-9D41-3905118E3FFC%7D [org.dataone.client.rest.RestClient]
20170606-07:14:21: [WARN]: Cookie rejected [JSESSIONID="42858CD6427A49E35C248656509EC5B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04DB50CD-6D7B-4AB9-AD7D-676EF278EDF4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04DB50CD-6D7B-4AB9-AD7D-676EF278EDF4%7D [org.dataone.client.rest.RestClient]
20170606-07:14:21: [WARN]: Cookie rejected [JSESSIONID="2E6969E3A907BAC97116815FB3639AC0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04DB5A9C-183E-4D61-BC74-F13A87EC2110}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04DB5A9C-183E-4D61-BC74-F13A87EC2110%7D [org.dataone.client.rest.RestClient]
20170606-07:14:22: [WARN]: Cookie rejected [JSESSIONID="475724969A2531E1FCAA80B79E0AD26C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04DE49C8-3591-46B1-8381-50FDA2EFA6DC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04DE49C8-3591-46B1-8381-50FDA2EFA6DC%7D [org.dataone.client.rest.RestClient]
20170606-07:14:23: [WARN]: Cookie rejected [JSESSIONID="A76C4D4404DDCCFEE82478DA86A42AAF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04DF17AE-55AC-4EB3-9B23-17BAAE097F9B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04DF17AE-55AC-4EB3-9B23-17BAAE097F9B%7D [org.dataone.client.rest.RestClient]
20170606-07:14:23: [WARN]: Cookie rejected [JSESSIONID="F9293875F3B74795DD52507314F3ED09", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04E02851-8675-4F88-8FA2-7AF8E8CE487F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04E02851-8675-4F88-8FA2-7AF8E8CE487F%7D [org.dataone.client.rest.RestClient]
20170606-07:14:24: [WARN]: Cookie rejected [JSESSIONID="B08A9A50C45BC5B74CD94EB39E521709", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04E1F10D-03C4-495B-924D-CD30C4E0BCE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04E1F10D-03C4-495B-924D-CD30C4E0BCE0%7D [org.dataone.client.rest.RestClient]
20170606-07:14:25: [WARN]: Cookie rejected [JSESSIONID="4D250B0FE360828D76C72F7E36DF3D78", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04E249E6-145A-481E-B7FE-CAEBE6588FEB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04E249E6-145A-481E-B7FE-CAEBE6588FEB%7D [org.dataone.client.rest.RestClient]
20170606-07:14:25: [WARN]: Cookie rejected [JSESSIONID="339E71D023DE8D74A57A14DD847B13BF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04E798F4-249E-44C2-8EBD-6A35CEAB7BDD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04E798F4-249E-44C2-8EBD-6A35CEAB7BDD%7D [org.dataone.client.rest.RestClient]
20170606-07:14:26: [WARN]: Cookie rejected [JSESSIONID="C15ACAB5EE0003C52E42199B187A4F76", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04EBD788-243A-4C31-97AE-7B46BA822B04}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04EBD788-243A-4C31-97AE-7B46BA822B04%7D [org.dataone.client.rest.RestClient]
20170606-07:14:26: [WARN]: Cookie rejected [JSESSIONID="61FED28A55B254ADA82E59627CDBA328", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04EC9BFF-AB6C-4079-AD70-98B2B42250B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04EC9BFF-AB6C-4079-AD70-98B2B42250B4%7D [org.dataone.client.rest.RestClient]
20170606-07:14:27: [WARN]: Cookie rejected [JSESSIONID="27A2C173523199A076BE1B133934433E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04ECF10F-1867-460E-A3EF-EB07755F952F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04ECF10F-1867-460E-A3EF-EB07755F952F%7D [org.dataone.client.rest.RestClient]
20170606-07:14:28: [WARN]: Cookie rejected [JSESSIONID="64BF950E8E493D7F913A744F7E24623D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04EFA2CC-EFAE-40F2-AF1D-8F5AD24CF575}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04EFA2CC-EFAE-40F2-AF1D-8F5AD24CF575%7D [org.dataone.client.rest.RestClient]
20170606-07:14:28: [WARN]: Cookie rejected [JSESSIONID="58F8DF02D2C4DD7337FD39B1CBE03D05", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04F2A1F3-7386-4E15-86D0-594C3F0974EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04F2A1F3-7386-4E15-86D0-594C3F0974EC%7D [org.dataone.client.rest.RestClient]
20170606-07:14:29: [WARN]: Cookie rejected [JSESSIONID="ED5E2DDE6858A52EF42D991580DBAEE1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04F6BBFD-78B1-4206-B220-37DE536F5075}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04F6BBFD-78B1-4206-B220-37DE536F5075%7D [org.dataone.client.rest.RestClient]
20170606-07:14:29: [WARN]: Cookie rejected [JSESSIONID="8FE9B81B1F6B69B8043018E206E778D7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04FA9987-B45C-4343-9962-4587508B7D1C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04FA9987-B45C-4343-9962-4587508B7D1C%7D [org.dataone.client.rest.RestClient]
20170606-07:14:30: [WARN]: Cookie rejected [JSESSIONID="E735C63EFED56890167004A32452F9D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04FB23F7-18FA-4475-BCEB-B189910E4C5A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04FB23F7-18FA-4475-BCEB-B189910E4C5A%7D [org.dataone.client.rest.RestClient]
20170606-07:14:31: [WARN]: Cookie rejected [JSESSIONID="10BED663F2FF56C9FB4FF18E9B3E4F03", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{04FC69FA-FC5D-4EE9-8232-71DD610C67C1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B04FC69FA-FC5D-4EE9-8232-71DD610C67C1%7D [org.dataone.client.rest.RestClient]
20170606-07:14:31: [WARN]: Cookie rejected [JSESSIONID="24E1A02AF71B91C22C3BA1FA2C271F20", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05019E26-63AF-496B-BECE-E72E21C29235}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05019E26-63AF-496B-BECE-E72E21C29235%7D [org.dataone.client.rest.RestClient]
20170606-07:14:32: [WARN]: Cookie rejected [JSESSIONID="CC441FE288692803EBE51C771772082C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0502949C-FF9E-431D-B6CE-7F69C3234867}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0502949C-FF9E-431D-B6CE-7F69C3234867%7D [org.dataone.client.rest.RestClient]
20170606-07:14:33: [WARN]: Cookie rejected [JSESSIONID="30E1E4AC0CAFAD35DBE691101EE1FC26", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0503F453-BD24-4E54-9AC1-105E0011F6E4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0503F453-BD24-4E54-9AC1-105E0011F6E4%7D [org.dataone.client.rest.RestClient]
20170606-07:14:33: [WARN]: Cookie rejected [JSESSIONID="72D169DB5985F01F0BACCA0B6D98ACCA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{050434A3-3F3F-41EA-AEE8-45B58BCEA959}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B050434A3-3F3F-41EA-AEE8-45B58BCEA959%7D [org.dataone.client.rest.RestClient]
20170606-07:14:34: [WARN]: Cookie rejected [JSESSIONID="C081ACBBBB2A2F0349A075C73106F79E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05077622-2496-4628-946A-193D81915206}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05077622-2496-4628-946A-193D81915206%7D [org.dataone.client.rest.RestClient]
20170606-07:14:34: [WARN]: Cookie rejected [JSESSIONID="AB9296477D1C538344D348A55181836C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{050A8773-C070-4887-BBC1-FFC95E4BA421}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B050A8773-C070-4887-BBC1-FFC95E4BA421%7D [org.dataone.client.rest.RestClient]
20170606-07:14:35: [WARN]: Cookie rejected [JSESSIONID="14378575119E9EFC56DD329B65AA1EDA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{050B39AE-BFB8-4BED-888D-C8C76F7B46D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B050B39AE-BFB8-4BED-888D-C8C76F7B46D9%7D [org.dataone.client.rest.RestClient]
20170606-07:14:36: [WARN]: Cookie rejected [JSESSIONID="25C133037FF90F812416131706E0E797", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05123240-C9D7-4A31-A369-D9F6A5B41172}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05123240-C9D7-4A31-A369-D9F6A5B41172%7D [org.dataone.client.rest.RestClient]
20170606-07:14:36: [WARN]: Cookie rejected [JSESSIONID="C6D812352ACF283143CBEBDF42675F5F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{051350BF-CB4C-45B1-82E6-0966E5408827}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B051350BF-CB4C-45B1-82E6-0966E5408827%7D [org.dataone.client.rest.RestClient]
20170606-07:14:37: [WARN]: Cookie rejected [JSESSIONID="CA4CFDA6E3CC0E4B8E14C56EB80CEBB9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0516895B-BCFD-4112-8A1C-C53375C3D19A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0516895B-BCFD-4112-8A1C-C53375C3D19A%7D [org.dataone.client.rest.RestClient]
20170606-07:14:37: [WARN]: Cookie rejected [JSESSIONID="BE6C2BC56B74BA7DE2B4D62871F38849", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05183E65-D783-46BE-B946-9261EECB555E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05183E65-D783-46BE-B946-9261EECB555E%7D [org.dataone.client.rest.RestClient]
20170606-07:14:38: [WARN]: Cookie rejected [JSESSIONID="7EAF2FDAF2EAD552AA83E0B452D4C975", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{051B338D-3499-4D4B-AB59-663B55520223}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B051B338D-3499-4D4B-AB59-663B55520223%7D [org.dataone.client.rest.RestClient]
20170606-07:14:39: [WARN]: Cookie rejected [JSESSIONID="ACE0EFB78281386875A4A22205584D71", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{051DFD4C-F6E7-40ED-839B-3C1F60AB1B0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B051DFD4C-F6E7-40ED-839B-3C1F60AB1B0A%7D [org.dataone.client.rest.RestClient]
20170606-07:14:39: [WARN]: Cookie rejected [JSESSIONID="C526CCD022DC97EB6A0C966AD4A30A8C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{051FCDF3-5466-4516-B7D1-250C16599D3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B051FCDF3-5466-4516-B7D1-250C16599D3F%7D [org.dataone.client.rest.RestClient]
20170606-07:14:40: [WARN]: Cookie rejected [JSESSIONID="D6543BF1931395AC33F0ADAB9633B42F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0520EFFF-9A46-4DBB-844F-699BDA6CE01F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0520EFFF-9A46-4DBB-844F-699BDA6CE01F%7D [org.dataone.client.rest.RestClient]
20170606-07:14:41: [WARN]: Cookie rejected [JSESSIONID="5DF6553B5CB05004BDBCE3A06FB15D10", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05225656-064F-4BE4-B4F1-77DB7168EC8E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05225656-064F-4BE4-B4F1-77DB7168EC8E%7D [org.dataone.client.rest.RestClient]
20170606-07:14:41: [WARN]: Cookie rejected [JSESSIONID="34D97F55623C00071E8EF543E98456BB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0522BDF1-243D-4257-9693-C657544E62CB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0522BDF1-243D-4257-9693-C657544E62CB%7D [org.dataone.client.rest.RestClient]
20170606-07:14:42: [WARN]: Cookie rejected [JSESSIONID="B438202674E457489E14513FA34691CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0523D9AD-D706-432C-916C-676EFDE652E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0523D9AD-D706-432C-916C-676EFDE652E2%7D [org.dataone.client.rest.RestClient]
20170606-07:14:42: [WARN]: Cookie rejected [JSESSIONID="E47905BB9DC2A9DF5D951E580871407C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{052B97C1-301C-444C-B332-F1E3057C44D5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B052B97C1-301C-444C-B332-F1E3057C44D5%7D [org.dataone.client.rest.RestClient]
20170606-07:14:43: [WARN]: Cookie rejected [JSESSIONID="73CC1EA9E276586E3DC2CD58BD9F7897", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{052BD2DE-B998-4368-9681-741AAF0751DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B052BD2DE-B998-4368-9681-741AAF0751DE%7D [org.dataone.client.rest.RestClient]
20170606-07:14:44: [WARN]: Cookie rejected [JSESSIONID="9066B51E7371ED60E6B5644B6E03D65B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{052C13C1-5712-4ECB-BB26-E42518B2580E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B052C13C1-5712-4ECB-BB26-E42518B2580E%7D [org.dataone.client.rest.RestClient]
20170606-07:14:44: [WARN]: Cookie rejected [JSESSIONID="C53366051F65F8C66BE0F741FF0281F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0532CBFB-F773-4981-87B6-2FAA2D73C5FA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0532CBFB-F773-4981-87B6-2FAA2D73C5FA%7D [org.dataone.client.rest.RestClient]
20170606-07:14:45: [WARN]: Cookie rejected [JSESSIONID="CE4BC67B30E9CBE7E4C1C8A3D21BB129", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05360804-5A37-4A66-A827-C6B21A4C5D76}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05360804-5A37-4A66-A827-C6B21A4C5D76%7D [org.dataone.client.rest.RestClient]
20170606-07:14:46: [WARN]: Cookie rejected [JSESSIONID="B8B9D3646CB7F2A46B9D1728673F10C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{053619B5-C93C-49E9-8628-84A659B2DDB3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B053619B5-C93C-49E9-8628-84A659B2DDB3%7D [org.dataone.client.rest.RestClient]
20170606-07:14:46: [WARN]: Cookie rejected [JSESSIONID="4CE92ED868680757A150005879724A63", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{053B3F62-FA84-4F81-85F2-D1777079B301}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B053B3F62-FA84-4F81-85F2-D1777079B301%7D [org.dataone.client.rest.RestClient]
20170606-07:14:47: [WARN]: Cookie rejected [JSESSIONID="1B98741113D4E27A92109C21E31562DD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{053CB519-A849-4578-A0A6-1D7E775DAC09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B053CB519-A849-4578-A0A6-1D7E775DAC09%7D [org.dataone.client.rest.RestClient]
20170606-07:14:48: [WARN]: Cookie rejected [JSESSIONID="4EBC2CB52792BA3E0F09154490E5B101", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{053E1474-3802-4903-928F-F949143C58C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B053E1474-3802-4903-928F-F949143C58C8%7D [org.dataone.client.rest.RestClient]
20170606-07:14:48: [WARN]: Cookie rejected [JSESSIONID="0B7189109A107B02EFEF6EDB6369B780", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05410657-96DC-4AA3-9904-43202138020D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05410657-96DC-4AA3-9904-43202138020D%7D [org.dataone.client.rest.RestClient]
20170606-07:14:49: [WARN]: Cookie rejected [JSESSIONID="37AAFC38D436906A482B156457BD4BCE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05459AF0-F7AC-41EB-9126-4A095D48563C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05459AF0-F7AC-41EB-9126-4A095D48563C%7D [org.dataone.client.rest.RestClient]
20170606-07:14:49: [WARN]: Cookie rejected [JSESSIONID="DC2250BD57A7BCDE9B51C760CC5AFF04", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0549E58F-E9C4-4E79-BADA-6CC847478AB3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0549E58F-E9C4-4E79-BADA-6CC847478AB3%7D [org.dataone.client.rest.RestClient]
20170606-07:14:50: [WARN]: Cookie rejected [JSESSIONID="90FB9C375B6CBC4AA1C7E2840FD31A8E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{054F2758-9AB6-41D6-8268-4188622AA192}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B054F2758-9AB6-41D6-8268-4188622AA192%7D [org.dataone.client.rest.RestClient]
20170606-07:14:51: [WARN]: Cookie rejected [JSESSIONID="79F9D0FAE8351B6CCF8B1C8C747CD111", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{054FCB7D-1771-4DBF-A5EE-22FA3079D1BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B054FCB7D-1771-4DBF-A5EE-22FA3079D1BD%7D [org.dataone.client.rest.RestClient]
20170606-07:14:51: [WARN]: Cookie rejected [JSESSIONID="8E73E2830F3260FA5C2281BBAD526CED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{055337E8-D803-4F1B-8ABA-41E86424BC6B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B055337E8-D803-4F1B-8ABA-41E86424BC6B%7D [org.dataone.client.rest.RestClient]
20170606-07:14:52: [WARN]: Cookie rejected [JSESSIONID="9F208DBB15F515E2B09B7FB5229980AB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0554DD79-08EA-4A0F-87F6-C7767335CAD9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0554DD79-08EA-4A0F-87F6-C7767335CAD9%7D [org.dataone.client.rest.RestClient]
20170606-07:14:53: [WARN]: Cookie rejected [JSESSIONID="FD48F58EB77603C4FF11593E387AE096", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0556006D-3A7A-42D9-9FF5-A02791CD63F5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0556006D-3A7A-42D9-9FF5-A02791CD63F5%7D [org.dataone.client.rest.RestClient]
20170606-07:14:53: [WARN]: Cookie rejected [JSESSIONID="2F1D01132638133013CF318DFE724974", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0556FD21-9627-47B6-979F-BCD247DCA7B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0556FD21-9627-47B6-979F-BCD247DCA7B7%7D [org.dataone.client.rest.RestClient]
20170606-07:14:54: [WARN]: Cookie rejected [JSESSIONID="6A79AB81F9BF7510F9FC691397D97104", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05572262-0272-4751-8A74-404C6A5D6DBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05572262-0272-4751-8A74-404C6A5D6DBB%7D [org.dataone.client.rest.RestClient]
20170606-07:14:54: [WARN]: Cookie rejected [JSESSIONID="C7976C702004BBC8C77881076F757967", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0559E31F-873B-45C4-9894-CCB13638B319}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0559E31F-873B-45C4-9894-CCB13638B319%7D [org.dataone.client.rest.RestClient]
20170606-07:14:55: [WARN]: Cookie rejected [JSESSIONID="0E8150441D22A7837768F055C4489276", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{055C838F-4DD2-4DAC-8285-CC69AFC0DFF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B055C838F-4DD2-4DAC-8285-CC69AFC0DFF0%7D [org.dataone.client.rest.RestClient]
20170606-07:14:56: [WARN]: Cookie rejected [JSESSIONID="CE5BD2B7591C2AE16BBC03B222DDF786", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0560B919-70AA-4A71-B483-BC73C5401099}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0560B919-70AA-4A71-B483-BC73C5401099%7D [org.dataone.client.rest.RestClient]
20170606-07:14:56: [WARN]: Cookie rejected [JSESSIONID="31225AE676CF5404846F9DA99947BF53", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{056642E3-C362-4F8D-883E-9210B2D7B9C5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B056642E3-C362-4F8D-883E-9210B2D7B9C5%7D [org.dataone.client.rest.RestClient]
20170606-07:14:57: [WARN]: Cookie rejected [JSESSIONID="65953D655D8E2A9B580018AE03DF4297", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{056B9E31-ACD8-42AE-967C-2118BA38AFD2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B056B9E31-ACD8-42AE-967C-2118BA38AFD2%7D [org.dataone.client.rest.RestClient]
20170606-07:14:58: [WARN]: Cookie rejected [JSESSIONID="8336F96C2F39EC01E23A7872A2C1A4EF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{056DCE08-0B54-4029-BA99-C7286DCE8C3D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B056DCE08-0B54-4029-BA99-C7286DCE8C3D%7D [org.dataone.client.rest.RestClient]
20170606-07:14:58: [WARN]: Cookie rejected [JSESSIONID="61CE17C1193027A44A937854F271DBC5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0575B995-2676-493F-BAE4-FE9CDB3B0DCD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0575B995-2676-493F-BAE4-FE9CDB3B0DCD%7D [org.dataone.client.rest.RestClient]
20170606-07:14:59: [WARN]: Cookie rejected [JSESSIONID="AD2A8C2E9192D3C167D23C454E2BFF3C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{057B072A-CF75-41F1-8C25-48CCAD79A082}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B057B072A-CF75-41F1-8C25-48CCAD79A082%7D [org.dataone.client.rest.RestClient]
20170606-07:14:59: [WARN]: Cookie rejected [JSESSIONID="16937F941AC4D02D9760EAE6BF358BCF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05849197-FF62-4225-A243-1F73A6C920B2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:14:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05849197-FF62-4225-A243-1F73A6C920B2%7D [org.dataone.client.rest.RestClient]
20170606-07:15:00: [WARN]: Cookie rejected [JSESSIONID="DF4DC7E9CB4FC6DDA01462FBA22D4E7D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0586507E-763A-4850-94D0-4B9055895C08}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0586507E-763A-4850-94D0-4B9055895C08%7D [org.dataone.client.rest.RestClient]
20170606-07:15:01: [WARN]: Cookie rejected [JSESSIONID="86820FBBF7340D18CD4CBE96BEEC4F9E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{058DAA8E-226D-4F1A-9ECC-A9AFCA16C484}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B058DAA8E-226D-4F1A-9ECC-A9AFCA16C484%7D [org.dataone.client.rest.RestClient]
20170606-07:15:01: [WARN]: Cookie rejected [JSESSIONID="52FE756A621CFFED2C677AA80356EE33", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{058E2560-744B-49E5-90C7-1002EB287FBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B058E2560-744B-49E5-90C7-1002EB287FBB%7D [org.dataone.client.rest.RestClient]
20170606-07:15:02: [WARN]: Cookie rejected [JSESSIONID="5ACB140904C2813FAC316EDA8E4526F9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{058E40F3-B67B-4473-AD5C-FC56A2AEA675}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B058E40F3-B67B-4473-AD5C-FC56A2AEA675%7D [org.dataone.client.rest.RestClient]
20170606-07:15:03: [WARN]: Cookie rejected [JSESSIONID="71D8578514D384B636E1E48B0A6FD00F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0592BBD3-DA25-46BE-9474-9D4C25C7A38A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0592BBD3-DA25-46BE-9474-9D4C25C7A38A%7D [org.dataone.client.rest.RestClient]
20170606-07:15:03: [WARN]: Cookie rejected [JSESSIONID="E6A23372ABCC582406A656CFB9871430", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0593364C-5FDC-4890-A11A-FA2A68137152}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0593364C-5FDC-4890-A11A-FA2A68137152%7D [org.dataone.client.rest.RestClient]
20170606-07:15:04: [WARN]: Cookie rejected [JSESSIONID="38F2B109B063CD6F25B03FFED34CEB0C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0594B019-698A-474D-AF27-4DC28B84AE0A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0594B019-698A-474D-AF27-4DC28B84AE0A%7D [org.dataone.client.rest.RestClient]
20170606-07:15:05: [WARN]: Cookie rejected [JSESSIONID="856FB0D4A12E354D8E8650066E7F596A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{059C6A13-04CA-4675-B03D-8DC863FD9908}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B059C6A13-04CA-4675-B03D-8DC863FD9908%7D [org.dataone.client.rest.RestClient]
20170606-07:15:05: [WARN]: Cookie rejected [JSESSIONID="EAB5E5A064AECCD485D3B13F59DA932A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{059F239D-B022-43E4-9C4E-59801E44E636}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B059F239D-B022-43E4-9C4E-59801E44E636%7D [org.dataone.client.rest.RestClient]
20170606-07:15:06: [WARN]: Cookie rejected [JSESSIONID="335C1FCE4DF82236A58781F1EB86BED8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05A22257-41D0-4344-88D2-6CC10DBC2B3D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05A22257-41D0-4344-88D2-6CC10DBC2B3D%7D [org.dataone.client.rest.RestClient]
20170606-07:15:06: [WARN]: Cookie rejected [JSESSIONID="67FD2810A480216616B77DBE72532CB0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05A35B30-17B8-49A4-A587-06A431A45194}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05A35B30-17B8-49A4-A587-06A431A45194%7D [org.dataone.client.rest.RestClient]
20170606-07:15:07: [WARN]: Cookie rejected [JSESSIONID="9EFF2B47AF54D57EC061DD5FA8FF20C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05A5E041-6956-4EF6-985C-FFC028D43301}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05A5E041-6956-4EF6-985C-FFC028D43301%7D [org.dataone.client.rest.RestClient]
20170606-07:15:08: [WARN]: Cookie rejected [JSESSIONID="60E4833DE8B011CE545F61D0FCE65739", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05A88796-A542-4B3F-B2FF-0EF602AE7F42}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05A88796-A542-4B3F-B2FF-0EF602AE7F42%7D [org.dataone.client.rest.RestClient]
20170606-07:15:08: [WARN]: Cookie rejected [JSESSIONID="7ECC155D42505DB2431AD844E66B2BD5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05A898B7-E0AD-40AB-BC0A-8988BC3E644E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05A898B7-E0AD-40AB-BC0A-8988BC3E644E%7D [org.dataone.client.rest.RestClient]
20170606-07:15:09: [WARN]: Cookie rejected [JSESSIONID="9C3B01B9F2BB92EBCA717443CDC2D062", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05A9D4CD-4AE1-43B3-9E53-4FACA508A4AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05A9D4CD-4AE1-43B3-9E53-4FACA508A4AE%7D [org.dataone.client.rest.RestClient]
20170606-07:15:10: [WARN]: Cookie rejected [JSESSIONID="457D9A1B9F527D04CFAEAC2FD16673E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05AA9127-9C75-42D2-8F2A-C6748F741D11}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05AA9127-9C75-42D2-8F2A-C6748F741D11%7D [org.dataone.client.rest.RestClient]
20170606-07:15:10: [WARN]: Cookie rejected [JSESSIONID="4614A3A41C31DEB9B4396167A5B0ECEB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05AB8947-4964-4A81-B8F5-EB368533A194}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05AB8947-4964-4A81-B8F5-EB368533A194%7D [org.dataone.client.rest.RestClient]
20170606-07:15:11: [WARN]: Cookie rejected [JSESSIONID="2B0FF29740C4BA69745E70CD501129E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05ACC8B5-2185-4F1D-A8FF-08FF8FA6DCA5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05ACC8B5-2185-4F1D-A8FF-08FF8FA6DCA5%7D [org.dataone.client.rest.RestClient]
20170606-07:15:12: [WARN]: Cookie rejected [JSESSIONID="5B0DB34EE3852B642C0963D9C35226C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05AD33AF-F3A1-4D39-A5CF-6D43CB47BF56}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05AD33AF-F3A1-4D39-A5CF-6D43CB47BF56%7D [org.dataone.client.rest.RestClient]
20170606-07:15:12: [WARN]: Cookie rejected [JSESSIONID="A96218E24D776B717CCB1672B8E3B4FB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05B0719D-91EB-47C6-BC6E-DDEE5D8549E1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05B0719D-91EB-47C6-BC6E-DDEE5D8549E1%7D [org.dataone.client.rest.RestClient]
20170606-07:15:13: [WARN]: Cookie rejected [JSESSIONID="B56A132A004D502E762DD7936328D1C4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05B0F7C8-1F19-4DEB-B3DD-251D63477751}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05B0F7C8-1F19-4DEB-B3DD-251D63477751%7D [org.dataone.client.rest.RestClient]
20170606-07:15:14: [WARN]: Cookie rejected [JSESSIONID="E80AC240C61DABD5DA75ABFD74C1DE59", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05C269BF-21A0-4352-9F6C-F5F1EB4CACFB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05C269BF-21A0-4352-9F6C-F5F1EB4CACFB%7D [org.dataone.client.rest.RestClient]
20170606-07:15:14: [WARN]: Cookie rejected [JSESSIONID="FC3058C2DC8F72BFE1C9B6DACEADF349", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05C7C5B7-B8A6-4138-B77A-DC7DC5351663}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05C7C5B7-B8A6-4138-B77A-DC7DC5351663%7D [org.dataone.client.rest.RestClient]
20170606-07:15:15: [WARN]: Cookie rejected [JSESSIONID="0FD3AE584B19932E9FA59700F49BEA8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05CCCF80-5DC3-48F2-A567-A887EA2C7507}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05CCCF80-5DC3-48F2-A567-A887EA2C7507%7D [org.dataone.client.rest.RestClient]
20170606-07:15:16: [WARN]: Cookie rejected [JSESSIONID="B684C3E09010C47DD55EAAEAF96CF72A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D15051-0513-4A2F-80D8-641939D913A8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D15051-0513-4A2F-80D8-641939D913A8%7D [org.dataone.client.rest.RestClient]
20170606-07:15:16: [WARN]: Cookie rejected [JSESSIONID="E8036A3D98EFED2BB7277A25F3FBE363", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D214CE-DB8D-4D15-A76C-A7F17191265B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D214CE-DB8D-4D15-A76C-A7F17191265B%7D [org.dataone.client.rest.RestClient]
20170606-07:15:17: [WARN]: Cookie rejected [JSESSIONID="299A6E84EC23528CDA4297DE174213DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D2A024-A053-4572-B5E8-5B4DEAE8BA6B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D2A024-A053-4572-B5E8-5B4DEAE8BA6B%7D [org.dataone.client.rest.RestClient]
20170606-07:15:17: [WARN]: Cookie rejected [JSESSIONID="6E10FA8569AFF98C92AD8C39659DCDD8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D36125-B430-46A7-9BD3-004287FA5BF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D36125-B430-46A7-9BD3-004287FA5BF0%7D [org.dataone.client.rest.RestClient]
20170606-07:15:18: [WARN]: Cookie rejected [JSESSIONID="8D2B874C5686EB0270CDB757C70E8A91", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D45B50-AB33-44C4-9378-D9E5A6916C8C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D45B50-AB33-44C4-9378-D9E5A6916C8C%7D [org.dataone.client.rest.RestClient]
20170606-07:15:19: [WARN]: Cookie rejected [JSESSIONID="D2D6EE1BB2B60D958D7EBFA1E8C2C053", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D505C4-6910-46FC-B397-A6D6302289FC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D505C4-6910-46FC-B397-A6D6302289FC%7D [org.dataone.client.rest.RestClient]
20170606-07:15:19: [WARN]: Cookie rejected [JSESSIONID="1E76C735014F7E92023E1B02DCCEF65C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D67F40-AD7C-4D93-9BDD-06F9A2972799}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D67F40-AD7C-4D93-9BDD-06F9A2972799%7D [org.dataone.client.rest.RestClient]
20170606-07:15:20: [WARN]: Cookie rejected [JSESSIONID="AE71C0663D1D70BC8B618E01D89FBCAA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05D74067-AF4E-4557-8EDC-F23661790515}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05D74067-AF4E-4557-8EDC-F23661790515%7D [org.dataone.client.rest.RestClient]
20170606-07:15:21: [WARN]: Cookie rejected [JSESSIONID="70415B3DFE737CFB452BD6B11C64F3CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05DB7A2C-91DF-4376-B699-530EF8FF5A28}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05DB7A2C-91DF-4376-B699-530EF8FF5A28%7D [org.dataone.client.rest.RestClient]
20170606-07:15:21: [WARN]: Cookie rejected [JSESSIONID="F39742CE6999558B13D6C9B98B1A4B2F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05E0391E-62AC-4841-8498-1648BEE13A62}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05E0391E-62AC-4841-8498-1648BEE13A62%7D [org.dataone.client.rest.RestClient]
20170606-07:15:22: [WARN]: Cookie rejected [JSESSIONID="966BA5BAE432836E990C6778E42C865B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05E18AF7-2404-4129-97AD-66620FF7DF10}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05E18AF7-2404-4129-97AD-66620FF7DF10%7D [org.dataone.client.rest.RestClient]
20170606-07:15:23: [WARN]: Cookie rejected [JSESSIONID="0145EC8AAD89A5A7E48E1326C4C507B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05E640D0-F394-4CFE-85E6-FC9C2B3676AC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05E640D0-F394-4CFE-85E6-FC9C2B3676AC%7D [org.dataone.client.rest.RestClient]
20170606-07:15:23: [WARN]: Cookie rejected [JSESSIONID="7E5A260F1F5A40AE2D43FDC259F93E5B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05E69779-CE6C-468F-8F70-F0BE55969EA1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05E69779-CE6C-468F-8F70-F0BE55969EA1%7D [org.dataone.client.rest.RestClient]
20170606-07:15:24: [WARN]: Cookie rejected [JSESSIONID="1AD57BDF8FC353711708EE847AFD5269", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05EE64AE-0255-4229-B961-F9E9398FBCBF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05EE64AE-0255-4229-B961-F9E9398FBCBF%7D [org.dataone.client.rest.RestClient]
20170606-07:15:25: [WARN]: Cookie rejected [JSESSIONID="BB2D662B42A2FDFC85A01EF83606948F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05F12FE8-649B-4D6A-A1A3-8092DD39482B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05F12FE8-649B-4D6A-A1A3-8092DD39482B%7D [org.dataone.client.rest.RestClient]
20170606-07:15:25: [WARN]: Cookie rejected [JSESSIONID="A853027E2BF2E4DED66BA1E4A06115BD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05F20446-51BC-43B2-A102-DF8066AA1154}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05F20446-51BC-43B2-A102-DF8066AA1154%7D [org.dataone.client.rest.RestClient]
20170606-07:15:26: [WARN]: Cookie rejected [JSESSIONID="F40DD6C5019407838874AD997436AEF0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05F34E94-BFD3-41F8-BAF4-3DE92DE57748}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05F34E94-BFD3-41F8-BAF4-3DE92DE57748%7D [org.dataone.client.rest.RestClient]
20170606-07:15:27: [WARN]: Cookie rejected [JSESSIONID="5A12A6CFA5C991F1BA448EDDEADDB61F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05FC202C-A8D8-4B0C-A31D-B14011FE0BAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05FC202C-A8D8-4B0C-A31D-B14011FE0BAA%7D [org.dataone.client.rest.RestClient]
20170606-07:15:27: [WARN]: Cookie rejected [JSESSIONID="C505A7CE12A2595DF959D18A05F2F8F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{05FDA0F4-6290-481B-89AE-2A73B6A8361E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B05FDA0F4-6290-481B-89AE-2A73B6A8361E%7D [org.dataone.client.rest.RestClient]
20170606-07:15:28: [WARN]: Cookie rejected [JSESSIONID="C832E5CAE2AE638C2C1F8063D02B4343", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0602D6B5-1C87-4C02-BD44-CD04B84B20F4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0602D6B5-1C87-4C02-BD44-CD04B84B20F4%7D [org.dataone.client.rest.RestClient]
20170606-07:15:29: [WARN]: Cookie rejected [JSESSIONID="496A5CDDF6779D3B2E36049B14F33015", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06031F9D-E01B-4CE8-865A-389A28CD2180}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06031F9D-E01B-4CE8-865A-389A28CD2180%7D [org.dataone.client.rest.RestClient]
20170606-07:15:29: [WARN]: Cookie rejected [JSESSIONID="36763711D8F0ABB1370EB445C7DA1DA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06056789-86DD-4C6E-8252-EB855A639F30}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06056789-86DD-4C6E-8252-EB855A639F30%7D [org.dataone.client.rest.RestClient]
20170606-07:15:30: [WARN]: Cookie rejected [JSESSIONID="06AF4A9251B168BBD932A3F3547C715B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06067FE4-B29E-4379-AB23-FA86F86A200B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06067FE4-B29E-4379-AB23-FA86F86A200B%7D [org.dataone.client.rest.RestClient]
20170606-07:15:30: [WARN]: Cookie rejected [JSESSIONID="5F66AE97B472749180526B36BD9FE5B9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{060913B3-86D3-49E1-864B-8963BFA17BDB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B060913B3-86D3-49E1-864B-8963BFA17BDB%7D [org.dataone.client.rest.RestClient]
20170606-07:15:31: [WARN]: Cookie rejected [JSESSIONID="C6E1783761D82151395F343E82F8DB18", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0609B321-D232-43E7-A0EC-538629786C5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0609B321-D232-43E7-A0EC-538629786C5F%7D [org.dataone.client.rest.RestClient]
20170606-07:15:32: [WARN]: Cookie rejected [JSESSIONID="B3399E922F1C6CCF14DA0239C05D7A48", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{060E1B49-D60B-4741-89A1-2163246125E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B060E1B49-D60B-4741-89A1-2163246125E2%7D [org.dataone.client.rest.RestClient]
20170606-07:15:32: [WARN]: Cookie rejected [JSESSIONID="131A071BBCEF5A5A1D515A3FA7E30292", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06197E6C-39F7-4DB1-86E2-A9B6E521B504}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06197E6C-39F7-4DB1-86E2-A9B6E521B504%7D [org.dataone.client.rest.RestClient]
20170606-07:15:33: [WARN]: Cookie rejected [JSESSIONID="9760E6DE7ADDC2759F94BA164A2FB977", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{061D81B5-3F0B-4B8B-924E-E8FCCDF6676C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B061D81B5-3F0B-4B8B-924E-E8FCCDF6676C%7D [org.dataone.client.rest.RestClient]
20170606-07:15:33: [WARN]: Cookie rejected [JSESSIONID="1E6F13AFCF9FC685E256F0D9B6833380", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{061DB9BB-135E-4A6A-B1CD-E463A0DCDF7F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B061DB9BB-135E-4A6A-B1CD-E463A0DCDF7F%7D [org.dataone.client.rest.RestClient]
20170606-07:15:34: [WARN]: Cookie rejected [JSESSIONID="EA63772FFC4CB116D1AEE03D03E4BE9B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06201340-0E91-4190-8E72-758A5A668C7A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06201340-0E91-4190-8E72-758A5A668C7A%7D [org.dataone.client.rest.RestClient]
20170606-07:15:35: [WARN]: Cookie rejected [JSESSIONID="A2EA63577C0A64021244A6CD5B52D9B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0621972B-FC0E-44F5-8121-4799EB8E9003}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0621972B-FC0E-44F5-8121-4799EB8E9003%7D [org.dataone.client.rest.RestClient]
20170606-07:15:35: [WARN]: Cookie rejected [JSESSIONID="02B19B8CDD328B592776099A5E331459", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0621C2C4-293E-4CAC-9CA3-3744598EEC56}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0621C2C4-293E-4CAC-9CA3-3744598EEC56%7D [org.dataone.client.rest.RestClient]
20170606-07:15:36: [WARN]: Cookie rejected [JSESSIONID="B7784B27D755455E9503CD52F6BD0586", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{062379D2-1C45-486D-8AEB-E15DF6B741A5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B062379D2-1C45-486D-8AEB-E15DF6B741A5%7D [org.dataone.client.rest.RestClient]
20170606-07:15:37: [WARN]: Cookie rejected [JSESSIONID="BE2F77505D7D4CD29F8115FEB5CE5D7B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0626F845-876A-4544-9EE0-D5DDEB310EC1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0626F845-876A-4544-9EE0-D5DDEB310EC1%7D [org.dataone.client.rest.RestClient]
20170606-07:15:37: [WARN]: Cookie rejected [JSESSIONID="6EF5D3060A1BEC62DB26D569C1B4A33D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06285D6F-9574-40DA-9A16-A4E9C11251DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06285D6F-9574-40DA-9A16-A4E9C11251DD%7D [org.dataone.client.rest.RestClient]
20170606-07:15:38: [WARN]: Cookie rejected [JSESSIONID="A0981CE5E50536D378D4D13C78E78858", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{062B076B-3D89-4289-82D4-4F71480CE0AC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B062B076B-3D89-4289-82D4-4F71480CE0AC%7D [org.dataone.client.rest.RestClient]
20170606-07:15:39: [WARN]: Cookie rejected [JSESSIONID="C8C41B45C4CF99C3FA81B9CA9051FE2C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{062D630F-D4FB-4289-909F-0BBD79DF3CAF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B062D630F-D4FB-4289-909F-0BBD79DF3CAF%7D [org.dataone.client.rest.RestClient]
20170606-07:15:39: [WARN]: Cookie rejected [JSESSIONID="C17F860E73EA1411C780A69BBF0FC29B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06320E6B-7E46-4655-BA7D-2D273C4B6AF9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06320E6B-7E46-4655-BA7D-2D273C4B6AF9%7D [org.dataone.client.rest.RestClient]
20170606-07:15:40: [WARN]: Cookie rejected [JSESSIONID="63D52080A26BD25B7B7ABF96F1A706AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{063A6C85-A20D-4D0C-8470-BFABCECFC6A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B063A6C85-A20D-4D0C-8470-BFABCECFC6A6%7D [org.dataone.client.rest.RestClient]
20170606-07:15:40: [WARN]: Cookie rejected [JSESSIONID="C99974270916F94786C76B147269FA90", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{063A7E84-71DB-4309-AC96-00C7BD9AE368}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B063A7E84-71DB-4309-AC96-00C7BD9AE368%7D [org.dataone.client.rest.RestClient]
20170606-07:15:41: [WARN]: Cookie rejected [JSESSIONID="00EAAEE4AF0514FFF005755802F15D96", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{063BCFFE-193B-4C4E-91F3-A1F92BAEFE0F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B063BCFFE-193B-4C4E-91F3-A1F92BAEFE0F%7D [org.dataone.client.rest.RestClient]
20170606-07:15:42: [WARN]: Cookie rejected [JSESSIONID="BA4792F13E42C7C2AE7579FADA8877A8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{063C8A93-151B-422C-8D29-5726126215D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B063C8A93-151B-422C-8D29-5726126215D7%7D [org.dataone.client.rest.RestClient]
20170606-07:15:42: [WARN]: Cookie rejected [JSESSIONID="EA7F30CAB65196237629E824F7887BF2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{063FD3E6-3F71-4C25-8CDB-9D67FA212A6C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B063FD3E6-3F71-4C25-8CDB-9D67FA212A6C%7D [org.dataone.client.rest.RestClient]
20170606-07:15:43: [WARN]: Cookie rejected [JSESSIONID="8EC3559E7B2282941A772BB86EDECC18", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06418883-BE3F-4526-9701-71CCF1C79340}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06418883-BE3F-4526-9701-71CCF1C79340%7D [org.dataone.client.rest.RestClient]
20170606-07:15:43: [WARN]: Cookie rejected [JSESSIONID="D0C1DA6BC4DCC6F2FD9847511BF0103D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0646A22C-AE4E-46FA-ABEE-0AD342CD7473}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0646A22C-AE4E-46FA-ABEE-0AD342CD7473%7D [org.dataone.client.rest.RestClient]
20170606-07:15:44: [WARN]: Cookie rejected [JSESSIONID="03D8C110AA8D40F2099706770F73E7E6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0649DF8C-A55C-4F54-A242-CB684B3F7424}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0649DF8C-A55C-4F54-A242-CB684B3F7424%7D [org.dataone.client.rest.RestClient]
20170606-07:15:45: [WARN]: Cookie rejected [JSESSIONID="195875603DAFBD8278D927D640BDB2DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{064AF9D6-5F78-45F9-916C-742431679ECF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B064AF9D6-5F78-45F9-916C-742431679ECF%7D [org.dataone.client.rest.RestClient]
20170606-07:15:46: [WARN]: Cookie rejected [JSESSIONID="4960DD89570973CDAF0557FDE0ED83C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{064DE5A2-7CEB-41C8-ACB0-DEA17C0FBFBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B064DE5A2-7CEB-41C8-ACB0-DEA17C0FBFBB%7D [org.dataone.client.rest.RestClient]
20170606-07:15:46: [WARN]: Cookie rejected [JSESSIONID="E55223F3B9F268C449FEC7F63F9D2C05", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0650FCB9-653F-4A6C-8C01-BE20E3FA05EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0650FCB9-653F-4A6C-8C01-BE20E3FA05EB%7D [org.dataone.client.rest.RestClient]
20170606-07:15:47: [WARN]: Cookie rejected [JSESSIONID="DA18F0A3F2D73C0268C626B1ADDD1C78", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0658E514-A02B-44A4-A544-8B6592046DDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0658E514-A02B-44A4-A544-8B6592046DDA%7D [org.dataone.client.rest.RestClient]
20170606-07:15:48: [WARN]: Cookie rejected [JSESSIONID="254B98C14EB7BCA07C10FB363F711BD9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{065A14B6-3230-40CA-9129-CD9D73FB1F2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B065A14B6-3230-40CA-9129-CD9D73FB1F2D%7D [org.dataone.client.rest.RestClient]
20170606-07:15:48: [WARN]: Cookie rejected [JSESSIONID="13FE6A3C43BED4D1B9E0F046E7F4EFD8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{065BEDEF-7E8B-49AB-9F1C-B53A5BD5DCF2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B065BEDEF-7E8B-49AB-9F1C-B53A5BD5DCF2%7D [org.dataone.client.rest.RestClient]
20170606-07:15:49: [WARN]: Cookie rejected [JSESSIONID="1609997C53FED03CB13C7B11F5CF06F7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06667E74-9C17-4AA4-B83A-A78355B518C9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06667E74-9C17-4AA4-B83A-A78355B518C9%7D [org.dataone.client.rest.RestClient]
20170606-07:15:50: [WARN]: Cookie rejected [JSESSIONID="20AA054E4FA9DAD6BB63C1F989E3D13C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0672166F-6097-4A21-9A05-A1FEC279F821}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0672166F-6097-4A21-9A05-A1FEC279F821%7D [org.dataone.client.rest.RestClient]
20170606-07:15:50: [WARN]: Cookie rejected [JSESSIONID="9980A92D0B72F034A4415034F452530F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0675AEBD-61D7-4AB6-A3D7-9E77AA149EA9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0675AEBD-61D7-4AB6-A3D7-9E77AA149EA9%7D [org.dataone.client.rest.RestClient]
20170606-07:15:51: [WARN]: Cookie rejected [JSESSIONID="1ED0B18FFCD462A181430E14C0E852B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{067AEEA6-044D-49EA-9A90-F07B6D8D5347}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B067AEEA6-044D-49EA-9A90-F07B6D8D5347%7D [org.dataone.client.rest.RestClient]
20170606-07:15:51: [WARN]: Cookie rejected [JSESSIONID="AA4776B9C264D6C25162F0F3A000FE02", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06823B7B-FFE1-44C7-88C8-6F96FF187A51}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06823B7B-FFE1-44C7-88C8-6F96FF187A51%7D [org.dataone.client.rest.RestClient]
20170606-07:15:52: [WARN]: Cookie rejected [JSESSIONID="A8A915C8CA5C828CA732D18E92A4F2AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06838BAD-493C-4634-A340-0F8CFF80B3A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06838BAD-493C-4634-A340-0F8CFF80B3A0%7D [org.dataone.client.rest.RestClient]
20170606-07:15:53: [WARN]: Cookie rejected [JSESSIONID="95E5C445852DA812492B79A0E08D56A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0686BF41-8D7B-48F1-8405-43A97E399309}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0686BF41-8D7B-48F1-8405-43A97E399309%7D [org.dataone.client.rest.RestClient]
20170606-07:15:53: [WARN]: Cookie rejected [JSESSIONID="0E530A747295763BD802C1D1DBBDFD13", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0688F7EF-91E4-481B-97A4-03ABFB4303CD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0688F7EF-91E4-481B-97A4-03ABFB4303CD%7D [org.dataone.client.rest.RestClient]
20170606-07:15:54: [WARN]: Cookie rejected [JSESSIONID="651E8B0138D95BF542D64185EC289245", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{068BD397-BB0B-4FAA-A624-73151927EAD7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B068BD397-BB0B-4FAA-A624-73151927EAD7%7D [org.dataone.client.rest.RestClient]
20170606-07:15:55: [WARN]: Cookie rejected [JSESSIONID="8ABD84D414539630B69E0D710A9F2323", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{068CDE42-C82F-48CF-AAD6-9D2F3CC0A2EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B068CDE42-C82F-48CF-AAD6-9D2F3CC0A2EF%7D [org.dataone.client.rest.RestClient]
20170606-07:15:55: [WARN]: Cookie rejected [JSESSIONID="64811689A0ED483D614AC3B5933E82B9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06903E76-DD37-4401-A7BD-6F8DCBE901C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06903E76-DD37-4401-A7BD-6F8DCBE901C2%7D [org.dataone.client.rest.RestClient]
20170606-07:15:56: [WARN]: Cookie rejected [JSESSIONID="C364021FB9D5213CEFFA2EF6B431E5ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06909360-57B0-4D2F-9DEA-723C8C37B840}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06909360-57B0-4D2F-9DEA-723C8C37B840%7D [org.dataone.client.rest.RestClient]
20170606-07:15:57: [WARN]: Cookie rejected [JSESSIONID="6918FB15F629D747FCCAFD47E79B7F68", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0691EE1E-4963-4633-91E5-E4A3B6AFBD32}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0691EE1E-4963-4633-91E5-E4A3B6AFBD32%7D [org.dataone.client.rest.RestClient]
20170606-07:15:57: [WARN]: Cookie rejected [JSESSIONID="B9734D0A0F097AF205883F4D9D3769E0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06961407-35E7-42E9-A786-36668F840848}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06961407-35E7-42E9-A786-36668F840848%7D [org.dataone.client.rest.RestClient]
20170606-07:15:58: [WARN]: Cookie rejected [JSESSIONID="A0C9761B8E38FF2B4A83BAB141EEF62B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0696D1AE-3C53-469A-886D-E032BF9AE83A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0696D1AE-3C53-469A-886D-E032BF9AE83A%7D [org.dataone.client.rest.RestClient]
20170606-07:15:59: [WARN]: Cookie rejected [JSESSIONID="8DEF782AFE81F9C43A2CD70062864A74", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{069A0B75-281B-45CA-86EE-849078DB1DAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B069A0B75-281B-45CA-86EE-849078DB1DAA%7D [org.dataone.client.rest.RestClient]
20170606-07:15:59: [WARN]: Cookie rejected [JSESSIONID="52EBBE239F2948AF91DFD3055965EA8E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{069A71E6-6D2E-46EA-87D2-BB4001FAF2D0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:15:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B069A71E6-6D2E-46EA-87D2-BB4001FAF2D0%7D [org.dataone.client.rest.RestClient]
20170606-07:16:00: [WARN]: Cookie rejected [JSESSIONID="28F2E55E2566FC639F0302CB36F66E14", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{069C346E-ED96-438E-913C-BF6CF6F89B0E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B069C346E-ED96-438E-913C-BF6CF6F89B0E%7D [org.dataone.client.rest.RestClient]
20170606-07:16:01: [WARN]: Cookie rejected [JSESSIONID="0EB4921E5B6421FE56FB9A2BC108C9CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06A5004A-3A08-4E3A-B09F-74EE46A1041A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06A5004A-3A08-4E3A-B09F-74EE46A1041A%7D [org.dataone.client.rest.RestClient]
20170606-07:16:01: [WARN]: Cookie rejected [JSESSIONID="3758CA8AF8F22D50AB04BB5DA93B1E06", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06A64A3A-58B6-4B25-AC83-5735180F0821}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06A64A3A-58B6-4B25-AC83-5735180F0821%7D [org.dataone.client.rest.RestClient]
20170606-07:16:02: [WARN]: Cookie rejected [JSESSIONID="64A90EBCE603D9FFD713F2A5587499DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06A7DE4B-F580-4AA2-938E-042DA135F16A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06A7DE4B-F580-4AA2-938E-042DA135F16A%7D [org.dataone.client.rest.RestClient]
20170606-07:16:02: [WARN]: Cookie rejected [JSESSIONID="84EEEA5E48D4A77742C5CCEFD6BF6B75", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06A9857A-2C66-4B43-89FC-040EB9C89258}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06A9857A-2C66-4B43-89FC-040EB9C89258%7D [org.dataone.client.rest.RestClient]
20170606-07:16:03: [WARN]: Cookie rejected [JSESSIONID="B1004761F760C6837B528C0789BC2C3E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06AACDFF-8E06-4064-A897-96A9C7FC3A1E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06AACDFF-8E06-4064-A897-96A9C7FC3A1E%7D [org.dataone.client.rest.RestClient]
20170606-07:16:04: [WARN]: Cookie rejected [JSESSIONID="91EAD74667A99DD8C8D0C968C1527D35", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06B1709C-7671-4E4E-8439-EA33E22D3260}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06B1709C-7671-4E4E-8439-EA33E22D3260%7D [org.dataone.client.rest.RestClient]
20170606-07:16:04: [WARN]: Cookie rejected [JSESSIONID="CBC7311C9A15EBFD1F8532628DB7060E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06B255D4-3D76-4D55-97FE-27D5D4CF6E72}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06B255D4-3D76-4D55-97FE-27D5D4CF6E72%7D [org.dataone.client.rest.RestClient]
20170606-07:16:05: [WARN]: Cookie rejected [JSESSIONID="9E13762909A854371B1A32C733FEA7EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06B37B28-A2A8-46E1-A7E2-2D0906E45392}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06B37B28-A2A8-46E1-A7E2-2D0906E45392%7D [org.dataone.client.rest.RestClient]
20170606-07:16:06: [WARN]: Cookie rejected [JSESSIONID="3797C75FE2D797445DA2218FDF535E98", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06B83DE9-4B84-4A26-8F64-FD58E49DC67B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06B83DE9-4B84-4A26-8F64-FD58E49DC67B%7D [org.dataone.client.rest.RestClient]
20170606-07:16:06: [WARN]: Cookie rejected [JSESSIONID="1AFD18625F15EF7EDDD0A146AF9A7A98", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06BF309D-02AF-49CF-85F8-52E8B09DA1B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06BF309D-02AF-49CF-85F8-52E8B09DA1B7%7D [org.dataone.client.rest.RestClient]
20170606-07:16:07: [WARN]: Cookie rejected [JSESSIONID="9951E8CB831E90B608A59B6EE2544542", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C07D00-7456-475A-A113-3DCD80005A7C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C07D00-7456-475A-A113-3DCD80005A7C%7D [org.dataone.client.rest.RestClient]
20170606-07:16:08: [WARN]: Cookie rejected [JSESSIONID="17FDDA789E0BC0DE9B2939DA38CB86F9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C2DDB7-3B9A-46AD-93F5-D2C70E40E137}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C2DDB7-3B9A-46AD-93F5-D2C70E40E137%7D [org.dataone.client.rest.RestClient]
20170606-07:16:08: [WARN]: Cookie rejected [JSESSIONID="2E3392879E3D6FE7E6534310B9F350BC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C2EF8B-A69C-4DD3-BC34-942690044632}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C2EF8B-A69C-4DD3-BC34-942690044632%7D [org.dataone.client.rest.RestClient]
20170606-07:16:09: [WARN]: Cookie rejected [JSESSIONID="6E5860328911DF737BB4055CE8F5D652", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C60ECD-78EA-48DC-A5E0-210644AEB168}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C60ECD-78EA-48DC-A5E0-210644AEB168%7D [org.dataone.client.rest.RestClient]
20170606-07:16:10: [WARN]: Cookie rejected [JSESSIONID="CCFD0240E98112188B6CD21687105472", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C7BCDA-3E1E-463A-A8A0-39CA13E13EAA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C7BCDA-3E1E-463A-A8A0-39CA13E13EAA%7D [org.dataone.client.rest.RestClient]
20170606-07:16:10: [WARN]: Cookie rejected [JSESSIONID="CEDD99C3C76B4A24966A4AD784FE1386", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C7F35D-5C20-4E34-ADBC-5A77D76E8E01}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C7F35D-5C20-4E34-ADBC-5A77D76E8E01%7D [org.dataone.client.rest.RestClient]
20170606-07:16:11: [WARN]: Cookie rejected [JSESSIONID="465F03EBEE8EAD272EC589AE8C94DFB0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C84BDC-05B6-4C87-9A80-588E74854BA2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C84BDC-05B6-4C87-9A80-588E74854BA2%7D [org.dataone.client.rest.RestClient]
20170606-07:16:12: [WARN]: Cookie rejected [JSESSIONID="1008DC0D196D52DADA4BF262424B1AAD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06C9B2BD-D5D3-48D7-A90A-2856752FCE0C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06C9B2BD-D5D3-48D7-A90A-2856752FCE0C%7D [org.dataone.client.rest.RestClient]
20170606-07:16:12: [WARN]: Cookie rejected [JSESSIONID="F2FC249FA9EA220013240A448FD27E05", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06CE1D58-2CF4-4DA4-B92D-CA99FE7149D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06CE1D58-2CF4-4DA4-B92D-CA99FE7149D7%7D [org.dataone.client.rest.RestClient]
20170606-07:16:13: [WARN]: Cookie rejected [JSESSIONID="BD0A0921C10EB8F383B8AEBE84C5A1BE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06D1EDAF-6A7E-45D7-978E-14E84DA99181}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06D1EDAF-6A7E-45D7-978E-14E84DA99181%7D [org.dataone.client.rest.RestClient]
20170606-07:16:13: [WARN]: Cookie rejected [JSESSIONID="D0C3096442473E2DFA04FFEAEFF503FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06D344FC-7FC3-4150-992C-6FAB99603D10}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06D344FC-7FC3-4150-992C-6FAB99603D10%7D [org.dataone.client.rest.RestClient]
20170606-07:16:14: [WARN]: Cookie rejected [JSESSIONID="B8895F69EA5B387ED3D5F6039E6A8020", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06D3622D-78F8-4079-A27D-965227F12561}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06D3622D-78F8-4079-A27D-965227F12561%7D [org.dataone.client.rest.RestClient]
20170606-07:16:15: [WARN]: Cookie rejected [JSESSIONID="2DD7E9A8A9A1314B1CB1858A4B985F45", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06D395B8-A6C8-4E7F-BAD0-B9CB60BA8091}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06D395B8-A6C8-4E7F-BAD0-B9CB60BA8091%7D [org.dataone.client.rest.RestClient]
20170606-07:16:15: [WARN]: Cookie rejected [JSESSIONID="22186AFE05EC2C3B0DFD74BC107CA1E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06D63622-0041-4137-8CE8-3514C02E6891}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06D63622-0041-4137-8CE8-3514C02E6891%7D [org.dataone.client.rest.RestClient]
20170606-07:16:16: [WARN]: Cookie rejected [JSESSIONID="A27D54A937FCC077F6D111FAB153BA4E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06DFEA10-EDDD-433A-B972-5A0BB20940EA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06DFEA10-EDDD-433A-B972-5A0BB20940EA%7D [org.dataone.client.rest.RestClient]
20170606-07:16:17: [WARN]: Cookie rejected [JSESSIONID="60264DF7D5B81BF3FCA3813867CFF38D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06E014ED-3E33-4247-861F-8083C6341AB8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06E014ED-3E33-4247-861F-8083C6341AB8%7D [org.dataone.client.rest.RestClient]
20170606-07:16:17: [WARN]: Cookie rejected [JSESSIONID="49BD539E81E266A95836EB0228CAFA96", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06E0C03E-42D6-49B7-B814-533F9707EC55}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06E0C03E-42D6-49B7-B814-533F9707EC55%7D [org.dataone.client.rest.RestClient]
20170606-07:16:18: [WARN]: Cookie rejected [JSESSIONID="05F5DFD85E3CAAAC3E1AD81B4273ECC0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06E342ED-DE5F-428A-A1F5-49E0CE9DC2D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06E342ED-DE5F-428A-A1F5-49E0CE9DC2D9%7D [org.dataone.client.rest.RestClient]
20170606-07:16:19: [WARN]: Cookie rejected [JSESSIONID="83BEBC9EB135F61D23EB0D8364DFDAFB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06E3EF84-3DCB-40AF-BE2C-EA5D5945BAE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06E3EF84-3DCB-40AF-BE2C-EA5D5945BAE0%7D [org.dataone.client.rest.RestClient]
20170606-07:16:19: [WARN]: Cookie rejected [JSESSIONID="F8B089C6FB179DFB29188A0CF625822B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06E61EA6-AEA9-4F65-8CB2-54D46F9F48EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06E61EA6-AEA9-4F65-8CB2-54D46F9F48EB%7D [org.dataone.client.rest.RestClient]
20170606-07:16:20: [WARN]: Cookie rejected [JSESSIONID="2D7DA41EC483D447453A80AE76265119", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06ED8B1D-288B-4655-BC94-84456EEFEEEF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06ED8B1D-288B-4655-BC94-84456EEFEEEF%7D [org.dataone.client.rest.RestClient]
20170606-07:16:21: [WARN]: Cookie rejected [JSESSIONID="2E3CC1D327D8BBA6DBE2C198B761239C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06F03C0B-712B-4210-BB70-DB1BABB5EE04}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06F03C0B-712B-4210-BB70-DB1BABB5EE04%7D [org.dataone.client.rest.RestClient]
20170606-07:16:21: [WARN]: Cookie rejected [JSESSIONID="06D13A24EB9F8A15075DD79DD551A25E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06F786D5-3A4E-42AC-9CE1-8621596182DC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06F786D5-3A4E-42AC-9CE1-8621596182DC%7D [org.dataone.client.rest.RestClient]
20170606-07:16:22: [WARN]: Cookie rejected [JSESSIONID="7F7A2B470B88BADA1AFBF4E272CFE0F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06F8189E-58D4-4EA8-8075-788EE171E9AF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06F8189E-58D4-4EA8-8075-788EE171E9AF%7D [org.dataone.client.rest.RestClient]
20170606-07:16:23: [WARN]: Cookie rejected [JSESSIONID="2B38245D68E869BD7EC3EAEABC4CCE9E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06F8C565-74AE-4D11-B308-8056E0412B49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06F8C565-74AE-4D11-B308-8056E0412B49%7D [org.dataone.client.rest.RestClient]
20170606-07:16:23: [WARN]: Cookie rejected [JSESSIONID="6C76428D5A4110E0195254A1662BB953", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06F8E096-47B2-44B0-BEFE-F0BDB3E0C176}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06F8E096-47B2-44B0-BEFE-F0BDB3E0C176%7D [org.dataone.client.rest.RestClient]
20170606-07:16:24: [WARN]: Cookie rejected [JSESSIONID="1B237C1C223D1DA720ACFE3A5B41B297", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06F90E3E-8051-4A09-AA2B-9E3ACF3F6FA2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06F90E3E-8051-4A09-AA2B-9E3ACF3F6FA2%7D [org.dataone.client.rest.RestClient]
20170606-07:16:24: [WARN]: Cookie rejected [JSESSIONID="3EFFADC0412D7B21C8438550B264A0E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06FAEB8C-869B-4920-B29F-BA0EEA4C7046}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06FAEB8C-869B-4920-B29F-BA0EEA4C7046%7D [org.dataone.client.rest.RestClient]
20170606-07:16:25: [WARN]: Cookie rejected [JSESSIONID="EFE07E39AF24AEF9CAAF086CC12445F9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06FC68A1-0A01-4325-A2AE-DBFAD86319E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06FC68A1-0A01-4325-A2AE-DBFAD86319E2%7D [org.dataone.client.rest.RestClient]
20170606-07:16:26: [WARN]: Cookie rejected [JSESSIONID="914979C566F553EB74EFB445EB54B371", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06FDE1F7-97B9-4176-A93D-358DD39B5AC9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06FDE1F7-97B9-4176-A93D-358DD39B5AC9%7D [org.dataone.client.rest.RestClient]
20170606-07:16:26: [WARN]: Cookie rejected [JSESSIONID="B4DD61C196B478830491E4110905558E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06FF2989-9E20-44BF-8EA6-CB66E32A43A6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06FF2989-9E20-44BF-8EA6-CB66E32A43A6%7D [org.dataone.client.rest.RestClient]
20170606-07:16:27: [WARN]: Cookie rejected [JSESSIONID="017818B3CB175EF160E4787391EA4F89", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{06FFAEA5-3019-4B51-B840-9BE2CA124BCD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B06FFAEA5-3019-4B51-B840-9BE2CA124BCD%7D [org.dataone.client.rest.RestClient]
20170606-07:16:28: [WARN]: Cookie rejected [JSESSIONID="779897A290409D1F80E62659096355D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07004545-CE6B-4FAD-9310-51042310196A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07004545-CE6B-4FAD-9310-51042310196A%7D [org.dataone.client.rest.RestClient]
20170606-07:16:28: [WARN]: Cookie rejected [JSESSIONID="4B21E0E8BC5E5166867F95472A68AEA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07010B00-8FD2-44BE-91B4-B3E1C2B864CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07010B00-8FD2-44BE-91B4-B3E1C2B864CF%7D [org.dataone.client.rest.RestClient]
20170606-07:16:29: [WARN]: Cookie rejected [JSESSIONID="30C3BC4F5D3E4FDAF1A334FBF91DEB86", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{070A8B63-6B7C-4057-A0F4-95825C65CDB8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B070A8B63-6B7C-4057-A0F4-95825C65CDB8%7D [org.dataone.client.rest.RestClient]
20170606-07:16:29: [WARN]: Cookie rejected [JSESSIONID="98550A7B966DF1C0CD0018AC903217E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{070B849A-6128-4F47-AA17-1C4712CCB187}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B070B849A-6128-4F47-AA17-1C4712CCB187%7D [org.dataone.client.rest.RestClient]
20170606-07:16:30: [WARN]: Cookie rejected [JSESSIONID="F597AEB85E4B3C4A0D160B4E73B2BB2C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{070CA213-47F4-47C9-874A-990AC255D57D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B070CA213-47F4-47C9-874A-990AC255D57D%7D [org.dataone.client.rest.RestClient]
20170606-07:16:31: [WARN]: Cookie rejected [JSESSIONID="BB847F34BD49A185F2F38872B49D7CD8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{070ECFDA-405B-487A-A353-168432B3BDE3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B070ECFDA-405B-487A-A353-168432B3BDE3%7D [org.dataone.client.rest.RestClient]
20170606-07:16:31: [WARN]: Cookie rejected [JSESSIONID="116D92E38D0387D9FECE1A66EE9FEB83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0712150A-F084-4F8B-B5AD-5333CD7365D3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0712150A-F084-4F8B-B5AD-5333CD7365D3%7D [org.dataone.client.rest.RestClient]
20170606-07:16:32: [WARN]: Cookie rejected [JSESSIONID="BF6BB092A3872548FADF22091E224EF6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07137686-9CED-450D-9145-3DF8769AD4A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07137686-9CED-450D-9145-3DF8769AD4A7%7D [org.dataone.client.rest.RestClient]
20170606-07:16:32: [WARN]: Cookie rejected [JSESSIONID="0497A8B3EB291544317D64153ED2FE63", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{071873E1-C7F0-4A4F-909B-EA4C5CDC53E3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B071873E1-C7F0-4A4F-909B-EA4C5CDC53E3%7D [org.dataone.client.rest.RestClient]
20170606-07:16:33: [WARN]: Cookie rejected [JSESSIONID="EB28808073C526BD7CECC7FFE22A2704", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0719071B-8CA9-4F2B-827E-82EBE08CC078}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0719071B-8CA9-4F2B-827E-82EBE08CC078%7D [org.dataone.client.rest.RestClient]
20170606-07:16:34: [WARN]: Cookie rejected [JSESSIONID="0411820F4699D43B23F39AA7BA5BDDB5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0719EAEC-2255-4D42-8E77-C0B47D3C629A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0719EAEC-2255-4D42-8E77-C0B47D3C629A%7D [org.dataone.client.rest.RestClient]
20170606-07:16:34: [WARN]: Cookie rejected [JSESSIONID="1A4687AD03342E15EF0EF0EEC9C16A5E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{071B56A8-B547-4003-AFD7-DCBFE96395C0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B071B56A8-B547-4003-AFD7-DCBFE96395C0%7D [org.dataone.client.rest.RestClient]
20170606-07:16:35: [WARN]: Cookie rejected [JSESSIONID="F76A90F93D58DCB0A98F6B4FF246DD25", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{071F2E0E-DCD2-4B5A-ADCD-DAA98402CDEB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B071F2E0E-DCD2-4B5A-ADCD-DAA98402CDEB%7D [org.dataone.client.rest.RestClient]
20170606-07:16:35: [WARN]: Cookie rejected [JSESSIONID="1BD7FCF158ABD37BC68F4A167A188CC2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07217A09-929C-41F8-BF25-5743C990780C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07217A09-929C-41F8-BF25-5743C990780C%7D [org.dataone.client.rest.RestClient]
20170606-07:16:36: [WARN]: Cookie rejected [JSESSIONID="BED3D66F832EDBFBA214DF5F1601A325", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0721A9ED-389D-4773-B6F0-9E4194255ACD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0721A9ED-389D-4773-B6F0-9E4194255ACD%7D [org.dataone.client.rest.RestClient]
20170606-07:16:37: [WARN]: Cookie rejected [JSESSIONID="8C5C24D5481389DE55C23D742DCCE308", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{072506D8-6485-462A-AA5F-AC830BFE73D9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B072506D8-6485-462A-AA5F-AC830BFE73D9%7D [org.dataone.client.rest.RestClient]
20170606-07:16:37: [WARN]: Cookie rejected [JSESSIONID="147D979FD513ABEED31AB19F480ABB97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07272E2F-462D-4EEB-BC6B-E34EE64BF0F3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07272E2F-462D-4EEB-BC6B-E34EE64BF0F3%7D [org.dataone.client.rest.RestClient]
20170606-07:16:38: [WARN]: Cookie rejected [JSESSIONID="0558E0570FCA103A3479213D286F3A98", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{072A0B7C-C6D3-41A9-A082-28AF22F065B1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B072A0B7C-C6D3-41A9-A082-28AF22F065B1%7D [org.dataone.client.rest.RestClient]
20170606-07:16:39: [WARN]: Cookie rejected [JSESSIONID="8F220C700A691B40750D98E33D8BEDFE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{072AA34D-79D9-49B6-BD11-9C2AE00EB66C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B072AA34D-79D9-49B6-BD11-9C2AE00EB66C%7D [org.dataone.client.rest.RestClient]
20170606-07:16:39: [WARN]: Cookie rejected [JSESSIONID="B8F09E3E648A7B4D5D602F9C9A032C0A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{072B209A-0170-4AA1-B165-6C4F72EB5C17}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B072B209A-0170-4AA1-B165-6C4F72EB5C17%7D [org.dataone.client.rest.RestClient]
20170606-07:16:40: [WARN]: Cookie rejected [JSESSIONID="6C29C253D3EC5C154DE57BFEF520B045", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{072CA8E1-74D4-497C-B2B8-6C3D54D6007B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B072CA8E1-74D4-497C-B2B8-6C3D54D6007B%7D [org.dataone.client.rest.RestClient]
20170606-07:16:40: [WARN]: Cookie rejected [JSESSIONID="5528FA2F1AF5447F055DCFD77189BC1C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07319AB4-F22E-40EA-B68F-CD561B6DD82D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07319AB4-F22E-40EA-B68F-CD561B6DD82D%7D [org.dataone.client.rest.RestClient]
20170606-07:16:41: [WARN]: Cookie rejected [JSESSIONID="09A80C3C47A4C4D0B32F3B9EFA5EEC2D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07325B3D-3D6E-45BE-A0EE-34FAFDCC1BA8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07325B3D-3D6E-45BE-A0EE-34FAFDCC1BA8%7D [org.dataone.client.rest.RestClient]
20170606-07:16:42: [WARN]: Cookie rejected [JSESSIONID="8B42DBD7E5B11F4CE974C5AC43772103", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07331C8F-CA60-4349-A7B5-D500A54450B2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07331C8F-CA60-4349-A7B5-D500A54450B2%7D [org.dataone.client.rest.RestClient]
20170606-07:16:42: [WARN]: Cookie rejected [JSESSIONID="310FEB044F353BC731074F483C62ECDB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07371C10-5846-4A48-BA31-3E0CB7EFD13B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07371C10-5846-4A48-BA31-3E0CB7EFD13B%7D [org.dataone.client.rest.RestClient]
20170606-07:16:43: [WARN]: Cookie rejected [JSESSIONID="185CC72923D32C325E7CCF9C473A2B8F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0737E2F4-BC5D-4CF8-A48B-C62D067E8000}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0737E2F4-BC5D-4CF8-A48B-C62D067E8000%7D [org.dataone.client.rest.RestClient]
20170606-07:16:43: [WARN]: Cookie rejected [JSESSIONID="BC349CA580BAC03A18A8B880D1A47DD7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{073A946A-5DDD-48DC-BCEB-7E1151857B40}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B073A946A-5DDD-48DC-BCEB-7E1151857B40%7D [org.dataone.client.rest.RestClient]
20170606-07:16:44: [WARN]: Cookie rejected [JSESSIONID="A3CCBCBC8368685B558C653DD73DB698", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07420C4B-C122-4A0D-812D-04AFE3C6C502}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07420C4B-C122-4A0D-812D-04AFE3C6C502%7D [org.dataone.client.rest.RestClient]
20170606-07:16:45: [WARN]: Cookie rejected [JSESSIONID="8D526FEA6A0A788ACC4DA9B23865C202", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0743AF30-6ACF-4F6F-80ED-7F671F39A083}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0743AF30-6ACF-4F6F-80ED-7F671F39A083%7D [org.dataone.client.rest.RestClient]
20170606-07:16:45: [WARN]: Cookie rejected [JSESSIONID="5B1E8E96F0ED6BA29DA0C74F297A44A8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0747D5A7-11C5-4541-BBDA-56D72E9E0B7F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0747D5A7-11C5-4541-BBDA-56D72E9E0B7F%7D [org.dataone.client.rest.RestClient]
20170606-07:16:46: [WARN]: Cookie rejected [JSESSIONID="D6EEE089254A78777166D398A86EAEF1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07483BE2-4168-457E-BBCF-78DB640386C3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07483BE2-4168-457E-BBCF-78DB640386C3%7D [org.dataone.client.rest.RestClient]
20170606-07:16:47: [WARN]: Cookie rejected [JSESSIONID="8A2714FB007C7276FC65EADF2CC59AE5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07494B3A-E557-4E6C-84F1-D8158799F075}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07494B3A-E557-4E6C-84F1-D8158799F075%7D [org.dataone.client.rest.RestClient]
20170606-07:16:47: [WARN]: Cookie rejected [JSESSIONID="111CA658E8556D2BDC802B0000C2FED7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{074BB380-3C79-4D46-900A-D949545145FB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B074BB380-3C79-4D46-900A-D949545145FB%7D [org.dataone.client.rest.RestClient]
20170606-07:16:48: [WARN]: Cookie rejected [JSESSIONID="92FC7039F7812C300A4F230FB98151B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{074CDF1E-1C56-4844-B510-425E4B59E185}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B074CDF1E-1C56-4844-B510-425E4B59E185%7D [org.dataone.client.rest.RestClient]
20170606-07:16:49: [WARN]: Cookie rejected [JSESSIONID="990FA8A5A8A1B6C8EEAAC1DAECDA8223", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{074DBE37-DB19-4B6D-8FBF-3CEC8E3618BC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B074DBE37-DB19-4B6D-8FBF-3CEC8E3618BC%7D [org.dataone.client.rest.RestClient]
20170606-07:16:49: [WARN]: Cookie rejected [JSESSIONID="E10B91405CF9FD5AB4C693D8B59E1329", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0753225B-9CCB-4BC0-8618-140DAD8B1E42}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0753225B-9CCB-4BC0-8618-140DAD8B1E42%7D [org.dataone.client.rest.RestClient]
20170606-07:16:50: [WARN]: Cookie rejected [JSESSIONID="2556005B072F69A8A3A91A817EF4C31E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{075358DA-2D6B-4CE7-94A0-6729852BCE75}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B075358DA-2D6B-4CE7-94A0-6729852BCE75%7D [org.dataone.client.rest.RestClient]
20170606-07:16:51: [WARN]: Cookie rejected [JSESSIONID="022203BF2690C7D208C3EC25573290DD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0753E654-7DDD-4BEA-B4B8-EF5560E5B173}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0753E654-7DDD-4BEA-B4B8-EF5560E5B173%7D [org.dataone.client.rest.RestClient]
20170606-07:16:51: [WARN]: Cookie rejected [JSESSIONID="9D38D340A28721E22D27BD65DAFF750B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0754401C-592E-44AE-8950-E6D7A9E0D1D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0754401C-592E-44AE-8950-E6D7A9E0D1D8%7D [org.dataone.client.rest.RestClient]
20170606-07:16:52: [WARN]: Cookie rejected [JSESSIONID="4BDB742A2B1140604163E8028A34D917", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0754558D-CD5A-4907-A29A-72174E22FE38}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0754558D-CD5A-4907-A29A-72174E22FE38%7D [org.dataone.client.rest.RestClient]
20170606-07:16:52: [WARN]: Cookie rejected [JSESSIONID="137715B36D71D1A3AA5CFC6D9D9D1523", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0754A0B6-2EF7-4D75-8A49-A193A6400C52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0754A0B6-2EF7-4D75-8A49-A193A6400C52%7D [org.dataone.client.rest.RestClient]
20170606-07:16:53: [WARN]: Cookie rejected [JSESSIONID="BE0E566DC2437D39D3134AF760A58952", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{075B2D8B-76B3-4507-B456-63833B140FD2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B075B2D8B-76B3-4507-B456-63833B140FD2%7D [org.dataone.client.rest.RestClient]
20170606-07:16:54: [WARN]: Cookie rejected [JSESSIONID="66D50E002A3673B8AC5DA4873D8678B1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{075C37BF-6875-4247-BBD1-564E3329426B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B075C37BF-6875-4247-BBD1-564E3329426B%7D [org.dataone.client.rest.RestClient]
20170606-07:16:54: [WARN]: Cookie rejected [JSESSIONID="239C70620831AF53989BB924CD418316", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{075CCBA3-5E67-45AB-8AD0-546E608334EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B075CCBA3-5E67-45AB-8AD0-546E608334EB%7D [org.dataone.client.rest.RestClient]
20170606-07:16:55: [WARN]: Cookie rejected [JSESSIONID="EBA9DE7E60F50637F38998EB0B2AFFDE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0760711F-F42B-40A7-B060-BC1448EEB80B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0760711F-F42B-40A7-B060-BC1448EEB80B%7D [org.dataone.client.rest.RestClient]
20170606-07:16:56: [WARN]: Cookie rejected [JSESSIONID="3061B4A339FD2B839ED7A8571F941565", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0760EBB1-1AE0-41C2-9EED-ABBBC1A24862}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0760EBB1-1AE0-41C2-9EED-ABBBC1A24862%7D [org.dataone.client.rest.RestClient]
20170606-07:16:56: [WARN]: Cookie rejected [JSESSIONID="3EDE9670BB50A5F642C0746FAB4B9DA1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07663516-703A-413E-BED7-BE97AB29F225}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07663516-703A-413E-BED7-BE97AB29F225%7D [org.dataone.client.rest.RestClient]
20170606-07:16:57: [WARN]: Cookie rejected [JSESSIONID="7212B2F926A330BEDF3AECB89F61BF1E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07678782-AF9B-4511-9602-8325DD8FA819}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07678782-AF9B-4511-9602-8325DD8FA819%7D [org.dataone.client.rest.RestClient]
20170606-07:16:58: [WARN]: Cookie rejected [JSESSIONID="CB96FCD90644F86F0B80F995FFA17B17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0768111C-E9C8-403F-AC16-136A9641E8D7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0768111C-E9C8-403F-AC16-136A9641E8D7%7D [org.dataone.client.rest.RestClient]
20170606-07:16:58: [WARN]: Cookie rejected [JSESSIONID="29C22406A22047A083ACBE50819B2180", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{076AA280-E1F0-40C9-A690-42D7CC47DE86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B076AA280-E1F0-40C9-A690-42D7CC47DE86%7D [org.dataone.client.rest.RestClient]
20170606-07:16:59: [WARN]: Cookie rejected [JSESSIONID="778637AE000AD0EB0BE8948975FA96AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{076E3333-6E58-43A6-850E-68F7177BCE1D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B076E3333-6E58-43A6-850E-68F7177BCE1D%7D [org.dataone.client.rest.RestClient]
20170606-07:16:59: [WARN]: Cookie rejected [JSESSIONID="7E5E882FC10496885836ADF0184BF5BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{077162CE-FAE2-4833-8F14-78668A8D74FE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:16:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B077162CE-FAE2-4833-8F14-78668A8D74FE%7D [org.dataone.client.rest.RestClient]
20170606-07:17:00: [WARN]: Cookie rejected [JSESSIONID="4DB777526D0486CAC3921458E0394E7D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0772BBEA-8890-4FCB-B2FF-7334E3AE8CEA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0772BBEA-8890-4FCB-B2FF-7334E3AE8CEA%7D [org.dataone.client.rest.RestClient]
20170606-07:17:01: [WARN]: Cookie rejected [JSESSIONID="59C5CEA0B68649C6A1046717BB6AC59A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0773B987-3958-4B1A-9AE7-0D6E51EB0C34}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0773B987-3958-4B1A-9AE7-0D6E51EB0C34%7D [org.dataone.client.rest.RestClient]
20170606-07:17:01: [WARN]: Cookie rejected [JSESSIONID="ED103498114231BF8A50BA612D0180A0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{077D8498-37D5-4879-9CF6-690D50C56409}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B077D8498-37D5-4879-9CF6-690D50C56409%7D [org.dataone.client.rest.RestClient]
20170606-07:17:02: [WARN]: Cookie rejected [JSESSIONID="98815EAD28146EBDDC96DBD86EF34228", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{078052DA-8A70-4BC2-8BBC-F111317AED24}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B078052DA-8A70-4BC2-8BBC-F111317AED24%7D [org.dataone.client.rest.RestClient]
20170606-07:17:03: [WARN]: Cookie rejected [JSESSIONID="E1B2F3485DDCD923E758848A507B6137", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07830689-37DB-4D73-8B17-02DF6CF00256}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07830689-37DB-4D73-8B17-02DF6CF00256%7D [org.dataone.client.rest.RestClient]
20170606-07:17:03: [WARN]: Cookie rejected [JSESSIONID="593897E297F31FD52737A4E7960030AF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07849926-A854-4987-9FE6-AEB479AE7FDA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07849926-A854-4987-9FE6-AEB479AE7FDA%7D [org.dataone.client.rest.RestClient]
20170606-07:17:04: [WARN]: Cookie rejected [JSESSIONID="84473636CD6EDABE36664C79E746AF7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07870147-E15A-44F0-8987-7DB4EDB7735F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07870147-E15A-44F0-8987-7DB4EDB7735F%7D [org.dataone.client.rest.RestClient]
20170606-07:17:05: [WARN]: Cookie rejected [JSESSIONID="4CA365CDCB7655990CC78CD240DB3855", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07886DE6-D946-4C96-B8F2-82FC63432DC4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07886DE6-D946-4C96-B8F2-82FC63432DC4%7D [org.dataone.client.rest.RestClient]
20170606-07:17:05: [WARN]: Cookie rejected [JSESSIONID="22C5BF9E5FD82D566D4708137FAB2277", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0788FF1C-38E0-4EEF-8679-639420282BB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0788FF1C-38E0-4EEF-8679-639420282BB1%7D [org.dataone.client.rest.RestClient]
20170606-07:17:06: [WARN]: Cookie rejected [JSESSIONID="0B6EE1A2BB0C387FB161812D7F3906DD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0789A7AF-44A0-435D-A320-CCFAA7348280}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0789A7AF-44A0-435D-A320-CCFAA7348280%7D [org.dataone.client.rest.RestClient]
20170606-07:17:06: [WARN]: Cookie rejected [JSESSIONID="A299D464D5E669228791B4D90444D6D1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07914069-51C0-4AF5-AF2A-C5DF2F1B8F6C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07914069-51C0-4AF5-AF2A-C5DF2F1B8F6C%7D [org.dataone.client.rest.RestClient]
20170606-07:17:07: [WARN]: Cookie rejected [JSESSIONID="24196A38A06D69F73DD790888BC6F367", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0793DF98-2FC6-4D17-9FA7-2537178DBC32}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0793DF98-2FC6-4D17-9FA7-2537178DBC32%7D [org.dataone.client.rest.RestClient]
20170606-07:17:08: [WARN]: Cookie rejected [JSESSIONID="1B34ADA24DEACDD3BF68EE29514C0D53", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{079420CA-B269-4AFD-95CE-3047072E0495}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B079420CA-B269-4AFD-95CE-3047072E0495%7D [org.dataone.client.rest.RestClient]
20170606-07:17:08: [WARN]: Cookie rejected [JSESSIONID="B5E43804AC0AEFA59488D6EAB7DA4C0D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{079655FA-A3C0-43D3-AB88-03FF77318718}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B079655FA-A3C0-43D3-AB88-03FF77318718%7D [org.dataone.client.rest.RestClient]
20170606-07:17:09: [WARN]: Cookie rejected [JSESSIONID="9AF69EE89539FE00728561A755C4E0E7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0796E6A5-96D2-45FB-B4F3-2BD5709BD9A9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0796E6A5-96D2-45FB-B4F3-2BD5709BD9A9%7D [org.dataone.client.rest.RestClient]
20170606-07:17:09: [WARN]: Cookie rejected [JSESSIONID="20202E3B7D5C5DF1EE703323A0B2AD6B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07975271-884B-45EF-802D-29FC93DF5271}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07975271-884B-45EF-802D-29FC93DF5271%7D [org.dataone.client.rest.RestClient]
20170606-07:17:10: [WARN]: Cookie rejected [JSESSIONID="B73BB58E7655EDA805943E9DE4661D70", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07992F8D-57DF-4C45-9278-D522B5548B8F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07992F8D-57DF-4C45-9278-D522B5548B8F%7D [org.dataone.client.rest.RestClient]
20170606-07:17:11: [WARN]: Cookie rejected [JSESSIONID="B416DB02AE61960681D7FD9CB95A34B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{079CE36D-1664-4A08-B3F2-7639AE7F8F69}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B079CE36D-1664-4A08-B3F2-7639AE7F8F69%7D [org.dataone.client.rest.RestClient]
20170606-07:17:11: [WARN]: Cookie rejected [JSESSIONID="A0680A0E3E0661E6E53B45BEC4DF3B91", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{079DA3D2-B54F-49BC-BE92-1ED7B6A880C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B079DA3D2-B54F-49BC-BE92-1ED7B6A880C8%7D [org.dataone.client.rest.RestClient]
20170606-07:17:12: [WARN]: Cookie rejected [JSESSIONID="83E6DE4F09BD728B57CADC9C5C1BE093", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07AB42EE-8762-41BD-9CBC-04B9E6B53C9B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07AB42EE-8762-41BD-9CBC-04B9E6B53C9B%7D [org.dataone.client.rest.RestClient]
20170606-07:17:13: [WARN]: Cookie rejected [JSESSIONID="6815E44763F50BA826D9765D107CA940", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07AB81E5-EEE5-41EA-9AA3-1750AD0FCDB1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07AB81E5-EEE5-41EA-9AA3-1750AD0FCDB1%7D [org.dataone.client.rest.RestClient]
20170606-07:17:13: [WARN]: Cookie rejected [JSESSIONID="E4132327AB0A8188A665CB3D051374EC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07ACD4AF-75E0-4508-A0F7-9D75E0C9BF1C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07ACD4AF-75E0-4508-A0F7-9D75E0C9BF1C%7D [org.dataone.client.rest.RestClient]
20170606-07:17:14: [WARN]: Cookie rejected [JSESSIONID="8FDB46716DA97188B1ADB6AC867F0A89", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07B44DC7-4FBB-4B5E-86A2-C74035E6AF7A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07B44DC7-4FBB-4B5E-86A2-C74035E6AF7A%7D [org.dataone.client.rest.RestClient]
20170606-07:17:14: [WARN]: Cookie rejected [JSESSIONID="20DC3065F648EEA5FF4710CF881440FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07B50577-E2D1-467F-855F-C13B646FC1C7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07B50577-E2D1-467F-855F-C13B646FC1C7%7D [org.dataone.client.rest.RestClient]
20170606-07:17:15: [WARN]: Cookie rejected [JSESSIONID="F31357841B8D1BE0050FBC53AF9F1A16", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07BB5E1F-6CFC-420F-A42C-B02FF6740EEC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07BB5E1F-6CFC-420F-A42C-B02FF6740EEC%7D [org.dataone.client.rest.RestClient]
20170606-07:17:16: [WARN]: Cookie rejected [JSESSIONID="E8431E20093730A165F07C477D0DFFDE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07BE692D-271A-47F4-B2EC-E9984937AA7B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07BE692D-271A-47F4-B2EC-E9984937AA7B%7D [org.dataone.client.rest.RestClient]
20170606-07:17:16: [WARN]: Cookie rejected [JSESSIONID="AE878981A7F60DAF6DD0563AE124AB3C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07C27D4B-FF43-45C0-B646-CD2891F1764E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07C27D4B-FF43-45C0-B646-CD2891F1764E%7D [org.dataone.client.rest.RestClient]
20170606-07:17:17: [WARN]: Cookie rejected [JSESSIONID="25E63BB4A816B834048433E4A903F39C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07C2FD59-6904-4749-904A-7AA663904637}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07C2FD59-6904-4749-904A-7AA663904637%7D [org.dataone.client.rest.RestClient]
20170606-07:17:18: [WARN]: Cookie rejected [JSESSIONID="6EC854E2CE486CC57F135416F94CB635", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07C7562F-2353-4784-9D8B-F047C3BCBCB4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07C7562F-2353-4784-9D8B-F047C3BCBCB4%7D [org.dataone.client.rest.RestClient]
20170606-07:17:18: [WARN]: Cookie rejected [JSESSIONID="ABEB3E5D17025780697B5D1DB12A344F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07C86DAA-0DA3-4406-BF7F-206E45A1D3FA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07C86DAA-0DA3-4406-BF7F-206E45A1D3FA%7D [org.dataone.client.rest.RestClient]
20170606-07:17:19: [WARN]: Cookie rejected [JSESSIONID="64F478887DE615B2EB2C59C020605090", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07CDA2F8-F87A-49BB-8D09-13DFB598C434}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07CDA2F8-F87A-49BB-8D09-13DFB598C434%7D [org.dataone.client.rest.RestClient]
20170606-07:17:19: [WARN]: Cookie rejected [JSESSIONID="85C92AED1CE9A8E3A87FBE1B30E2B905", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07CDA77E-810E-410A-9E3A-042B6CAB37C7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07CDA77E-810E-410A-9E3A-042B6CAB37C7%7D [org.dataone.client.rest.RestClient]
20170606-07:17:20: [WARN]: Cookie rejected [JSESSIONID="5EFC5CD629F962C05F6534B582E8BB94", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07CDF74A-BB5E-490B-B96B-FDC7AB46FBBA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07CDF74A-BB5E-490B-B96B-FDC7AB46FBBA%7D [org.dataone.client.rest.RestClient]
20170606-07:17:21: [WARN]: Cookie rejected [JSESSIONID="75983C5D2D99FCB3EB2368C351ECB773", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07CED69A-EF12-4B38-9ADF-DA9E77A94D67}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07CED69A-EF12-4B38-9ADF-DA9E77A94D67%7D [org.dataone.client.rest.RestClient]
20170606-07:17:21: [WARN]: Cookie rejected [JSESSIONID="175E75FB9154AE2BE2AE316B634D9FF3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07D51BBF-969F-4511-8B30-4414B71BF980}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07D51BBF-969F-4511-8B30-4414B71BF980%7D [org.dataone.client.rest.RestClient]
20170606-07:17:22: [WARN]: Cookie rejected [JSESSIONID="B3EFFB3BAB3FAD5CA1EAF28099F2DF6D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07D5300F-3EC7-4324-95DA-2E79573C8609}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07D5300F-3EC7-4324-95DA-2E79573C8609%7D [org.dataone.client.rest.RestClient]
20170606-07:17:22: [WARN]: Cookie rejected [JSESSIONID="32648468C7D982E025BA10E0D931E311", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07D6AED4-830D-4C7F-A829-BC59760D0B38}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07D6AED4-830D-4C7F-A829-BC59760D0B38%7D [org.dataone.client.rest.RestClient]
20170606-07:17:23: [WARN]: Cookie rejected [JSESSIONID="913261842C69D26CABC2827FE95C3058", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07D70FD4-B502-421D-BADA-F63497FC1BFC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07D70FD4-B502-421D-BADA-F63497FC1BFC%7D [org.dataone.client.rest.RestClient]
20170606-07:17:24: [WARN]: Cookie rejected [JSESSIONID="1538BB984F29761B32AC89EE27C82BEB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07DEB979-2A0B-45F3-90E3-60833CA96D3A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07DEB979-2A0B-45F3-90E3-60833CA96D3A%7D [org.dataone.client.rest.RestClient]
20170606-07:17:24: [WARN]: Cookie rejected [JSESSIONID="47254B3AAE4DC219D9366D7D655EE2D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07E14D91-4762-4531-A246-D5B7888631B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07E14D91-4762-4531-A246-D5B7888631B4%7D [org.dataone.client.rest.RestClient]
20170606-07:17:25: [WARN]: Cookie rejected [JSESSIONID="0C978C4A10236F58B172D6902047673C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07E60209-5F71-4F02-9B5C-650FFBABC165}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07E60209-5F71-4F02-9B5C-650FFBABC165%7D [org.dataone.client.rest.RestClient]
20170606-07:17:26: [WARN]: Cookie rejected [JSESSIONID="6E3DD3A89D5DE75D0FFD03E56D6905B3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07E7A401-FD27-4BC2-B64C-CE895BFFC8CD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07E7A401-FD27-4BC2-B64C-CE895BFFC8CD%7D [org.dataone.client.rest.RestClient]
20170606-07:17:26: [WARN]: Cookie rejected [JSESSIONID="19AF91CA03F1B706191E7E456AC67817", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07E7EF85-547E-4C68-9240-73BD9BCBD33B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07E7EF85-547E-4C68-9240-73BD9BCBD33B%7D [org.dataone.client.rest.RestClient]
20170606-07:17:27: [WARN]: Cookie rejected [JSESSIONID="D260D4F112DF4589CCE0FDB48A03B261", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07EAAF55-3C1C-49D0-A67B-71C1757D7A71}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07EAAF55-3C1C-49D0-A67B-71C1757D7A71%7D [org.dataone.client.rest.RestClient]
20170606-07:17:27: [WARN]: Cookie rejected [JSESSIONID="3C39700CBC5385A034429C1A3A82160B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07EAB880-358B-4A28-A3DC-562E6E82E6DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07EAB880-358B-4A28-A3DC-562E6E82E6DB%7D [org.dataone.client.rest.RestClient]
20170606-07:17:28: [WARN]: Cookie rejected [JSESSIONID="ED25B59F3BDEFEF03DF2F0FE3B79F0FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07EAD104-2F3D-48CB-8D81-C83789859485}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07EAD104-2F3D-48CB-8D81-C83789859485%7D [org.dataone.client.rest.RestClient]
20170606-07:17:29: [WARN]: Cookie rejected [JSESSIONID="C8A7F3EEB5EE7C2F324BA3BAD5A263FA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07ED445D-F048-4690-8A12-69016B858B53}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07ED445D-F048-4690-8A12-69016B858B53%7D [org.dataone.client.rest.RestClient]
20170606-07:17:29: [WARN]: Cookie rejected [JSESSIONID="BD9192AAE99044233F77337271513BD7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07EE08C1-043D-4782-91A2-F9C8885E8672}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07EE08C1-043D-4782-91A2-F9C8885E8672%7D [org.dataone.client.rest.RestClient]
20170606-07:17:30: [WARN]: Cookie rejected [JSESSIONID="B2A2261BA180C50BAAD8A03DC83500F5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07F06C4F-C56A-45C7-830D-DDB907FFFD94}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07F06C4F-C56A-45C7-830D-DDB907FFFD94%7D [org.dataone.client.rest.RestClient]
20170606-07:17:30: [WARN]: Cookie rejected [JSESSIONID="AA7FDCA667F850BB7EAD944EB5F44590", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07F112B5-9F1B-486F-9AE4-FE0E0E313EE2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07F112B5-9F1B-486F-9AE4-FE0E0E313EE2%7D [org.dataone.client.rest.RestClient]
20170606-07:17:31: [WARN]: Cookie rejected [JSESSIONID="A4B82A3ACFD129FCC83F1111DBE8574C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07F492E8-5774-4F29-9631-55C6CF4FAD59}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07F492E8-5774-4F29-9631-55C6CF4FAD59%7D [org.dataone.client.rest.RestClient]
20170606-07:17:32: [WARN]: Cookie rejected [JSESSIONID="D96A6F772201A90DA7640ED1C90FB7AD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07F62689-FAD4-4E0C-945E-5DE998F0AE3E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07F62689-FAD4-4E0C-945E-5DE998F0AE3E%7D [org.dataone.client.rest.RestClient]
20170606-07:17:32: [WARN]: Cookie rejected [JSESSIONID="A11BD51CF0B6325DDEE8DEB3CDC77AE3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07F6FDB8-FF3F-4F74-8665-1C8DB36E48ED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07F6FDB8-FF3F-4F74-8665-1C8DB36E48ED%7D [org.dataone.client.rest.RestClient]
20170606-07:17:33: [WARN]: Cookie rejected [JSESSIONID="3CF1DE5DA8B5394CBD1AB26A18A1C86B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07F9360D-082B-4413-BA7B-5F6A5FB859A4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07F9360D-082B-4413-BA7B-5F6A5FB859A4%7D [org.dataone.client.rest.RestClient]
20170606-07:17:33: [WARN]: Cookie rejected [JSESSIONID="221C0F5E97B787C48BCC33246898F2D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07FB394C-BD3C-4F4B-9F10-FA299556F666}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07FB394C-BD3C-4F4B-9F10-FA299556F666%7D [org.dataone.client.rest.RestClient]
20170606-07:17:34: [WARN]: Cookie rejected [JSESSIONID="BFBBE8518BD1A49BAC3A4DC76D9CEE88", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{07FDC028-BFAB-4466-9D05-F5B2C9300C96}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B07FDC028-BFAB-4466-9D05-F5B2C9300C96%7D [org.dataone.client.rest.RestClient]
20170606-07:17:35: [WARN]: Cookie rejected [JSESSIONID="281FA05ABC26FE9743F876160E7E20E7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08018611-BEB5-4BE9-B721-27C0DE3B82CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08018611-BEB5-4BE9-B721-27C0DE3B82CC%7D [org.dataone.client.rest.RestClient]
20170606-07:17:35: [WARN]: Cookie rejected [JSESSIONID="F46F006C300F4F91E678F4E5415E97C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{080B4889-69FD-4508-848E-24A30B746D5F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B080B4889-69FD-4508-848E-24A30B746D5F%7D [org.dataone.client.rest.RestClient]
20170606-07:17:36: [WARN]: Cookie rejected [JSESSIONID="B80436A35B02ABFF1B084C0EDF80E864", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{080BE02E-0687-4008-AE21-3C3E40794C52}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B080BE02E-0687-4008-AE21-3C3E40794C52%7D [org.dataone.client.rest.RestClient]
20170606-07:17:36: [WARN]: Cookie rejected [JSESSIONID="0A0166BE92F361207D5D2B392F766E7D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08104BEB-1AAA-4608-AF22-009C03A30A54}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08104BEB-1AAA-4608-AF22-009C03A30A54%7D [org.dataone.client.rest.RestClient]
20170606-07:17:37: [WARN]: Cookie rejected [JSESSIONID="617117047620430BAFA9BF61BDFBF07E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0810BA23-9C39-49A2-BAA1-1950B324883A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0810BA23-9C39-49A2-BAA1-1950B324883A%7D [org.dataone.client.rest.RestClient]
20170606-07:17:38: [WARN]: Cookie rejected [JSESSIONID="DDFD461B6DF7986A304C0AA16598BDD7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0815AB6B-FA22-4D23-B473-36CFC891B5F0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0815AB6B-FA22-4D23-B473-36CFC891B5F0%7D [org.dataone.client.rest.RestClient]
20170606-07:17:38: [WARN]: Cookie rejected [JSESSIONID="824E3736ECE636A4DB3236BEDEBE1463", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{081A3D34-39E4-41AA-A8E2-3DB3B2D55720}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B081A3D34-39E4-41AA-A8E2-3DB3B2D55720%7D [org.dataone.client.rest.RestClient]
20170606-07:17:39: [WARN]: Cookie rejected [JSESSIONID="887A70C32C1A8EC95FED2C05A7FB8934", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{081AB6BA-020E-49D4-9C77-169DBE450B5C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B081AB6BA-020E-49D4-9C77-169DBE450B5C%7D [org.dataone.client.rest.RestClient]
20170606-07:17:40: [WARN]: Cookie rejected [JSESSIONID="173525BA18D197004136F5B415D7FF57", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{081D885F-BFCF-4835-BB0C-7C0B86679A5E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B081D885F-BFCF-4835-BB0C-7C0B86679A5E%7D [org.dataone.client.rest.RestClient]
20170606-07:17:40: [WARN]: Cookie rejected [JSESSIONID="8768256BA4DA80031C8C30BFBB59F025", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{082204A1-6B55-482F-B163-B73E1E66099B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B082204A1-6B55-482F-B163-B73E1E66099B%7D [org.dataone.client.rest.RestClient]
20170606-07:17:41: [WARN]: Cookie rejected [JSESSIONID="579D570D5B041946DF52A84FA6D80F59", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0823E626-B7B4-4A89-A961-ED375097AC23}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0823E626-B7B4-4A89-A961-ED375097AC23%7D [org.dataone.client.rest.RestClient]
20170606-07:17:41: [WARN]: Cookie rejected [JSESSIONID="BE073B4D95557108142BEA3BE8618A7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0824F8E8-EE90-4C2F-83A1-EDB09E1E660B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0824F8E8-EE90-4C2F-83A1-EDB09E1E660B%7D [org.dataone.client.rest.RestClient]
20170606-07:17:42: [WARN]: Cookie rejected [JSESSIONID="A16FD7260A0BAF13B1B82AF3D423F2CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08264EDD-B37F-47BE-B27A-6B671D2B8897}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08264EDD-B37F-47BE-B27A-6B671D2B8897%7D [org.dataone.client.rest.RestClient]
20170606-07:17:43: [WARN]: Cookie rejected [JSESSIONID="138AF161FB230F160C637C5D7D908B02", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0828050E-BF28-4CAF-A119-420F0033B9C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0828050E-BF28-4CAF-A119-420F0033B9C2%7D [org.dataone.client.rest.RestClient]
20170606-07:17:43: [WARN]: Cookie rejected [JSESSIONID="47D9B0411E6F00A29DD464A5053F45D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{082A4EAE-83E0-43C7-BDCE-6BE0689A58E2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B082A4EAE-83E0-43C7-BDCE-6BE0689A58E2%7D [org.dataone.client.rest.RestClient]
20170606-07:17:44: [WARN]: Cookie rejected [JSESSIONID="BB75BD163648BE5A3DE401CC905F3C74", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{082F1E8F-C41C-4C98-84F3-DC8061F8CEE0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B082F1E8F-C41C-4C98-84F3-DC8061F8CEE0%7D [org.dataone.client.rest.RestClient]
20170606-07:17:44: [WARN]: Cookie rejected [JSESSIONID="20726BCB37C7E9E6B72A751BC653C5EC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{083A2F6C-5BDC-488A-95F1-555E5E30A5E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B083A2F6C-5BDC-488A-95F1-555E5E30A5E6%7D [org.dataone.client.rest.RestClient]
20170606-07:17:45: [WARN]: Cookie rejected [JSESSIONID="9FE3E074AD3BAA37087DBE459340AEE4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{083BA0EE-E309-4309-92AB-37EC879FB42C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B083BA0EE-E309-4309-92AB-37EC879FB42C%7D [org.dataone.client.rest.RestClient]
20170606-07:17:46: [WARN]: Cookie rejected [JSESSIONID="3E862C69E8143F31F4B92EB874E8FFB3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{083EAB8F-37FC-4039-9CD2-0EDD8E7A7A7E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B083EAB8F-37FC-4039-9CD2-0EDD8E7A7A7E%7D [org.dataone.client.rest.RestClient]
20170606-07:17:46: [WARN]: Cookie rejected [JSESSIONID="C8FF710A317D17B55ED2D6C9CBEC5E06", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{083FA64B-C016-4CC6-9A1D-6F791D87F6C4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B083FA64B-C016-4CC6-9A1D-6F791D87F6C4%7D [org.dataone.client.rest.RestClient]
20170606-07:17:47: [WARN]: Cookie rejected [JSESSIONID="F3B79ACD89599ADC4A5D6B2283EE3B71", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08477722-B577-47A8-86AB-05FDC2FCB94D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08477722-B577-47A8-86AB-05FDC2FCB94D%7D [org.dataone.client.rest.RestClient]
20170606-07:17:48: [WARN]: Cookie rejected [JSESSIONID="F628E62C3CC1D22BA80A74FB543051BC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0849D7AC-DC9F-4B55-9481-517F19D915AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0849D7AC-DC9F-4B55-9481-517F19D915AE%7D [org.dataone.client.rest.RestClient]
20170606-07:17:48: [WARN]: Cookie rejected [JSESSIONID="458C712D54E8CF75D08FFD8801896795", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{084ACFFC-4FB2-4673-8B10-0BE82759B727}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B084ACFFC-4FB2-4673-8B10-0BE82759B727%7D [org.dataone.client.rest.RestClient]
20170606-07:17:49: [WARN]: Cookie rejected [JSESSIONID="984917D5A15E98939F0FC380EA6032D9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{084C66B6-0248-4F22-9AE9-12D3A6BF13E0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B084C66B6-0248-4F22-9AE9-12D3A6BF13E0%7D [org.dataone.client.rest.RestClient]
20170606-07:17:50: [WARN]: Cookie rejected [JSESSIONID="7C3B00127A9914051F1045C121E28C5B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0850229C-A276-490F-B373-4A2A90A4F0D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0850229C-A276-490F-B373-4A2A90A4F0D2%7D [org.dataone.client.rest.RestClient]
20170606-07:17:50: [WARN]: Cookie rejected [JSESSIONID="E9A594389B2F9EA913B58CE000521133", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{085115C5-E37C-4511-869B-72E8E9EDBB28}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B085115C5-E37C-4511-869B-72E8E9EDBB28%7D [org.dataone.client.rest.RestClient]
20170606-07:17:51: [WARN]: Cookie rejected [JSESSIONID="665B90A716E5959BA4C95CAA99685A8D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08569A99-2CE6-42ED-A0B4-0A5505533455}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08569A99-2CE6-42ED-A0B4-0A5505533455%7D [org.dataone.client.rest.RestClient]
20170606-07:17:51: [WARN]: Cookie rejected [JSESSIONID="48A664323DE1F61DDCD328A702482FE7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08601F91-01C7-46AF-9F6F-9648B84D3255}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08601F91-01C7-46AF-9F6F-9648B84D3255%7D [org.dataone.client.rest.RestClient]
20170606-07:17:52: [WARN]: Cookie rejected [JSESSIONID="B6135039364040D4CC4E2485A272D506", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08617471-8F1B-4B37-88DC-C37F407D4F2D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08617471-8F1B-4B37-88DC-C37F407D4F2D%7D [org.dataone.client.rest.RestClient]
20170606-07:17:53: [WARN]: Cookie rejected [JSESSIONID="906AD075092ED40ACC9EBDD4B8E903F1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0861F581-70CD-4172-ACFB-4C220C115489}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0861F581-70CD-4172-ACFB-4C220C115489%7D [org.dataone.client.rest.RestClient]
20170606-07:17:53: [WARN]: Cookie rejected [JSESSIONID="3A58CE61778ADB72A5B26074A32DC8FB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08636E5F-D4FB-40FB-9136-02DAD4D653A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08636E5F-D4FB-40FB-9136-02DAD4D653A7%7D [org.dataone.client.rest.RestClient]
20170606-07:17:54: [WARN]: Cookie rejected [JSESSIONID="FF545E51321514F06F84F048E1128691", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08707DC4-C97D-4EA8-9B3A-02395BE7A24E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08707DC4-C97D-4EA8-9B3A-02395BE7A24E%7D [org.dataone.client.rest.RestClient]
20170606-07:17:55: [WARN]: Cookie rejected [JSESSIONID="886225B4448DB1F75E2A86B229C42716", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{087467A2-AD1B-420E-B91B-F0E8535B9C6D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B087467A2-AD1B-420E-B91B-F0E8535B9C6D%7D [org.dataone.client.rest.RestClient]
20170606-07:17:55: [WARN]: Cookie rejected [JSESSIONID="11E1FA70367DC2DF46E29A91E83809AF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08779A95-6533-4189-AFF2-DEBBA174A5E9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08779A95-6533-4189-AFF2-DEBBA174A5E9%7D [org.dataone.client.rest.RestClient]
20170606-07:17:56: [WARN]: Cookie rejected [JSESSIONID="96944733BFA9DFA26CBA0B7AFE4F97CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{087F3878-0F93-43AB-A02C-D0DE767FC2BC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B087F3878-0F93-43AB-A02C-D0DE767FC2BC%7D [org.dataone.client.rest.RestClient]
20170606-07:17:57: [WARN]: Cookie rejected [JSESSIONID="7042DB66ACCEC4B1A8D748AAC1A360FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0880D3BD-13B1-4228-BBB4-AD8718C94BC5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0880D3BD-13B1-4228-BBB4-AD8718C94BC5%7D [org.dataone.client.rest.RestClient]
20170606-07:17:57: [WARN]: Cookie rejected [JSESSIONID="64B5CBF9CD50F63DE627DDE3E74A7B0B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{088458EA-98D6-495A-B813-78DABC5B91DE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B088458EA-98D6-495A-B813-78DABC5B91DE%7D [org.dataone.client.rest.RestClient]
20170606-07:17:58: [WARN]: Cookie rejected [JSESSIONID="209B3474174D07FDC3A4ABA553DFDF96", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0884C001-83C3-4730-B7D9-C87C10E63AA6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0884C001-83C3-4730-B7D9-C87C10E63AA6%7D [org.dataone.client.rest.RestClient]
20170606-07:17:58: [WARN]: Cookie rejected [JSESSIONID="DC3CB5153650E6F19FBDC8EE87BA366D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{088507BC-C756-4C53-AFC4-16ECF8B71ECA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B088507BC-C756-4C53-AFC4-16ECF8B71ECA%7D [org.dataone.client.rest.RestClient]
20170606-07:17:59: [WARN]: Cookie rejected [JSESSIONID="B43D4207E125510A5065101F9860592E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{088659B8-8694-4718-BA8D-4920BE9AB735}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B088659B8-8694-4718-BA8D-4920BE9AB735%7D [org.dataone.client.rest.RestClient]
20170606-07:17:59: [WARN]: Cookie rejected [JSESSIONID="82157B826965F77BC9B10D8F214836A7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0887477A-9A12-460A-A3E6-5EFF25093D3A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:17:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0887477A-9A12-460A-A3E6-5EFF25093D3A%7D [org.dataone.client.rest.RestClient]
20170606-07:18:00: [WARN]: Cookie rejected [JSESSIONID="986B041A18BD8596108E4BF060E3DD5F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{088AA43F-D717-443B-80AB-E5A025DB8CAC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B088AA43F-D717-443B-80AB-E5A025DB8CAC%7D [org.dataone.client.rest.RestClient]
20170606-07:18:01: [WARN]: Cookie rejected [JSESSIONID="11BFF714576E1737679021D23A4C7CEF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{088F71C3-F7DA-408F-912B-E914968D8B9E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B088F71C3-F7DA-408F-912B-E914968D8B9E%7D [org.dataone.client.rest.RestClient]
20170606-07:18:01: [WARN]: Cookie rejected [JSESSIONID="5AB67776D6A12E04E29E4041B6C51F78", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{089CAC86-F0C7-45B3-845A-AB63894454D3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B089CAC86-F0C7-45B3-845A-AB63894454D3%7D [org.dataone.client.rest.RestClient]
20170606-07:18:02: [WARN]: Cookie rejected [JSESSIONID="14EB9C82944FD4D572F7D9490D81F95D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08A1CD71-0D6D-4945-ADEE-B89149006ACD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08A1CD71-0D6D-4945-ADEE-B89149006ACD%7D [org.dataone.client.rest.RestClient]
20170606-07:18:03: [WARN]: Cookie rejected [JSESSIONID="4881EC097CA62330B65A9BEE654D2859", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08A28280-9532-4BA3-A50E-CC315658CE5D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08A28280-9532-4BA3-A50E-CC315658CE5D%7D [org.dataone.client.rest.RestClient]
20170606-07:18:03: [WARN]: Cookie rejected [JSESSIONID="14D1DC2E5DECE4C268F0212818B582BD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08A846FE-C0AC-434E-A214-6A262A9F91A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08A846FE-C0AC-434E-A214-6A262A9F91A1%7D [org.dataone.client.rest.RestClient]
20170606-07:18:04: [WARN]: Cookie rejected [JSESSIONID="E4FF3F026D64723340015C58971555D4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08A9ADCE-DF2B-4FC1-A289-DA2F22E3C335}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08A9ADCE-DF2B-4FC1-A289-DA2F22E3C335%7D [org.dataone.client.rest.RestClient]
20170606-07:18:04: [WARN]: Cookie rejected [JSESSIONID="B366ED8A42E0007AF7CF780F4A9ED6AC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08AD166A-673B-40A4-B1BC-BAFBFEC8F52B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08AD166A-673B-40A4-B1BC-BAFBFEC8F52B%7D [org.dataone.client.rest.RestClient]
20170606-07:18:05: [WARN]: Cookie rejected [JSESSIONID="04092DE1B1FA3D6B57F52C11FA49EB9C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08B422C1-B688-4C10-8645-1266875340A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08B422C1-B688-4C10-8645-1266875340A7%7D [org.dataone.client.rest.RestClient]
20170606-07:18:06: [WARN]: Cookie rejected [JSESSIONID="042E81ACAF1884CEEE41C5D670339F36", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08B86FC1-37C3-4F3B-957D-B5AD8EF3C225}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08B86FC1-37C3-4F3B-957D-B5AD8EF3C225%7D [org.dataone.client.rest.RestClient]
20170606-07:18:06: [WARN]: Cookie rejected [JSESSIONID="BBFD9A2DD80FC0547404120E5AFBB261", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08BD2002-6E0F-40D3-B843-58959CC7D95B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08BD2002-6E0F-40D3-B843-58959CC7D95B%7D [org.dataone.client.rest.RestClient]
20170606-07:18:07: [WARN]: Cookie rejected [JSESSIONID="2D52D05F0A9D63DE8D7E445418303BB0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08C76D9D-FB23-4EEF-BEF2-6F47187A04B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08C76D9D-FB23-4EEF-BEF2-6F47187A04B4%7D [org.dataone.client.rest.RestClient]
20170606-07:18:08: [WARN]: Cookie rejected [JSESSIONID="91728B7E85C95F58DA0A8E4581E17BF0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08CA988E-0E91-4E24-85B7-A845D3C414BE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08CA988E-0E91-4E24-85B7-A845D3C414BE%7D [org.dataone.client.rest.RestClient]
20170606-07:18:08: [WARN]: Cookie rejected [JSESSIONID="1A1959E4FB24F00FCFEEC5AA07963330", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08CDF9E9-20E1-4450-8E5F-27118F0315D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08CDF9E9-20E1-4450-8E5F-27118F0315D2%7D [org.dataone.client.rest.RestClient]
20170606-07:18:09: [WARN]: Cookie rejected [JSESSIONID="DDF4E4EA088DB156F73DBBED6219F17B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08D526A0-6B56-4011-BB19-35B92D7D6401}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08D526A0-6B56-4011-BB19-35B92D7D6401%7D [org.dataone.client.rest.RestClient]
20170606-07:18:09: [WARN]: Cookie rejected [JSESSIONID="AA1A8445796CFB6F7340B0D7152D9CCD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08D6DEEB-BF02-4A70-9F7C-12D9C92AE0D8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08D6DEEB-BF02-4A70-9F7C-12D9C92AE0D8%7D [org.dataone.client.rest.RestClient]
20170606-07:18:10: [WARN]: Cookie rejected [JSESSIONID="07208CF4C39FA4BD51882F80E38B2C63", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08DBA1D3-E613-407A-B5D1-1BBC7E656956}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08DBA1D3-E613-407A-B5D1-1BBC7E656956%7D [org.dataone.client.rest.RestClient]
20170606-07:18:11: [WARN]: Cookie rejected [JSESSIONID="D9BD82D040C953506312E74C96FD25DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08DE9D24-2904-4A7E-B6FC-661663BE4139}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08DE9D24-2904-4A7E-B6FC-661663BE4139%7D [org.dataone.client.rest.RestClient]
20170606-07:18:11: [WARN]: Cookie rejected [JSESSIONID="D088C6552B22C4F3087202E780D425DC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08EA0690-0A82-4EDF-A978-AD3D7BC90A0C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08EA0690-0A82-4EDF-A978-AD3D7BC90A0C%7D [org.dataone.client.rest.RestClient]
20170606-07:18:12: [WARN]: Cookie rejected [JSESSIONID="A340EFF7B202A84CCA2D89BC43F4D209", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08EBCF3B-375A-4202-A603-52D648BDBC29}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08EBCF3B-375A-4202-A603-52D648BDBC29%7D [org.dataone.client.rest.RestClient]
20170606-07:18:12: [WARN]: Cookie rejected [JSESSIONID="7B6803EE45A1ED6D5CE759C9355868B3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08ECFCE7-6031-4A4A-88A7-1CF89B384DA2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08ECFCE7-6031-4A4A-88A7-1CF89B384DA2%7D [org.dataone.client.rest.RestClient]
20170606-07:18:13: [WARN]: Cookie rejected [JSESSIONID="C07D6FBC3AA86B3532AFDD8B55ED201D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08EF0D7B-E4B0-4BB7-9E91-8369911201A0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08EF0D7B-E4B0-4BB7-9E91-8369911201A0%7D [org.dataone.client.rest.RestClient]
20170606-07:18:14: [WARN]: Cookie rejected [JSESSIONID="105DB484EAAC347536FB5C0BB295A0FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08F48BD6-199B-42F0-AC3E-4A225FCA774F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08F48BD6-199B-42F0-AC3E-4A225FCA774F%7D [org.dataone.client.rest.RestClient]
20170606-07:18:14: [WARN]: Cookie rejected [JSESSIONID="A60D3A1832DB9E7F2CA5318FA70A4F7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08F5ABA9-FF8F-4867-8D22-66495AA4C24F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08F5ABA9-FF8F-4867-8D22-66495AA4C24F%7D [org.dataone.client.rest.RestClient]
20170606-07:18:15: [WARN]: Cookie rejected [JSESSIONID="754EBF2B2BDD6228DC74593F4FA81A52", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08F7B443-86C5-4DA1-91F0-E6086FE4EFE7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08F7B443-86C5-4DA1-91F0-E6086FE4EFE7%7D [org.dataone.client.rest.RestClient]
20170606-07:18:16: [WARN]: Cookie rejected [JSESSIONID="83B339997FEF45D4568F25BF7891BDA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08F8F1FC-CD83-4BE7-BAED-C94480CB73A3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08F8F1FC-CD83-4BE7-BAED-C94480CB73A3%7D [org.dataone.client.rest.RestClient]
20170606-07:18:16: [WARN]: Cookie rejected [JSESSIONID="077CF3B73B1FA743727BA8F10DD63D88", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08FAF54B-A0B0-41CF-8639-48DE744B100D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08FAF54B-A0B0-41CF-8639-48DE744B100D%7D [org.dataone.client.rest.RestClient]
20170606-07:18:17: [WARN]: Cookie rejected [JSESSIONID="39E3060592888F18C8B5B9B554D5F418", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{08FFC6C0-5CE2-422E-86DF-5621CFE2343E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B08FFC6C0-5CE2-422E-86DF-5621CFE2343E%7D [org.dataone.client.rest.RestClient]
20170606-07:18:18: [WARN]: Cookie rejected [JSESSIONID="E687FB943A45F84D922B0B31BE4CE9D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09049009-1CCE-4094-B7B9-F732EF43A84B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09049009-1CCE-4094-B7B9-F732EF43A84B%7D [org.dataone.client.rest.RestClient]
20170606-07:18:18: [WARN]: Cookie rejected [JSESSIONID="B6F3C9C155A751A8BBB1C85A36166326", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{090610BC-1811-4EFB-A12A-0A3308A96F62}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B090610BC-1811-4EFB-A12A-0A3308A96F62%7D [org.dataone.client.rest.RestClient]
20170606-07:18:19: [WARN]: Cookie rejected [JSESSIONID="CCD43032EE7ACBCC1F5F4DDDFC1309EC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0909AA9C-C6B9-4495-AD79-1ADF1FF66224}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0909AA9C-C6B9-4495-AD79-1ADF1FF66224%7D [org.dataone.client.rest.RestClient]
20170606-07:18:19: [WARN]: Cookie rejected [JSESSIONID="2DC0B5A7F12855C575B894C2FF3CC8C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{090EFC25-177F-40A0-B855-E89F348DC633}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B090EFC25-177F-40A0-B855-E89F348DC633%7D [org.dataone.client.rest.RestClient]
20170606-07:18:20: [WARN]: Cookie rejected [JSESSIONID="B86FA2FD29735C016136E2F458716102", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{090F04BC-7661-4291-A8E2-70CA53E16D75}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B090F04BC-7661-4291-A8E2-70CA53E16D75%7D [org.dataone.client.rest.RestClient]
20170606-07:18:21: [WARN]: Cookie rejected [JSESSIONID="D358FC88507BC4DD13CB41E8D86669B6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{091986F4-58F4-4ED0-8DF9-8CC479E08EEA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B091986F4-58F4-4ED0-8DF9-8CC479E08EEA%7D [org.dataone.client.rest.RestClient]
20170606-07:18:21: [WARN]: Cookie rejected [JSESSIONID="4BC57A7D3280D1C748EE6F28BF03DD58", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{091A3189-A70F-44E5-9EFF-54B97EDEBD90}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B091A3189-A70F-44E5-9EFF-54B97EDEBD90%7D [org.dataone.client.rest.RestClient]
20170606-07:18:22: [WARN]: Cookie rejected [JSESSIONID="FEE671F3BEBF412B999D9A8D4232BDC4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{091B5F0C-0AC3-47F4-B624-279D162A6249}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B091B5F0C-0AC3-47F4-B624-279D162A6249%7D [org.dataone.client.rest.RestClient]
20170606-07:18:23: [WARN]: Cookie rejected [JSESSIONID="E26D000A65C859FBFE51E44D2792C214", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{091DACF0-BF82-4301-A0DD-E02575B3CD9D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B091DACF0-BF82-4301-A0DD-E02575B3CD9D%7D [org.dataone.client.rest.RestClient]
20170606-07:18:23: [WARN]: Cookie rejected [JSESSIONID="C9EF9008C4D8EEBA5FD414494500EEBB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09238397-8357-47BB-A622-D2A8FB665AD7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09238397-8357-47BB-A622-D2A8FB665AD7%7D [org.dataone.client.rest.RestClient]
20170606-07:18:24: [WARN]: Cookie rejected [JSESSIONID="EF74494FA7D51CC58FCFE9D577940FB6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{092396B5-1AA2-4C2D-AB77-AD5013E2A020}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B092396B5-1AA2-4C2D-AB77-AD5013E2A020%7D [org.dataone.client.rest.RestClient]
20170606-07:18:24: [WARN]: Cookie rejected [JSESSIONID="7116C9BBFEF800762095BFB25284ACC1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0924204D-4E25-4744-BA74-4C0965F871B0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0924204D-4E25-4744-BA74-4C0965F871B0%7D [org.dataone.client.rest.RestClient]
20170606-07:18:25: [WARN]: Cookie rejected [JSESSIONID="F9C246FA57378A5A6EFB28CDA92E6D64", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09253482-ECC1-420A-BABB-EEC9566309B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09253482-ECC1-420A-BABB-EEC9566309B7%7D [org.dataone.client.rest.RestClient]
20170606-07:18:26: [WARN]: Cookie rejected [JSESSIONID="033C448A48C798DE0F8A7B8FF91CB3D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09290F7A-691E-4C74-92C8-D83761DA1CAF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09290F7A-691E-4C74-92C8-D83761DA1CAF%7D [org.dataone.client.rest.RestClient]
20170606-07:18:26: [WARN]: Cookie rejected [JSESSIONID="DB4D16BD3EFB3002EA8DC73E5FB0E426", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09298A6B-7FEC-4E1E-8BE4-EE035182AADB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09298A6B-7FEC-4E1E-8BE4-EE035182AADB%7D [org.dataone.client.rest.RestClient]
20170606-07:18:27: [WARN]: Cookie rejected [JSESSIONID="B11E286B894E19C8FA922C51254EAA63", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{092AD55A-3FD4-41B2-8AE3-58354C713C35}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B092AD55A-3FD4-41B2-8AE3-58354C713C35%7D [org.dataone.client.rest.RestClient]
20170606-07:18:28: [WARN]: Cookie rejected [JSESSIONID="4B1AC9E1C2E94A596F7D654CF95B3444", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{092D61B9-3B5C-4644-AF2B-441D3C13A18F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B092D61B9-3B5C-4644-AF2B-441D3C13A18F%7D [org.dataone.client.rest.RestClient]
20170606-07:18:28: [WARN]: Cookie rejected [JSESSIONID="568FE4AF0C823F2FA61CDAF74BD2D9BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{092E9CCD-4CB5-4614-85FB-6AB40733AFDD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B092E9CCD-4CB5-4614-85FB-6AB40733AFDD%7D [org.dataone.client.rest.RestClient]
20170606-07:18:29: [WARN]: Cookie rejected [JSESSIONID="CDBEDBD15A5C425B7ADF40A6ABE4BC9C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{092ED36B-6009-4D70-8AA7-0A3C9CBFD082}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B092ED36B-6009-4D70-8AA7-0A3C9CBFD082%7D [org.dataone.client.rest.RestClient]
20170606-07:18:29: [WARN]: Cookie rejected [JSESSIONID="EF61C88500CDBD42C0B1E1AAB3E85B05", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09358B2D-27DE-418B-A77F-BB29F5DA3CFF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09358B2D-27DE-418B-A77F-BB29F5DA3CFF%7D [org.dataone.client.rest.RestClient]
20170606-07:18:30: [WARN]: Cookie rejected [JSESSIONID="6C8E1A3B380634F9FDC4DDDFE27A3C9D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{093D0BE3-F99E-4088-9F8B-2482E2077039}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B093D0BE3-F99E-4088-9F8B-2482E2077039%7D [org.dataone.client.rest.RestClient]
20170606-07:18:31: [WARN]: Cookie rejected [JSESSIONID="7ACA0688394E1E4E0ED94E51AA5B7396", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{093D7EA4-AE75-458C-856D-0D2D10A244C8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B093D7EA4-AE75-458C-856D-0D2D10A244C8%7D [org.dataone.client.rest.RestClient]
20170606-07:18:31: [WARN]: Cookie rejected [JSESSIONID="4548DD2E8E6AACF070FC21C02181B199", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0946FFC3-416B-4991-9401-A21D79C1401D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0946FFC3-416B-4991-9401-A21D79C1401D%7D [org.dataone.client.rest.RestClient]
20170606-07:18:32: [WARN]: Cookie rejected [JSESSIONID="BBD25B915E6C6D14CE15171142AED14F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{094AC4B2-EFF2-48B3-9C63-5675DE3BA2F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B094AC4B2-EFF2-48B3-9C63-5675DE3BA2F7%7D [org.dataone.client.rest.RestClient]
20170606-07:18:33: [WARN]: Cookie rejected [JSESSIONID="5E27AAC23EB9B360859658292EF952EB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{094AF4C4-15B6-40D6-BBBB-F1D0106CBEE4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B094AF4C4-15B6-40D6-BBBB-F1D0106CBEE4%7D [org.dataone.client.rest.RestClient]
20170606-07:18:33: [WARN]: Cookie rejected [JSESSIONID="505DB2C91A95CF5AC41790B20E816BB9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{094CCE3F-5EF6-4DF6-8235-5E7A122AA43B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B094CCE3F-5EF6-4DF6-8235-5E7A122AA43B%7D [org.dataone.client.rest.RestClient]
20170606-07:18:34: [WARN]: Cookie rejected [JSESSIONID="9E7F5BC116681E8661F4058AD7F22721", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{094CE3D0-498B-45C6-BC19-98656EDE3940}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B094CE3D0-498B-45C6-BC19-98656EDE3940%7D [org.dataone.client.rest.RestClient]
20170606-07:18:34: [WARN]: Cookie rejected [JSESSIONID="9A314C00C22F57C1D3A16FF83CBF6BE2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{094E7AF3-1E88-41CC-AE58-9D32190CF498}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B094E7AF3-1E88-41CC-AE58-9D32190CF498%7D [org.dataone.client.rest.RestClient]
20170606-07:18:35: [WARN]: Cookie rejected [JSESSIONID="243B8CFDB84B79AFE5C66C35C24EA348", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09503138-0F27-4D30-80B2-BE4209827BED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09503138-0F27-4D30-80B2-BE4209827BED%7D [org.dataone.client.rest.RestClient]
20170606-07:18:36: [WARN]: Cookie rejected [JSESSIONID="2B44A4BAD83D6C4B458337A0F7997338", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0952045C-4A45-46A4-B57D-33A632919D9D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0952045C-4A45-46A4-B57D-33A632919D9D%7D [org.dataone.client.rest.RestClient]
20170606-07:18:36: [WARN]: Cookie rejected [JSESSIONID="225A8BD4C862AA234B5CAA7D6B28F7ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09595816-1B7A-4BE7-BA17-0032D1FB5CA6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09595816-1B7A-4BE7-BA17-0032D1FB5CA6%7D [org.dataone.client.rest.RestClient]
20170606-07:18:37: [WARN]: Cookie rejected [JSESSIONID="880D678A47E98981841210FA7EDA1BA2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{095A0E64-ECB0-4100-ACFE-776D290A8243}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B095A0E64-ECB0-4100-ACFE-776D290A8243%7D [org.dataone.client.rest.RestClient]
20170606-07:18:37: [WARN]: Cookie rejected [JSESSIONID="4B973DE1E7E2BDB1A37C82AB42B6C842", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{095B949E-F42A-47DD-9D2D-C8A4DA666649}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B095B949E-F42A-47DD-9D2D-C8A4DA666649%7D [org.dataone.client.rest.RestClient]
20170606-07:18:38: [WARN]: Cookie rejected [JSESSIONID="72FB6078584184E2AFC0FBE353281E76", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{095C0BF9-3175-4D1B-82AE-E65D17B5707C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B095C0BF9-3175-4D1B-82AE-E65D17B5707C%7D [org.dataone.client.rest.RestClient]
20170606-07:18:39: [WARN]: Cookie rejected [JSESSIONID="78C3993C06D63027886A696F861C0D7C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{095FC7EE-94FF-4C47-9533-23DDB6EEA3B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B095FC7EE-94FF-4C47-9533-23DDB6EEA3B4%7D [org.dataone.client.rest.RestClient]
20170606-07:18:39: [WARN]: Cookie rejected [JSESSIONID="0926E404A4C3F9793A28253F9924C16C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09608419-A19C-464A-BD42-346ED12A675C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09608419-A19C-464A-BD42-346ED12A675C%7D [org.dataone.client.rest.RestClient]
20170606-07:18:40: [WARN]: Cookie rejected [JSESSIONID="10260E00172EDA2180A4459C3C6245B8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0960BB5B-7A41-439D-A6D6-7F9F36F4F473}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0960BB5B-7A41-439D-A6D6-7F9F36F4F473%7D [org.dataone.client.rest.RestClient]
20170606-07:18:41: [WARN]: Cookie rejected [JSESSIONID="5274417DD780777F81AE3976E875E784", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0962F951-2065-4975-9846-60E8B63A5E72}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0962F951-2065-4975-9846-60E8B63A5E72%7D [org.dataone.client.rest.RestClient]
20170606-07:18:41: [WARN]: Cookie rejected [JSESSIONID="34E1FF4F47EF63557677B5349A69C3CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09664277-2280-41AD-89EA-EACBEE913AEF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09664277-2280-41AD-89EA-EACBEE913AEF%7D [org.dataone.client.rest.RestClient]
20170606-07:18:42: [WARN]: Cookie rejected [JSESSIONID="5914D07D9359E056F23F64C199FECCB6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0966A5BB-BE0B-4456-9DB3-B8D5F6AD426C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0966A5BB-BE0B-4456-9DB3-B8D5F6AD426C%7D [org.dataone.client.rest.RestClient]
20170606-07:18:42: [WARN]: Cookie rejected [JSESSIONID="A48FEB8E70618E8E1B19A2674653F5DD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{096741A2-5842-4264-B39A-29F005E5654D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B096741A2-5842-4264-B39A-29F005E5654D%7D [org.dataone.client.rest.RestClient]
20170606-07:18:43: [WARN]: Cookie rejected [JSESSIONID="8D5DFB984AB5EAC769FD8B67B1C21801", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{096B9065-AB9A-43B3-8DA8-2FFED40B9821}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B096B9065-AB9A-43B3-8DA8-2FFED40B9821%7D [org.dataone.client.rest.RestClient]
20170606-07:18:44: [WARN]: Cookie rejected [JSESSIONID="D5D8352C8D43E0E750E2AFC1E7AF34E8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09700416-D4B4-41CE-9D5A-46050CEC79F7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09700416-D4B4-41CE-9D5A-46050CEC79F7%7D [org.dataone.client.rest.RestClient]
20170606-07:18:44: [WARN]: Cookie rejected [JSESSIONID="D64A948B446F299FB77CB196015D55ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09742D25-62F7-4D02-BCD5-A65588725003}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09742D25-62F7-4D02-BCD5-A65588725003%7D [org.dataone.client.rest.RestClient]
20170606-07:18:45: [WARN]: Cookie rejected [JSESSIONID="8938D3BD10FC04C9925F26E36C217866", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0977D4A9-91AC-4817-AB00-AA9A92A4C770}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0977D4A9-91AC-4817-AB00-AA9A92A4C770%7D [org.dataone.client.rest.RestClient]
20170606-07:18:45: [WARN]: Cookie rejected [JSESSIONID="8DBEA12FAE6383EEFB3F2E4DC071EAFC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{097B7993-1F9E-4A4C-AC0F-2CE40F0DDE10}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B097B7993-1F9E-4A4C-AC0F-2CE40F0DDE10%7D [org.dataone.client.rest.RestClient]
20170606-07:18:46: [WARN]: Cookie rejected [JSESSIONID="4A0E1B1E114B56A632A363CDA40EDA83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{098126DB-2548-4A1A-8A77-9818E2FBC7CF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B098126DB-2548-4A1A-8A77-9818E2FBC7CF%7D [org.dataone.client.rest.RestClient]
20170606-07:18:47: [WARN]: Cookie rejected [JSESSIONID="E3FF5ED5D8B9615FFD01A37FEF695DF9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0981F784-BBD8-4D62-B79A-AD90D5F521A3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0981F784-BBD8-4D62-B79A-AD90D5F521A3%7D [org.dataone.client.rest.RestClient]
20170606-07:18:47: [WARN]: Cookie rejected [JSESSIONID="C9858B53F7AC547C2F12E864A046E77B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09843D4E-B15E-463E-96A7-F8DD9AE0EF41}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09843D4E-B15E-463E-96A7-F8DD9AE0EF41%7D [org.dataone.client.rest.RestClient]
20170606-07:18:48: [WARN]: Cookie rejected [JSESSIONID="4215DB7186EF3B1841BBD6D49A957923", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0986F3DF-37AD-4FFA-84A9-2633A7BCD6BF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0986F3DF-37AD-4FFA-84A9-2633A7BCD6BF%7D [org.dataone.client.rest.RestClient]
20170606-07:18:49: [WARN]: Cookie rejected [JSESSIONID="191CEA4444A7DF208F13E3A21B26EDEC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09890FC3-3F14-47F4-9725-5326EE8E99EB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09890FC3-3F14-47F4-9725-5326EE8E99EB%7D [org.dataone.client.rest.RestClient]
20170606-07:18:50: [WARN]: Cookie rejected [JSESSIONID="BB52131846FDF77A6AD803BC4EC4FC81", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{098AD83C-07A6-4ABF-BF49-43FFF5AB6CDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B098AD83C-07A6-4ABF-BF49-43FFF5AB6CDE%7D [org.dataone.client.rest.RestClient]
20170606-07:18:50: [WARN]: Cookie rejected [JSESSIONID="8AC964A5921403B89C9541FCF85C8BA5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0993CA8D-4AEC-4AB0-A6A4-378352D807C2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0993CA8D-4AEC-4AB0-A6A4-378352D807C2%7D [org.dataone.client.rest.RestClient]
20170606-07:18:51: [WARN]: Cookie rejected [JSESSIONID="59BC5BA8F6BB72AD613AD72AED87CFA9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{099625A0-67FF-433F-BBCA-CB67C274DF46}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B099625A0-67FF-433F-BBCA-CB67C274DF46%7D [org.dataone.client.rest.RestClient]
20170606-07:18:51: [WARN]: Cookie rejected [JSESSIONID="BDA040B76D05CBE6E2D256E85E5FBE97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0999AC91-B085-4E02-AED8-FCBECC4CCEA6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0999AC91-B085-4E02-AED8-FCBECC4CCEA6%7D [org.dataone.client.rest.RestClient]
20170606-07:18:52: [WARN]: Cookie rejected [JSESSIONID="3DDC1049B5D8DCEC931EF6CC7EB783C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{099FE265-5044-4962-AF32-4914A3876C5C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B099FE265-5044-4962-AF32-4914A3876C5C%7D [org.dataone.client.rest.RestClient]
20170606-07:18:53: [WARN]: Cookie rejected [JSESSIONID="7021E6A924C0EAC18F3B97811677C8C3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09A24670-5B39-4F3C-B682-0EB70B5DD3A1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09A24670-5B39-4F3C-B682-0EB70B5DD3A1%7D [org.dataone.client.rest.RestClient]
20170606-07:18:53: [WARN]: Cookie rejected [JSESSIONID="9494820C6A26B5BED29B980CD7FE4ACE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09A581AA-91E8-441E-8891-434AF91CDBFE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09A581AA-91E8-441E-8891-434AF91CDBFE%7D [org.dataone.client.rest.RestClient]
20170606-07:18:54: [WARN]: Cookie rejected [JSESSIONID="2FEC3F4249CFD77B60B0C3CD4916D01B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09A5FD66-BFEC-44F2-B20D-FCB97778CAB9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09A5FD66-BFEC-44F2-B20D-FCB97778CAB9%7D [org.dataone.client.rest.RestClient]
20170606-07:18:54: [WARN]: Cookie rejected [JSESSIONID="0B833EBDA82B1D19701AE9C9E3E1378C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09A6077F-025C-41FC-AD73-7E7DFDEA32F1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09A6077F-025C-41FC-AD73-7E7DFDEA32F1%7D [org.dataone.client.rest.RestClient]
20170606-07:18:55: [WARN]: Cookie rejected [JSESSIONID="69B6D9A5C326B41C0AA3FD7D98FD7D94", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09A82CC1-06A3-4FFB-8943-DD9406AC0072}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09A82CC1-06A3-4FFB-8943-DD9406AC0072%7D [org.dataone.client.rest.RestClient]
20170606-07:18:56: [WARN]: Cookie rejected [JSESSIONID="EDC9B7C8B7D5E23F713FB58F6F3DE637", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09A89ED4-8484-4B3F-82E9-B680BAA05C66}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09A89ED4-8484-4B3F-82E9-B680BAA05C66%7D [org.dataone.client.rest.RestClient]
20170606-07:18:56: [WARN]: Cookie rejected [JSESSIONID="06CC63669F4C80EDED61C254D7122854", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09A9DCAE-8BD2-4109-8CA6-A35DA58DBB8F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09A9DCAE-8BD2-4109-8CA6-A35DA58DBB8F%7D [org.dataone.client.rest.RestClient]
20170606-07:18:57: [WARN]: Cookie rejected [JSESSIONID="58BFA9D7EA39C9867EEF96DFB2FDA4CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09AA44DA-A15F-434B-8E30-7DD830E69E15}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09AA44DA-A15F-434B-8E30-7DD830E69E15%7D [org.dataone.client.rest.RestClient]
20170606-07:18:58: [WARN]: Cookie rejected [JSESSIONID="25B6448B7145DFE6F39774E67E3BAFCE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09AB846D-761E-4F19-995C-18D24908A397}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09AB846D-761E-4F19-995C-18D24908A397%7D [org.dataone.client.rest.RestClient]
20170606-07:18:58: [WARN]: Cookie rejected [JSESSIONID="A5A40A7A6D69617822E174964F1F1748", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09B2668C-9B93-48F5-8032-E4B202CC1BF2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09B2668C-9B93-48F5-8032-E4B202CC1BF2%7D [org.dataone.client.rest.RestClient]
20170606-07:18:59: [WARN]: Cookie rejected [JSESSIONID="1124637CE0B0DA52489E78278C6568B2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09B3E4A6-83F0-4502-AED6-ED529AC63EBD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09B3E4A6-83F0-4502-AED6-ED529AC63EBD%7D [org.dataone.client.rest.RestClient]
20170606-07:18:59: [WARN]: Cookie rejected [JSESSIONID="DDC780F35D74491C885B249C98447868", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09B40AB0-BF42-4F21-99A6-3BD25E0F65D6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:18:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09B40AB0-BF42-4F21-99A6-3BD25E0F65D6%7D [org.dataone.client.rest.RestClient]
20170606-07:19:00: [WARN]: Cookie rejected [JSESSIONID="EF2DF644FEDB4D251AF9B365F562860C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09B606E9-D791-4E0D-B486-900AC70A3A31}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09B606E9-D791-4E0D-B486-900AC70A3A31%7D [org.dataone.client.rest.RestClient]
20170606-07:19:01: [WARN]: Cookie rejected [JSESSIONID="66D3EB15F8AEA0CD52DF72A24AC5180E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09B65748-94F6-47D5-9FC2-ADA56EC82AA3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09B65748-94F6-47D5-9FC2-ADA56EC82AA3%7D [org.dataone.client.rest.RestClient]
20170606-07:19:01: [WARN]: Cookie rejected [JSESSIONID="367F9266F9002EB5CA232776D71AC661", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09B798D6-384E-4860-B96D-1DE6D8F20F22}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09B798D6-384E-4860-B96D-1DE6D8F20F22%7D [org.dataone.client.rest.RestClient]
20170606-07:19:02: [WARN]: Cookie rejected [JSESSIONID="752135C15FC47448C0C5CCF2DA2D3AB9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09B8E209-C117-4D65-B097-9E95126F0819}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09B8E209-C117-4D65-B097-9E95126F0819%7D [org.dataone.client.rest.RestClient]
20170606-07:19:03: [WARN]: Cookie rejected [JSESSIONID="E3FFFE5C67C536BEE6424090B80706CA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09BAFD55-98D7-46CD-AFBC-964F81C7B9EC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09BAFD55-98D7-46CD-AFBC-964F81C7B9EC%7D [org.dataone.client.rest.RestClient]
20170606-07:19:03: [WARN]: Cookie rejected [JSESSIONID="D7FE0BF4AFA574B88023A18A8071D4AB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09BB4EB6-7F84-46BD-9D2D-31BA0ED028DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09BB4EB6-7F84-46BD-9D2D-31BA0ED028DB%7D [org.dataone.client.rest.RestClient]
20170606-07:19:04: [WARN]: Cookie rejected [JSESSIONID="3EB7B485D241C0B1563CD343796BE46C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09BBFB65-8B83-4B13-8FD1-871FC6F031F9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09BBFB65-8B83-4B13-8FD1-871FC6F031F9%7D [org.dataone.client.rest.RestClient]
20170606-07:19:04: [WARN]: Cookie rejected [JSESSIONID="B67A6F58C393DBD2B6E6B267ACAEB6B8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09BEBDCA-3D19-40FD-95AB-B2CC9CB9BCB9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09BEBDCA-3D19-40FD-95AB-B2CC9CB9BCB9%7D [org.dataone.client.rest.RestClient]
20170606-07:19:05: [WARN]: Cookie rejected [JSESSIONID="BA5B5F9D05424FD62C933FEC43FD6596", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09C27876-0E7E-4308-99D8-6746F04BBE49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09C27876-0E7E-4308-99D8-6746F04BBE49%7D [org.dataone.client.rest.RestClient]
20170606-07:19:06: [WARN]: Cookie rejected [JSESSIONID="2C75CC8F95E2D2932D3BC752D6B4787E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09C2C5DE-D86A-48F3-9A98-7662E39842EE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09C2C5DE-D86A-48F3-9A98-7662E39842EE%7D [org.dataone.client.rest.RestClient]
20170606-07:19:06: [WARN]: Cookie rejected [JSESSIONID="03F08393428B5461C247E76E7DAED433", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09C5B63C-8088-4F7E-AAE1-69691D429CAB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09C5B63C-8088-4F7E-AAE1-69691D429CAB%7D [org.dataone.client.rest.RestClient]
20170606-07:19:07: [WARN]: Cookie rejected [JSESSIONID="9620F4A8BECACC33CFF3C5BA6466C344", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09CAABA8-CFDF-4593-B52B-1B042B4D3706}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09CAABA8-CFDF-4593-B52B-1B042B4D3706%7D [org.dataone.client.rest.RestClient]
20170606-07:19:07: [WARN]: Cookie rejected [JSESSIONID="09937784C7A40675AE05426BB35101FF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09CBBCD5-E2EC-4950-9C2B-26086DEE2B36}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09CBBCD5-E2EC-4950-9C2B-26086DEE2B36%7D [org.dataone.client.rest.RestClient]
20170606-07:19:08: [WARN]: Cookie rejected [JSESSIONID="2FA4A836BE8F889DE4489CC3440C41D5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09CCBDFF-6D1D-407E-904C-5DE2FE383106}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09CCBDFF-6D1D-407E-904C-5DE2FE383106%7D [org.dataone.client.rest.RestClient]
20170606-07:19:09: [WARN]: Cookie rejected [JSESSIONID="A07BDB0F8D09CD8A88D6CE61A6A54501", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09CDE4FB-735C-4DD3-9749-EDB683B14990}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09CDE4FB-735C-4DD3-9749-EDB683B14990%7D [org.dataone.client.rest.RestClient]
20170606-07:19:09: [WARN]: Cookie rejected [JSESSIONID="9DAD7338E3D182979143C07834FBE851", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09CE00BA-8D84-49E4-ACA8-5B0BAE1976E8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09CE00BA-8D84-49E4-ACA8-5B0BAE1976E8%7D [org.dataone.client.rest.RestClient]
20170606-07:19:10: [WARN]: Cookie rejected [JSESSIONID="E0DA052DCB356DF142258B37778AD593", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09D1CE99-3B2F-483C-A6A0-0BD1CF844A82}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09D1CE99-3B2F-483C-A6A0-0BD1CF844A82%7D [org.dataone.client.rest.RestClient]
20170606-07:19:11: [WARN]: Cookie rejected [JSESSIONID="3B6854AD95E36EE92FE42CD4746C7996", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09D47FB6-FC0F-488C-B1BF-56B293361996}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09D47FB6-FC0F-488C-B1BF-56B293361996%7D [org.dataone.client.rest.RestClient]
20170606-07:19:11: [WARN]: Cookie rejected [JSESSIONID="E4BA789A998BFBA6E0EA4A71780E87CF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09D7B4B0-A971-46C2-8404-709DD87195F9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09D7B4B0-A971-46C2-8404-709DD87195F9%7D [org.dataone.client.rest.RestClient]
20170606-07:19:12: [WARN]: Cookie rejected [JSESSIONID="CFF5C63E717FCC05D582043CBBE30A67", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09DCC414-04D9-4BBB-88E7-995F31C9EC79}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09DCC414-04D9-4BBB-88E7-995F31C9EC79%7D [org.dataone.client.rest.RestClient]
20170606-07:19:12: [WARN]: Cookie rejected [JSESSIONID="94B049A3CB75FF622C4B606C2C97AAF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09DF7649-2024-4EC3-AF1F-8AAD1C436F80}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09DF7649-2024-4EC3-AF1F-8AAD1C436F80%7D [org.dataone.client.rest.RestClient]
20170606-07:19:13: [WARN]: Cookie rejected [JSESSIONID="AD1104BC65A926B97B3CA3D336BC713D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09E01FFA-6319-4AEE-8711-C9A81BFA2E4D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09E01FFA-6319-4AEE-8711-C9A81BFA2E4D%7D [org.dataone.client.rest.RestClient]
20170606-07:19:14: [WARN]: Cookie rejected [JSESSIONID="7C09425AA1E30F0534F1393C720CAED9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09E48EF1-B181-47FD-A727-B6171B9BF049}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09E48EF1-B181-47FD-A727-B6171B9BF049%7D [org.dataone.client.rest.RestClient]
20170606-07:19:14: [WARN]: Cookie rejected [JSESSIONID="DE636EF447716F76040D1068F36F0272", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09E96DDE-AFFB-4C10-B745-CA0BC946E782}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09E96DDE-AFFB-4C10-B745-CA0BC946E782%7D [org.dataone.client.rest.RestClient]
20170606-07:19:15: [WARN]: Cookie rejected [JSESSIONID="F5D8E2DDA8455244903FE08C93B25387", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09E9A9F7-8CD9-4F0A-8AC7-11900662E05D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09E9A9F7-8CD9-4F0A-8AC7-11900662E05D%7D [org.dataone.client.rest.RestClient]
20170606-07:19:15: [WARN]: Cookie rejected [JSESSIONID="53AAED24F9BDCDC1DCB847E10A430407", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09EAF475-F388-4E37-8384-37101F4F6923}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09EAF475-F388-4E37-8384-37101F4F6923%7D [org.dataone.client.rest.RestClient]
20170606-07:19:16: [WARN]: Cookie rejected [JSESSIONID="6A4B3E3B28C3355CA7FCF99A8FC2B5F9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09EB3486-8F39-4667-A20C-7F4A1F8950DB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09EB3486-8F39-4667-A20C-7F4A1F8950DB%7D [org.dataone.client.rest.RestClient]
20170606-07:19:17: [WARN]: Cookie rejected [JSESSIONID="CA7ECE3392F3DF57E131D99C3773CE3B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09EBB6B3-0AE2-4F4A-BDF7-70EA0A999354}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09EBB6B3-0AE2-4F4A-BDF7-70EA0A999354%7D [org.dataone.client.rest.RestClient]
20170606-07:19:17: [WARN]: Cookie rejected [JSESSIONID="49AE6DCAB643DE49541DED44C1FB6348", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09EC7E23-86DD-4559-AAD3-0F73972741E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09EC7E23-86DD-4559-AAD3-0F73972741E6%7D [org.dataone.client.rest.RestClient]
20170606-07:19:18: [WARN]: Cookie rejected [JSESSIONID="641C2A120F99DC369C3ED5085CDF873C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09ECF5E6-1C42-4CB6-BFE4-3C606AF787EF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09ECF5E6-1C42-4CB6-BFE4-3C606AF787EF%7D [org.dataone.client.rest.RestClient]
20170606-07:19:19: [WARN]: Cookie rejected [JSESSIONID="13797B3AB11D1C353B5272E08F26922D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09EE04BA-F52E-49C0-BA60-52E90AA6EC61}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09EE04BA-F52E-49C0-BA60-52E90AA6EC61%7D [org.dataone.client.rest.RestClient]
20170606-07:19:19: [WARN]: Cookie rejected [JSESSIONID="E33AD2E935672E28B2CAE8F425E9A896", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09EF05F3-9AB0-463C-9193-E2D062D3B421}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09EF05F3-9AB0-463C-9193-E2D062D3B421%7D [org.dataone.client.rest.RestClient]
20170606-07:19:20: [WARN]: Cookie rejected [JSESSIONID="24F695443384B2190027AF6101E0668F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09EF3163-E69C-4405-B843-DE1960D69FB6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09EF3163-E69C-4405-B843-DE1960D69FB6%7D [org.dataone.client.rest.RestClient]
20170606-07:19:20: [WARN]: Cookie rejected [JSESSIONID="676E7A055BC8FC7915BB9CD3571D9DA0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09F0ED26-7016-4ABD-B0F6-C4B2C940CFC9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09F0ED26-7016-4ABD-B0F6-C4B2C940CFC9%7D [org.dataone.client.rest.RestClient]
20170606-07:19:21: [WARN]: Cookie rejected [JSESSIONID="D73784A0230C0F6139AFE3A231402FF6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09F7A596-7612-4E40-9E0E-4820B976DD3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09F7A596-7612-4E40-9E0E-4820B976DD3F%7D [org.dataone.client.rest.RestClient]
20170606-07:19:22: [WARN]: Cookie rejected [JSESSIONID="96A6A6BBF6F00161D338A28985CFB4A8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09FAAB63-0F39-4E67-BB50-1117F29F0F37}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09FAAB63-0F39-4E67-BB50-1117F29F0F37%7D [org.dataone.client.rest.RestClient]
20170606-07:19:22: [WARN]: Cookie rejected [JSESSIONID="1B3C1EFE3F86268263E1DC1E9963E292", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09FB0E61-6985-4942-AC03-3E69096912ED}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09FB0E61-6985-4942-AC03-3E69096912ED%7D [org.dataone.client.rest.RestClient]
20170606-07:19:23: [WARN]: Cookie rejected [JSESSIONID="1E1EBC2E742A0BEA692C436244B43ACA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{09FFF4C2-0589-477A-90CE-83208DBF413A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B09FFF4C2-0589-477A-90CE-83208DBF413A%7D [org.dataone.client.rest.RestClient]
20170606-07:19:24: [WARN]: Cookie rejected [JSESSIONID="A49B2B0250DF529CDC66429D465C7891", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A02C480-5C89-402C-9F7F-C1A0900A49C7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A02C480-5C89-402C-9F7F-C1A0900A49C7%7D [org.dataone.client.rest.RestClient]
20170606-07:19:24: [WARN]: Cookie rejected [JSESSIONID="CBBF59F66BB7873BD59790A167F98CA9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A065807-B682-4276-B54A-8F828E7E318E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A065807-B682-4276-B54A-8F828E7E318E%7D [org.dataone.client.rest.RestClient]
20170606-07:19:25: [WARN]: Cookie rejected [JSESSIONID="4F083E99AA86851DFE3FFAFDC98A793F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A072963-1503-4F8F-9F0C-25E12983B6BD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A072963-1503-4F8F-9F0C-25E12983B6BD%7D [org.dataone.client.rest.RestClient]
20170606-07:19:25: [WARN]: Cookie rejected [JSESSIONID="16B1568E040536C6F183F44E160AAAC6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A08859D-8CCC-4D11-91BD-0B1EB4458768}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A08859D-8CCC-4D11-91BD-0B1EB4458768%7D [org.dataone.client.rest.RestClient]
20170606-07:19:26: [WARN]: Cookie rejected [JSESSIONID="1A0C3018C67F275F7F34F55C359D7450", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A096148-C843-471A-B451-23D3BF8BF327}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A096148-C843-471A-B451-23D3BF8BF327%7D [org.dataone.client.rest.RestClient]
20170606-07:19:27: [WARN]: Cookie rejected [JSESSIONID="FC2A42BCA61E02992B536AE44FCBF218", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A0A6B1A-BF8B-45C0-9F2F-AA61FD51D3DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A0A6B1A-BF8B-45C0-9F2F-AA61FD51D3DD%7D [org.dataone.client.rest.RestClient]
20170606-07:19:27: [WARN]: Cookie rejected [JSESSIONID="0BDB6C3C7AA757F4C05813974522CBC2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A0ACF54-DD22-4938-8BCE-1ADAD6317E3F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A0ACF54-DD22-4938-8BCE-1ADAD6317E3F%7D [org.dataone.client.rest.RestClient]
20170606-07:19:28: [WARN]: Cookie rejected [JSESSIONID="11C84A5AFC90501C6DCD81D0F66D1BE3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A0B901E-83A2-4D74-8654-9B0106FB2B32}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A0B901E-83A2-4D74-8654-9B0106FB2B32%7D [org.dataone.client.rest.RestClient]
20170606-07:19:29: [WARN]: Cookie rejected [JSESSIONID="FA2861F2982147DB4AE3FF72C4FAB143", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A0C7C64-476D-49EF-B8FD-93410E55813B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A0C7C64-476D-49EF-B8FD-93410E55813B%7D [org.dataone.client.rest.RestClient]
20170606-07:19:29: [WARN]: Cookie rejected [JSESSIONID="3138A2AEFBA8C4EBB5E08842F9A4C36C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A10F6E4-08ED-482D-805D-863DD13D32D5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A10F6E4-08ED-482D-805D-863DD13D32D5%7D [org.dataone.client.rest.RestClient]
20170606-07:19:30: [WARN]: Cookie rejected [JSESSIONID="72C0FAD59593BCFE50855D94928EA94D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A16DCDC-2514-448B-A16A-357A70D3E9FD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A16DCDC-2514-448B-A16A-357A70D3E9FD%7D [org.dataone.client.rest.RestClient]
20170606-07:19:30: [WARN]: Cookie rejected [JSESSIONID="950567AB6D25CE87EE4A256BC638829B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A173903-83AD-4958-8910-6220D19EA915}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A173903-83AD-4958-8910-6220D19EA915%7D [org.dataone.client.rest.RestClient]
20170606-07:19:31: [WARN]: Cookie rejected [JSESSIONID="D59972436FA1E2F70AEC7F48FFEC311D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A18D194-0B85-4AA2-8FBF-DEBD5A0720B7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A18D194-0B85-4AA2-8FBF-DEBD5A0720B7%7D [org.dataone.client.rest.RestClient]
20170606-07:19:32: [WARN]: Cookie rejected [JSESSIONID="7D8411EFB95940A8C162584A4A4D1434", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A1E5F4F-1785-432E-A286-2554421AFDB0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A1E5F4F-1785-432E-A286-2554421AFDB0%7D [org.dataone.client.rest.RestClient]
20170606-07:19:32: [WARN]: Cookie rejected [JSESSIONID="2C5E6EF495671716B6D5C4432CEBA4F7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A1FC264-A80A-4C6B-84B5-827365B662A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A1FC264-A80A-4C6B-84B5-827365B662A7%7D [org.dataone.client.rest.RestClient]
20170606-07:19:33: [WARN]: Cookie rejected [JSESSIONID="175222198EB02EAC37D88C9B5987CD18", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A253A31-B1EE-49B6-9925-F6A31473E6FD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A253A31-B1EE-49B6-9925-F6A31473E6FD%7D [org.dataone.client.rest.RestClient]
20170606-07:19:34: [WARN]: Cookie rejected [JSESSIONID="D29E7A868FAF7FDD90BE98AA768F2452", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A272365-740F-40AE-9998-378277EF8937}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A272365-740F-40AE-9998-378277EF8937%7D [org.dataone.client.rest.RestClient]
20170606-07:19:34: [WARN]: Cookie rejected [JSESSIONID="262D6D6E980F3E9C368587BFA814930B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A2CF262-0362-448E-94E2-78D77572A4B5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A2CF262-0362-448E-94E2-78D77572A4B5%7D [org.dataone.client.rest.RestClient]
20170606-07:19:35: [WARN]: Cookie rejected [JSESSIONID="83BA5C58E38BF5A2CF4F86B4362136D7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A309847-DDF9-4FC5-8EE8-59D79EBC9770}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A309847-DDF9-4FC5-8EE8-59D79EBC9770%7D [org.dataone.client.rest.RestClient]
20170606-07:19:36: [WARN]: Cookie rejected [JSESSIONID="9156902E3D5EF21E8FB61D99DB6680DF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A313CB8-A25B-4B39-B63C-AC0EF808B7A8}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A313CB8-A25B-4B39-B63C-AC0EF808B7A8%7D [org.dataone.client.rest.RestClient]
20170606-07:19:36: [WARN]: Cookie rejected [JSESSIONID="51E91F2F3F59364C20CF1B2592928EF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A376488-DAF3-4D87-8F7E-B93DDF2DADD6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A376488-DAF3-4D87-8F7E-B93DDF2DADD6%7D [org.dataone.client.rest.RestClient]
20170606-07:19:37: [WARN]: Cookie rejected [JSESSIONID="8B967A598E26BEA66A5729867C753906", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A37908D-BDB1-44F2-A5EC-C5BC203139CC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A37908D-BDB1-44F2-A5EC-C5BC203139CC%7D [org.dataone.client.rest.RestClient]
20170606-07:19:37: [WARN]: Cookie rejected [JSESSIONID="D57F58EEC8CA1E8FF112430F8A51A68C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A3920B0-6B1B-47AE-939E-7B6C371DF9DD}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A3920B0-6B1B-47AE-939E-7B6C371DF9DD%7D [org.dataone.client.rest.RestClient]
20170606-07:19:38: [WARN]: Cookie rejected [JSESSIONID="230297B41C6260577272FECC825DE090", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A3A51F7-66BD-475C-8D59-8CE2CF813051}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A3A51F7-66BD-475C-8D59-8CE2CF813051%7D [org.dataone.client.rest.RestClient]
20170606-07:19:39: [WARN]: Cookie rejected [JSESSIONID="E97166F714F6FE09D794C1B81358497E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A3B7358-6831-4A1A-BDB1-4194010F3DB2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A3B7358-6831-4A1A-BDB1-4194010F3DB2%7D [org.dataone.client.rest.RestClient]
20170606-07:19:39: [WARN]: Cookie rejected [JSESSIONID="AB89941CB7F71BAE8575772697B0A4AB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A3C9E66-4336-4D9A-933F-D886E379E56F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A3C9E66-4336-4D9A-933F-D886E379E56F%7D [org.dataone.client.rest.RestClient]
20170606-07:19:40: [WARN]: Cookie rejected [JSESSIONID="0D6AB4F6C43FC982D877DA5BB546948F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A432B65-D82E-4E29-AC9D-72F23F2A6DF4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A432B65-D82E-4E29-AC9D-72F23F2A6DF4%7D [org.dataone.client.rest.RestClient]
20170606-07:19:41: [WARN]: Cookie rejected [JSESSIONID="C8B81C400ED4AB1AFB21B0A99ADEBB8D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A453449-8D8D-410F-80CD-802818FA584C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A453449-8D8D-410F-80CD-802818FA584C%7D [org.dataone.client.rest.RestClient]
20170606-07:19:41: [WARN]: Cookie rejected [JSESSIONID="283ECAF953C2898F782B6E9E457A8EF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A473D49-3878-4F2A-89AE-1B5E302DFE05}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A473D49-3878-4F2A-89AE-1B5E302DFE05%7D [org.dataone.client.rest.RestClient]
20170606-07:19:42: [WARN]: Cookie rejected [JSESSIONID="E879DCAD73C14F06553FE50EE53C86C2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A488FD7-6442-43D7-A483-D646DCE5B4E6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A488FD7-6442-43D7-A483-D646DCE5B4E6%7D [org.dataone.client.rest.RestClient]
20170606-07:19:42: [WARN]: Cookie rejected [JSESSIONID="AF21A9988C92E12394AE3370F90E600D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A49683E-720D-4FC4-A522-A7B63CD2471F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A49683E-720D-4FC4-A522-A7B63CD2471F%7D [org.dataone.client.rest.RestClient]
20170606-07:19:43: [WARN]: Cookie rejected [JSESSIONID="3E464EFCC8B9C9F52934D7E7B14C4793", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A4AFEF1-9DE1-4D85-BBC9-37A907C07150}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A4AFEF1-9DE1-4D85-BBC9-37A907C07150%7D [org.dataone.client.rest.RestClient]
20170606-07:19:44: [WARN]: Cookie rejected [JSESSIONID="4E15D7914F9430F8D11A3F795719DEFC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A4C1C61-33A2-487B-8220-5146157436F4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A4C1C61-33A2-487B-8220-5146157436F4%7D [org.dataone.client.rest.RestClient]
20170606-07:19:44: [WARN]: Cookie rejected [JSESSIONID="9BADC29627BEA54C8117386E9418B787", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A4CFBF3-892A-4FFE-BC43-E864C59578C5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A4CFBF3-892A-4FFE-BC43-E864C59578C5%7D [org.dataone.client.rest.RestClient]
20170606-07:19:45: [WARN]: Cookie rejected [JSESSIONID="1A9EAD7101A146B0B400CD681F8A0C0A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A4DCEBA-6892-48DA-8B7E-FD3CC28A2842}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A4DCEBA-6892-48DA-8B7E-FD3CC28A2842%7D [org.dataone.client.rest.RestClient]
20170606-07:19:46: [WARN]: Cookie rejected [JSESSIONID="3BDCDE679D85FDD3641BA5F90C034636", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A4DEA3E-A2AA-41B5-BC47-DDC3AE93BA40}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A4DEA3E-A2AA-41B5-BC47-DDC3AE93BA40%7D [org.dataone.client.rest.RestClient]
20170606-07:19:46: [WARN]: Cookie rejected [JSESSIONID="40A57AB533654B0D89F86CE41A722F0B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A56F1AD-C9A1-4CD7-83C3-5C698C629063}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A56F1AD-C9A1-4CD7-83C3-5C698C629063%7D [org.dataone.client.rest.RestClient]
20170606-07:19:47: [WARN]: Cookie rejected [JSESSIONID="3E343F568A01FA66FBE55DAB7CBBB24C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A5CA2F3-C49B-4DC5-B203-C7183D53BB24}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A5CA2F3-C49B-4DC5-B203-C7183D53BB24%7D [org.dataone.client.rest.RestClient]
20170606-07:19:47: [WARN]: Cookie rejected [JSESSIONID="688F7AC8EDC41D49BAD60E8A102E7BAF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A5FC69C-EDD7-43CF-AC78-3AB27BEE0EA1}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A5FC69C-EDD7-43CF-AC78-3AB27BEE0EA1%7D [org.dataone.client.rest.RestClient]
20170606-07:19:48: [WARN]: Cookie rejected [JSESSIONID="9FF63413D7703A1B52289AEC2AAFDB51", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A61D65E-7C8F-42BC-B5B4-E33A1EC0EBDC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A61D65E-7C8F-42BC-B5B4-E33A1EC0EBDC%7D [org.dataone.client.rest.RestClient]
20170606-07:19:49: [WARN]: Cookie rejected [JSESSIONID="7A27EF80C84CB8BE684666F016F09B99", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A69184B-760D-402A-96F8-6BD755A635D2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A69184B-760D-402A-96F8-6BD755A635D2%7D [org.dataone.client.rest.RestClient]
20170606-07:19:49: [WARN]: Cookie rejected [JSESSIONID="9D64529D9301A91C4E6A3C9D71D969DF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A6A6415-34F2-4449-A57A-A2DB256C8F74}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A6A6415-34F2-4449-A57A-A2DB256C8F74%7D [org.dataone.client.rest.RestClient]
20170606-07:19:50: [WARN]: Cookie rejected [JSESSIONID="675DED6776E13A3ECA8B11264501C79C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A6C04B9-D4AD-47E6-B3C2-6D5C574BD20A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A6C04B9-D4AD-47E6-B3C2-6D5C574BD20A%7D [org.dataone.client.rest.RestClient]
20170606-07:19:51: [WARN]: Cookie rejected [JSESSIONID="6EE45A8C462193BA6A547BA20771B0CA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A6E7C1E-97F9-41A9-A488-5DBA4B7F9DDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A6E7C1E-97F9-41A9-A488-5DBA4B7F9DDE%7D [org.dataone.client.rest.RestClient]
20170606-07:19:51: [WARN]: Cookie rejected [JSESSIONID="EFE09AAE0F3C420FE76A58168BA3085C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A72FB7A-60F6-4979-9F77-74B172B741AE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A72FB7A-60F6-4979-9F77-74B172B741AE%7D [org.dataone.client.rest.RestClient]
20170606-07:19:52: [WARN]: Cookie rejected [JSESSIONID="1282634F28C09E6DF79CCDE1EF561DC3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A754560-81C8-45F2-9C9B-892A68129FD0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A754560-81C8-45F2-9C9B-892A68129FD0%7D [org.dataone.client.rest.RestClient]
20170606-07:19:52: [WARN]: Cookie rejected [JSESSIONID="C7309493B7CF2EE4E24D35E88B0384D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A76FF23-2B3F-453B-9886-DCAA3423BCD9}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A76FF23-2B3F-453B-9886-DCAA3423BCD9%7D [org.dataone.client.rest.RestClient]
20170606-07:19:53: [WARN]: Cookie rejected [JSESSIONID="2B1C9058BD36FE5021681136AB649A5F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A77305D-DDCB-4D7C-90CA-CFBC1A0BD355}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A77305D-DDCB-4D7C-90CA-CFBC1A0BD355%7D [org.dataone.client.rest.RestClient]
20170606-07:19:54: [WARN]: Cookie rejected [JSESSIONID="22A606B7A38E36D15714960AEA1A3134", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A795A21-FB35-436C-9F18-17A470CDC562}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A795A21-FB35-436C-9F18-17A470CDC562%7D [org.dataone.client.rest.RestClient]
20170606-07:19:54: [WARN]: Cookie rejected [JSESSIONID="E60B6A5B8DC9CDEEF135DD45CAFD1CCA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A7C1CD9-973D-4190-AD4B-7BF5C33E0EDC}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A7C1CD9-973D-4190-AD4B-7BF5C33E0EDC%7D [org.dataone.client.rest.RestClient]
20170606-07:19:55: [WARN]: Cookie rejected [JSESSIONID="FBB33093C95A4943DA02852AA3681E54", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A7D095E-AB56-4B52-A19B-72A8AD82549B}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A7D095E-AB56-4B52-A19B-72A8AD82549B%7D [org.dataone.client.rest.RestClient]
20170606-07:19:56: [WARN]: Cookie rejected [JSESSIONID="07D7BCF87A519B9563437959B35BE4C5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A7D24DF-7404-4164-908F-B675141D2F66}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A7D24DF-7404-4164-908F-B675141D2F66%7D [org.dataone.client.rest.RestClient]
20170606-07:19:56: [WARN]: Cookie rejected [JSESSIONID="55AAAC3ED976CA5385F9C0D8D42CB8FE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A7EBDD4-7DF9-4151-92FA-C44CA960B8E3}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A7EBDD4-7DF9-4151-92FA-C44CA960B8E3%7D [org.dataone.client.rest.RestClient]
20170606-07:19:57: [WARN]: Cookie rejected [JSESSIONID="6E91D56BD0B5DFB7FCCC0070B661D4A3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A82327D-0CD0-4273-936A-2BEB5D1ABFD0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A82327D-0CD0-4273-936A-2BEB5D1ABFD0%7D [org.dataone.client.rest.RestClient]
20170606-07:19:58: [WARN]: Cookie rejected [JSESSIONID="56883E84013D0029C9159BD48E4D8577", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A831A8B-613E-414E-A3FC-DEB9321B4B53}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A831A8B-613E-414E-A3FC-DEB9321B4B53%7D [org.dataone.client.rest.RestClient]
20170606-07:19:58: [WARN]: Cookie rejected [JSESSIONID="2278E2E22CE364E825D77429F0FECD30", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A838063-F670-4ECE-B504-37E6469BBCBB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A838063-F670-4ECE-B504-37E6469BBCBB%7D [org.dataone.client.rest.RestClient]
20170606-07:19:59: [WARN]: Cookie rejected [JSESSIONID="40696BF50C81F83F92B4EC81950A3D8D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A87F92B-CF17-45E2-8BB3-4AC95B874F44}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A87F92B-CF17-45E2-8BB3-4AC95B874F44%7D [org.dataone.client.rest.RestClient]
20170606-07:19:59: [WARN]: Cookie rejected [JSESSIONID="9AB9E87B8F97920CFC83CB2136A77A25", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A895DC2-B987-4FE4-8666-840758934F86}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A895DC2-B987-4FE4-8666-840758934F86%7D [org.dataone.client.rest.RestClient]
20170606-07:20:00: [WARN]: Cookie rejected [JSESSIONID="71004EF36543E17342992709FDF44E9D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A896CFE-3998-47DF-B256-3EAD2CBC1AD2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A896CFE-3998-47DF-B256-3EAD2CBC1AD2%7D [org.dataone.client.rest.RestClient]
20170606-07:20:01: [WARN]: Cookie rejected [JSESSIONID="A2AD6580CEBAF999A14EE75A6360F831", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A8B0FAA-AB6A-4B17-B0A2-AC70E50F5A5C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A8B0FAA-AB6A-4B17-B0A2-AC70E50F5A5C%7D [org.dataone.client.rest.RestClient]
20170606-07:20:01: [WARN]: Cookie rejected [JSESSIONID="45FA2A3C00E4F42F55DF3193F9F5B0C0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A8F4BE0-B627-4BE9-A6E8-570ED93D91A2}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A8F4BE0-B627-4BE9-A6E8-570ED93D91A2%7D [org.dataone.client.rest.RestClient]
20170606-07:20:02: [WARN]: Cookie rejected [JSESSIONID="3E3F31239814D97C3A9E4839B3C8E5D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0A986337-4AF5-4412-AE45-173892E9F271}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0A986337-4AF5-4412-AE45-173892E9F271%7D [org.dataone.client.rest.RestClient]
20170606-07:20:03: [WARN]: Cookie rejected [JSESSIONID="FCC2E0547C6D7A9298B66A0894B3371C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AA5122F-C6FB-4A3F-BD06-7D8DC5F44405}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AA5122F-C6FB-4A3F-BD06-7D8DC5F44405%7D [org.dataone.client.rest.RestClient]
20170606-07:20:03: [WARN]: Cookie rejected [JSESSIONID="3526F949B5FB4732FFEE7CCD677F5315", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AA7E427-9551-4548-8E4D-056E7AC99E09}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AA7E427-9551-4548-8E4D-056E7AC99E09%7D [org.dataone.client.rest.RestClient]
20170606-07:20:04: [WARN]: Cookie rejected [JSESSIONID="B7AB3AFFF8F0BB28F00C61C9F2987703", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AAE3A2E-9F1A-45DC-B580-BDD235EF7ADA}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AAE3A2E-9F1A-45DC-B580-BDD235EF7ADA%7D [org.dataone.client.rest.RestClient]
20170606-07:20:04: [WARN]: Cookie rejected [JSESSIONID="16252DF5B36796DE463D76EECB197CCD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AB0350D-A034-46B7-9D42-16C731C85AEB}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AB0350D-A034-46B7-9D42-16C731C85AEB%7D [org.dataone.client.rest.RestClient]
20170606-07:20:05: [WARN]: Cookie rejected [JSESSIONID="7092D6216D181605196FFE44CBC318B5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AB2995D-AA2F-4555-BA11-19766830EF06}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AB2995D-AA2F-4555-BA11-19766830EF06%7D [org.dataone.client.rest.RestClient]
20170606-07:20:06: [WARN]: Cookie rejected [JSESSIONID="9E73EDE6C752319DC02EC980441A0F00", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AB4FB15-3C81-4981-A059-15124CCA26B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AB4FB15-3C81-4981-A059-15124CCA26B4%7D [org.dataone.client.rest.RestClient]
20170606-07:20:06: [WARN]: Cookie rejected [JSESSIONID="FA1DE9BF8FE893E6148D92A951F18A76", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AB6BA1E-1452-4076-A8AF-32EF1DE8245C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AB6BA1E-1452-4076-A8AF-32EF1DE8245C%7D [org.dataone.client.rest.RestClient]
20170606-07:20:07: [WARN]: Cookie rejected [JSESSIONID="7FA40301F07A5410B81273B366277ABB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0ABB9190-EBC9-484D-AF2C-917209F772B4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0ABB9190-EBC9-484D-AF2C-917209F772B4%7D [org.dataone.client.rest.RestClient]
20170606-07:20:07: [WARN]: Cookie rejected [JSESSIONID="75CF55FC54F39C978C9987ECA85FC109", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0ABE1D1F-C345-4F7D-B247-3A616619E55C}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0ABE1D1F-C345-4F7D-B247-3A616619E55C%7D [org.dataone.client.rest.RestClient]
20170606-07:20:08: [WARN]: Cookie rejected [JSESSIONID="4B6DD329D66666E1A6FE9C6ED582FDA3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AC0BB91-03F3-46D2-B377-12CFF9255492}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AC0BB91-03F3-46D2-B377-12CFF9255492%7D [org.dataone.client.rest.RestClient]
20170606-07:20:09: [WARN]: Cookie rejected [JSESSIONID="313A83B906C9A0A90692003FBFB0EC83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AC1A66C-7914-48D0-AB11-CA738A02E9FF}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AC1A66C-7914-48D0-AB11-CA738A02E9FF%7D [org.dataone.client.rest.RestClient]
20170606-07:20:09: [WARN]: Cookie rejected [JSESSIONID="28A87E88E47485A6161455A31C474E27", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AC68180-4A39-4555-A8DA-55BC895D94A7}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AC68180-4A39-4555-A8DA-55BC895D94A7%7D [org.dataone.client.rest.RestClient]
20170606-07:20:10: [WARN]: Cookie rejected [JSESSIONID="01AC4A0EE7072BDA0B778A5AD9A9F9F4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AC9FDE6-2935-4D5A-BC88-D95222205DF0}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AC9FDE6-2935-4D5A-BC88-D95222205DF0%7D [org.dataone.client.rest.RestClient]
20170606-07:20:11: [WARN]: Cookie rejected [JSESSIONID="F01E5E304DF8612C32E554A9FB6F276C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0ACB979E-0BB4-4473-943D-2883E697B115}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0ACB979E-0BB4-4473-943D-2883E697B115%7D [org.dataone.client.rest.RestClient]
20170606-07:20:11: [WARN]: Cookie rejected [JSESSIONID="5DFE57421DCE5569B708E5EDBD1B83E4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AD0B195-AD96-4360-90F1-43386CD5BC1A}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AD0B195-AD96-4360-90F1-43386CD5BC1A%7D [org.dataone.client.rest.RestClient]
20170606-07:20:12: [WARN]: Cookie rejected [JSESSIONID="C8F31FFF48F288795C1A436BD3BB6B99", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AD53653-A468-46B3-A9A9-863CF2A7A38E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AD53653-A468-46B3-A9A9-863CF2A7A38E%7D [org.dataone.client.rest.RestClient]
20170606-07:20:13: [WARN]: Cookie rejected [JSESSIONID="8E8B833A6117C3F576161A37C871339E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0ADCFA2E-0D25-4D26-A0A1-648156DB2B64}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0ADCFA2E-0D25-4D26-A0A1-648156DB2B64%7D [org.dataone.client.rest.RestClient]
20170606-07:20:13: [WARN]: Cookie rejected [JSESSIONID="F353B28F4CE155D6465BB259FCFA38E0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AE229A9-4EC6-4EEC-A29C-3C096957C3D4}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AE229A9-4EC6-4EEC-A29C-3C096957C3D4%7D [org.dataone.client.rest.RestClient]
20170606-07:20:14: [WARN]: Cookie rejected [JSESSIONID="665000F75636F989F547B0C3D912ADBC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AE30515-C3C8-4AAD-998E-6BFFD43E64D6}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AE30515-C3C8-4AAD-998E-6BFFD43E64D6%7D [org.dataone.client.rest.RestClient]
20170606-07:20:14: [WARN]: Cookie rejected [JSESSIONID="D7449912CD919F7804D1D89B24645F34", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AE4A91B-CCF9-4650-8461-F8CC65F4D3E5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AE4A91B-CCF9-4650-8461-F8CC65F4D3E5%7D [org.dataone.client.rest.RestClient]
20170606-07:20:15: [WARN]: Cookie rejected [JSESSIONID="413306BEBC4025B690B15B5DCADE575D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AE4AE47-A35F-4448-B111-ED78D992BBDE}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AE4AE47-A35F-4448-B111-ED78D992BBDE%7D [org.dataone.client.rest.RestClient]
20170606-07:20:16: [WARN]: Cookie rejected [JSESSIONID="25D2E3B3FE6E74862AE9513FE73099DB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AE586E6-299D-4D85-89AF-F15893C6A573}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AE586E6-299D-4D85-89AF-F15893C6A573%7D [org.dataone.client.rest.RestClient]
20170606-07:20:16: [WARN]: Cookie rejected [JSESSIONID="BCF080709AA0588359C15A413FCF3E3B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AE65B5A-3449-4428-B740-E81000BE2962}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AE65B5A-3449-4428-B740-E81000BE2962%7D [org.dataone.client.rest.RestClient]
20170606-07:20:17: [WARN]: Cookie rejected [JSESSIONID="6B28511C076412ED9EFF78245638307C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AE9CCB9-AA98-491B-B418-10B3C9E24E6E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AE9CCB9-AA98-491B-B418-10B3C9E24E6E%7D [org.dataone.client.rest.RestClient]
20170606-07:20:18: [WARN]: Cookie rejected [JSESSIONID="5F1B4DADDA29DE73DDC0EB33A094E8E5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AF19543-BEC3-4E16-BE80-00D206FB56F5}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AF19543-BEC3-4E16-BE80-00D206FB56F5%7D [org.dataone.client.rest.RestClient]
20170606-07:20:18: [WARN]: Cookie rejected [JSESSIONID="30595E9D30D99B2A2EEB58C5A201229B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AF472FB-4472-498D-843F-83467189CD0E}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AF472FB-4472-498D-843F-83467189CD0E%7D [org.dataone.client.rest.RestClient]
20170606-07:20:19: [WARN]: Cookie rejected [JSESSIONID="4CBB3EB1C59B2063A15B81ECABCAEF83", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AF76C78-BB60-49B1-A321-8E257CD3F52D}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AF76C78-BB60-49B1-A321-8E257CD3F52D%7D [org.dataone.client.rest.RestClient]
20170606-07:20:19: [WARN]: Cookie rejected [JSESSIONID="E957B28D7570D61B1F950A08D86BA83F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AFAF86F-2191-4E92-BDFA-224412BB8F61}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AFAF86F-2191-4E92-BDFA-224412BB8F61%7D [org.dataone.client.rest.RestClient]
20170606-07:20:20: [WARN]: Cookie rejected [JSESSIONID="9484280AD2FF38F74EBCE41566733E9B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0AFF96E2-004A-4D71-A18A-587B48A7D83F}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0AFF96E2-004A-4D71-A18A-587B48A7D83F%7D [org.dataone.client.rest.RestClient]
20170606-07:20:21: [WARN]: Cookie rejected [JSESSIONID="9C60BDBFA7B9D1BD8D6C85DA258B2A71", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/{0B007847-E2D8-46D3-9041-3A1F9D1A1A49}" [org.apache.http.client.protocol.ResponseProcessCookies]
20170606-07:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B0B007847-E2D8-46D3-9041-3A1F9D1A1A49%7D [org.dataone.client.rest.RestClient]
20170606-07:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:21: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:21: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/select?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:22: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/select?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:22: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/select?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:23: [INFO]: 
***************** running test for testSearch(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/select?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:24: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
0   common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ	common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
1   common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz	common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
2   common-unicode-ascii-safe-0123456789	common-unicode-ascii-safe-0123456789
3   common-unicode-ascii-safe-:@$-_.!*()',~	common-unicode-ascii-safe-:@$-_.!*()',~
4   common-unicode-ascii-safe-unreserved-._~	common-unicode-ascii-safe-unreserved-._~
5   common-unicode-ascii-safe-sub-delims-$!*()',	common-unicode-ascii-safe-sub-delims-$!*()',
6   common-unicode-ascii-safe-gen-delims-:@	common-unicode-ascii-safe-gen-delims-:@
7   common-unicode-ascii-escaped-"#<>[]^`{}|	common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C
8   common-unicode-ascii-escaped-tomcatBlocked-\	common-unicode-ascii-escaped-tomcatBlocked-%5C
9   common-unicode-ascii-escaped-tomcatBlocked-%5C	common-unicode-ascii-escaped-tomcatBlocked-%255C
10   common-unicode-ascii-semi-colon-test-%3B	common-unicode-ascii-semi-colon-test-%253B
11   common-unicode-ascii-escaped-%	common-unicode-ascii-escaped-%25
12   common-unicode-ascii-escaped-space x x	common-unicode-ascii-escaped-space%20x%20x
13   common-unicode-ascii-escape-anyway-+	common-unicode-ascii-escape-anyway-%2B
14   common-unicode-ascii-escape-space-v-plus-+ +%20 %20+	common-unicode-ascii-escape-space-v-plus-%2B%20%2B%2520%20%2520%2B
15   query-unicode-ascii-safe-;	query-unicode-ascii-safe-;
16   query-unicode-ascii-safe-/?	query-unicode-ascii-safe-/?
17   query-unicode-ascii-escaped-&=&=	query-unicode-ascii-escaped-%26%3D%26%3D
18   common-unicode-bmp-1byte-escaped-ยกยขยฃ	common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3
19   common-unicode-bmp-2byte-escaped-ไฆนไฆบ	common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA
20   common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—	common-unicode-supplementary-escaped-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97
21   query-unicode-ascii-escaped-this&that=theOther	query-unicode-ascii-escaped-this%26that%3DtheOther
22   common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815	common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
23   query-ascii-doc-example-10.1000/182	query-ascii-doc-example-10.1000/182
24   query-ascii-doc-example-http://example.com/data/mydata?row=24	query-ascii-doc-example-http://example.com/data/mydata?row%3D24
25   query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)	query-ascii-doc-example-ldap://ldap1.example.net:6666/o%3DUniversity%2520of%2520Michigan,%20c%3DUS??sub?(cn%3DBabs%2520Jensen)
26   common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰	common-bmp-doc-example-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89
27   common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine	common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine
20170606-07:20:24: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-07:20:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev.test.dataone.org/cn/v2
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-07:20:25: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-07:20:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-07:20:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-07:20:27: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev-unm-1.test.dataone.org/cn/v2
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-07:20:27: [INFO]: 
***************** running test for testSearch_Solr_unicodeTests(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]

0    unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-ABCDEFGHIJKLMNOPQRSTUVWXYZ%5C* [org.dataone.client.rest.RestClient]

1    unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-abcdefghijklmnopqrstuvwxyz%5C* [org.dataone.client.rest.RestClient]

2    unicode String:: common-unicode-ascii-safe-0123456789
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-0123456789%5C* [org.dataone.client.rest.RestClient]

3    unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~
20170606-07:20:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-%5C:@$%5C-_.%5C!%5C*%5C(%5C)',%5C~%5C* [org.dataone.client.rest.RestClient]

4    unicode String:: common-unicode-ascii-safe-unreserved-._~
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-unreserved%5C-._%5C~%5C* [org.dataone.client.rest.RestClient]

5    unicode String:: common-unicode-ascii-safe-sub-delims-$!*()',
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-sub%5C-delims%5C-$%5C!%5C*%5C(%5C)',%5C* [org.dataone.client.rest.RestClient]

6    unicode String:: common-unicode-ascii-safe-gen-delims-:@
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-safe%5C-gen%5C-delims%5C-%5C:@%5C* [org.dataone.client.rest.RestClient]

7    unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}|
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%5C%22%23%3C%3E%5C%5B%5C%5D%5C%5E%60%5C%7B%5C%7D%5C%7C%5C* [org.dataone.client.rest.RestClient]

8    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%5C%5C%5C* [org.dataone.client.rest.RestClient]

9    unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-tomcatBlocked%5C-%255C%5C* [org.dataone.client.rest.RestClient]

10    unicode String:: common-unicode-ascii-semi-colon-test-%3B
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-semi%5C-colon%5C-test%5C-%253B%5C* [org.dataone.client.rest.RestClient]

11    unicode String:: common-unicode-ascii-escaped-%
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-%25%5C* [org.dataone.client.rest.RestClient]

12    unicode String:: common-unicode-ascii-escaped-space x x
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escaped%5C-space%5C%20x%5C%20x%5C* [org.dataone.client.rest.RestClient]

13    unicode String:: common-unicode-ascii-escape-anyway-+
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-anyway%5C-%5C%2B%5C* [org.dataone.client.rest.RestClient]

14    unicode String:: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-ascii%5C-escape%5C-space%5C-v%5C-plus%5C-%5C%2B%5C%20%5C%2B%2520%5C%20%2520%5C%2B%5C* [org.dataone.client.rest.RestClient]

15    unicode String:: query-unicode-ascii-safe-;
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-%5C;%5C* [org.dataone.client.rest.RestClient]

16    unicode String:: query-unicode-ascii-safe-/?
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-safe%5C-/%5C?%5C* [org.dataone.client.rest.RestClient]

17    unicode String:: query-unicode-ascii-escaped-&=&=
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-%5C%26%3D%5C%26%3D%5C* [org.dataone.client.rest.RestClient]

18    unicode String:: common-unicode-bmp-1byte-escaped-ยกยขยฃ
20170606-07:20:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-1byte%5C-escaped%5C-%C2%A1%C2%A2%C2%A3%5C* [org.dataone.client.rest.RestClient]

19    unicode String:: common-unicode-bmp-2byte-escaped-ไฆนไฆบ
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-bmp%5C-2byte%5C-escaped%5C-%E4%A6%B9%E4%A6%BA%5C* [org.dataone.client.rest.RestClient]

20    unicode String:: common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-unicode%5C-supplementary%5C-escaped%5C-%F0%90%8C%94%F0%90%8C%95%F0%90%8C%96%F0%90%8C%97%5C* [org.dataone.client.rest.RestClient]

21    unicode String:: query-unicode-ascii-escaped-this&that=theOther
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-unicode%5C-ascii%5C-escaped%5C-this%5C%26that%3DtheOther%5C* [org.dataone.client.rest.RestClient]

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]

23    unicode String:: query-ascii-doc-example-10.1000/182
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]

26    unicode String:: common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]

27    unicode String:: common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/search/solr/selecta/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]

Node Test Summary for node: https://cn-dev-orc-1.test.dataone.org/cn/v2
Test 0: OK   : common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: OK   : common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: OK   : common-unicode-ascii-safe-0123456789
Test 3: OK   : common-unicode-ascii-safe-:@$-_.!*()',~
Test 4: OK   : common-unicode-ascii-safe-unreserved-._~
Test 5: OK   : common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: OK   : common-unicode-ascii-safe-gen-delims-:@
Test 7: OK   : common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: OK   : common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: OK   : common-unicode-ascii-escaped-tomcatBlocked-%5C
Test 10: OK   : common-unicode-ascii-semi-colon-test-%3B
Test 11: OK   : common-unicode-ascii-escaped-%
Test 12: OK   : common-unicode-ascii-escaped-space x x
Test 13: OK   : common-unicode-ascii-escape-anyway-+
Test 14: OK   : common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: OK   : query-unicode-ascii-safe-;
Test 16: OK   : query-unicode-ascii-safe-/?
Test 17: OK   : query-unicode-ascii-escaped-&=&=
Test 18: OK   : common-unicode-bmp-1byte-escaped-ยกยขยฃ
Test 19: OK   : common-unicode-bmp-2byte-escaped-ไฆนไฆบ
Test 20: OK   : common-unicode-supplementary-escaped-๐Œ”๐Œ•๐Œ–๐Œ—
Test 21: OK   : query-unicode-ascii-escaped-this&that=theOther
Test 22: OK   : common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: OK   : query-ascii-doc-example-10.1000/182
Test 24: OK   : query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: OK   : query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: OK   : common-bmp-doc-example-เธ‰เธฑเธ™เธเธดเธ™เธเธฃเธฐเธˆเธเน„เธ”เน‰
Test 27: OK   : common-bmp-doc-example-Is_fรฉidir_liom_ithe_gloine

20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: Testing get() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: Testing get(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: Testing getSystemMetadata() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: Testing getSystemMetadata(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: Testing describe() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: Testing describe(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: Testing listObjects() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: Testing listObjects(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: Testing resolve() method ...  [org.dataone.integration.ContextAwareTestCaseDataone]
Tests run: 29, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 932.004 sec <<< FAILURE!
Running org.dataone.integration.it.apiTests.CNIdentityV2IT
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:30: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:30: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:31: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.1676848687390570005.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:31: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:31: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:32: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.7186244127200527204.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:32: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:32: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:33: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.83816956148024205.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:33: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:33: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:34: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.8373283315234078248.tmp (630 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:34: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:34: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:35: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:35: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:37: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:37: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:37: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:37: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:38: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:38: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:38: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:39: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:39: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:40: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:40: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:40: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:40: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts/verification/CN=Robert%20Nahf%20T6340,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:41: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:20:41: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts/CN=Benjamin%20Leinfelder%20A515,O=University%20of%20Chicago,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:42: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:20:42: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:20:42: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:20:42: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:42: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:20:42: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:20:42: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:20:42: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
subject: CN=Benjamin Leinfelder A515,O=University of Chicago,C=US,DC=cilogon,DC=org
subject: CN=Andy Pippin T6339,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf T6340,O=Google,C=US,DC=cilogon,DC=org
subject: CN=derik barseghian T6341,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom T6435,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao T6444,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz T6448,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T6453,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jos&Atilde\;&copy\; Augusto Salim T6455,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones T6454,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Debora Pignatari Drucker T6452,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Fl&Atilde\;&iexcl\;via Pezzini T6456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder T6468,O=DataONE Test,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T6445,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Michael Frenock T6449,O=Google,C=US,DC=cilogon,DC=org
subject: CN=KNB Monkey T6938,O=LTERN (Long Term Ecological Research Network),C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder T6876,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ryan Scherle A281,O=Duke University,C=US,DC=cilogon,DC=org
subject: CN=Robert Nahf A579,O=Google,C=US,DC=cilogon,DC=org
subject: CN=benjam\+AO0-n leinfelder A6943,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Luke Sheneman A2046,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Skye Roseboom A891,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Sean Cleveland A10458,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ranjeet Devarakonda A6492,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10629,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A1098,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Soren Scott A11096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones T5830,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-6513-4996
subject: CN=Mark Servilla A357,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Joe Holland A51071,O=Texas A&M University-Corpus Christi,C=US,DC=cilogon,DC=org
subject: CN=Robert Patrick Waltz T34313,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-1758-9950
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-1209-5268
subject: http://orcid.org/0000-0003-2192-431X
subject: http://orcid.org/0000-0002-2192-403X
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:42: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts?start=0&count=33 [org.dataone.client.rest.RestClient]
20170606-07:20:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:43: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:43: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:43: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:44: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.2366580747839068563.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:44: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:44: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.1696932652979179233.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:44: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:44: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.6853237487621859245.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:44: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.6784826566729187325.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
Tests run: 17, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 14.879 sec
Running org.dataone.integration.it.apiTests.CNQueryV1IT
20170606-07:20:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:45: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
20170606-07:20:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
20170606-07:20:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20170606-07:20:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec
Running org.dataone.integration.it.functional.v2.CNRegisterFunctionalIT
20170606-07:20:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:46: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts?status=verified [org.dataone.client.rest.RestClient]
20170606-07:20:46: [INFO]: Attempting to register new node: urn:node:TestNode (https://fake.node.org) with CN https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-07:20:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/node; MMP message has: FilePart:node = /tmp/mmp.output.6261909454806887485.tmp (1026 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:47: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:20:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://mn-demo-5.test.dataone.org/knb/d1/mn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:20:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://mn-demo-7.test.dataone.org/knb/d1/mn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:20:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://mn-demo-8.test.dataone.org/knb/d1/mn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:20:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://mn-demo-6.test.dataone.org/knb/d1/mn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:20:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://ncei-node.test.dataone.org/mn/v2/node [org.dataone.client.rest.RestClient]
20170606-07:20:50: [WARN]: testing with node: urn:node:mnDemo7 [org.dataone.integration.it.ContextAwareAdapter]
20170606-07:20:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node/urn:node:mnDemo7 [org.dataone.client.rest.RestClient]
20170606-07:20:51: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/node/urn:node:mnDemo7; MMP message has: FilePart:node = /tmp/mmp.output.7285486706388566322.tmp (1786 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node/urn:node:mnDemo7 [org.dataone.client.rest.RestClient]
20170606-07:20:52: [WARN]: fetchedNode has PropertyList size: 2 [org.dataone.integration.it.ContextAwareAdapter]
20170606-07:20:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/node/urn:node:mnDemo7; MMP message has: FilePart:node = /tmp/mmp.output.8191809622699509786.tmp (1655 bytes);  [org.dataone.client.rest.RestClient]
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.928 sec <<< FAILURE!
Running org.dataone.integration.it.functional.v2.CNDiagnosticFunctionalIT
20170606-07:20:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4836014112753377068.tmp (825 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:54: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.2109504605095478433.tmp (826 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:54: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:54: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:54: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.168469378583548198.tmp (826 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:54: [INFO]: 
***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:54: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1074300798617908971.tmp (826 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:55: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:55: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:55: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:56: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/diag/object; MMP message has: ParamPart:queryEngine = solr; FilePart:sysmeta = /tmp/mmp.output.7043230279648564780.tmp (826 bytes); FilePart:object = /tmp/mmp.output.7955637897122966505.tmp (17181 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:56: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:56: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:57: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/object; MMP message has: ParamPart:queryEngine = solr; FilePart:sysmeta = /tmp/mmp.output.6899509555252164336.tmp (826 bytes); FilePart:object = /tmp/mmp.output.3119244717183204857.tmp (17181 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:57: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/object; MMP message has: ParamPart:queryEngine = solr; FilePart:sysmeta = /tmp/mmp.output.1854293305081939889.tmp (826 bytes); FilePart:object = /tmp/mmp.output.240634186703708659.tmp (17181 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:58: [INFO]: 
***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:59: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/object; MMP message has: ParamPart:queryEngine = solr; FilePart:sysmeta = /tmp/mmp.output.1519714944918156760.tmp (826 bytes); FilePart:object = /tmp/mmp.output.2884994837519454653.tmp (17181 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:20:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:59: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:20:59: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:20:59: [INFO]: 
***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-07:21:00: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:00: [INFO]: 
***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-07:21:00: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:00: [INFO]: 
***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-07:21:00: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:00: [INFO]: 
***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-07:21:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:01: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:21:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:01: [INFO]: 
***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-07:21:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:01: [INFO]: 
***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-07:21:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: 
***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
20170606-07:21:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: 
***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.894 sec
Running org.dataone.integration.it.functional.v2.CNViewFunctionalIT
20170606-07:21:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:21:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:21:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:21:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:21:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:21:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_20171570215643 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: creating a test object.  pid = testView_Scimeta_20171570215643 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:05: [INFO]: SystemMetadata for pid: testView_Scimeta_20171570215643
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_Scimeta_20171570215643</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>read</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:21:05.651+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:21:05.651+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_Scimeta_20171570215643; FilePart:object = /tmp/mmp.output.8134606283436232316.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3899154947867898906.tmp (1038 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:21:07: [INFO]: object created.  pid = testView_Scimeta_20171570215643 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/testView_Scimeta_20171570215643 [org.dataone.client.rest.RestClient]
20170606-07:21:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:09: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_2017157021942 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:09: [INFO]: creating a test object.  pid = testView_Scimeta_2017157021942 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:09: [INFO]: SystemMetadata for pid: testView_Scimeta_2017157021942
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_Scimeta_2017157021942</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>read</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:21:09.051+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:21:09.051+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:10: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_Scimeta_2017157021942; FilePart:object = /tmp/mmp.output.9107404520451652659.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7288203309667640840.tmp (1037 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:21:10: [INFO]: object created.  pid = testView_Scimeta_2017157021942 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/testView_Scimeta_2017157021942 [org.dataone.client.rest.RestClient]
20170606-07:21:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:11: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_201715702111723 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:11: [INFO]: creating a test object.  pid = testView_Scimeta_201715702111723 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:11: [INFO]: SystemMetadata for pid: testView_Scimeta_201715702111723
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_Scimeta_201715702111723</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>read</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:21:11.731+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:21:11.731+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:14: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_Scimeta_201715702111723; FilePart:object = /tmp/mmp.output.5538077537882949329.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6543713323142081657.tmp (1039 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:21:14: [INFO]: object created.  pid = testView_Scimeta_201715702111723 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/testView_Scimeta_201715702111723 [org.dataone.client.rest.RestClient]
20170606-07:21:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:15: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_201715702115490 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:15: [INFO]: creating a test object.  pid = testView_Scimeta_201715702115490 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:15: [INFO]: SystemMetadata for pid: testView_Scimeta_201715702115490
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_Scimeta_201715702115490</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>read</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:21:15.498+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:21:15.498+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_Scimeta_201715702115490; FilePart:object = /tmp/mmp.output.2460124238223301531.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2726386145619903734.tmp (1039 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:21:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:21:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:16: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:21:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-07:21:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-07:21:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-07:21:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-07:21:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-07:21:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-07:21:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-07:21:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-07:21:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-07:21:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:21:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?formatId=http://www.openarchives.org/ore/terms [org.dataone.client.rest.RestClient]
20170606-07:21:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.client.rest.RestClient]
20170606-07:21:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient]
20170606-07:21:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient]
20170606-07:21:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient]
20170606-07:21:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient]
20170606-07:21:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient]
20170606-07:21:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient]
20170606-07:21:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/dakoop_test-PKG [org.dataone.client.rest.RestClient]
20170606-07:21:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient]
20170606-07:21:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient]
20170606-07:21:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient]
20170606-07:21:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient]
20170606-07:21:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient]
20170606-07:21:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient]
20170606-07:21:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient]
20170606-07:21:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient]
20170606-07:21:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient]
20170606-07:21:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient]
20170606-07:21:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient]
20170606-07:21:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient]
20170606-07:21:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1PaperPackage23 [org.dataone.client.rest.RestClient]
20170606-07:21:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/EVAWF1VCV [org.dataone.client.rest.RestClient]
20170606-07:21:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/hydrocarbon-package-1 [org.dataone.client.rest.RestClient]
20170606-07:21:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161111139160 [org.dataone.client.rest.RestClient]
20170606-07:21:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161112045814 [org.dataone.client.rest.RestClient]
20170606-07:21:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161112145629 [org.dataone.client.rest.RestClient]
20170606-07:21:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_201516111542643 [org.dataone.client.rest.RestClient]
20170606-07:21:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161121927878 [org.dataone.client.rest.RestClient]
20170606-07:21:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161121932445 [org.dataone.client.rest.RestClient]
20170606-07:22:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161122356729 [org.dataone.client.rest.RestClient]
20170606-07:22:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161122515112 [org.dataone.client.rest.RestClient]
20170606-07:22:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161123042469 [org.dataone.client.rest.RestClient]
20170606-07:22:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161123046900 [org.dataone.client.rest.RestClient]
20170606-07:22:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_201516112305182 [org.dataone.client.rest.RestClient]
20170606-07:22:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161124530489 [org.dataone.client.rest.RestClient]
20170606-07:22:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161124741987 [org.dataone.client.rest.RestClient]
20170606-07:22:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/ore:%2F%2FtestGetPackage_resourceMap_2015161124814510 [org.dataone.client.rest.RestClient]
20170606-07:22:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015203144053212 [org.dataone.client.rest.RestClient]
20170606-07:22:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015203144752905 [org.dataone.client.rest.RestClient]
20170606-07:22:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015203144919685 [org.dataone.client.rest.RestClient]
20170606-07:22:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015203145023509 [org.dataone.client.rest.RestClient]
20170606-07:22:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015203145149123 [org.dataone.client.rest.RestClient]
20170606-07:22:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015208152712559 [org.dataone.client.rest.RestClient]
20170606-07:22:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015208152717233 [org.dataone.client.rest.RestClient]
20170606-07:22:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015208152721555 [org.dataone.client.rest.RestClient]
20170606-07:22:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015208152731689 [org.dataone.client.rest.RestClient]
20170606-07:22:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201520815278603 [org.dataone.client.rest.RestClient]
20170606-07:22:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152098515634 [org.dataone.client.rest.RestClient]
20170606-07:22:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201520985352259 [org.dataone.client.rest.RestClient]
20170606-07:22:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152099504111 [org.dataone.client.rest.RestClient]
20170606-07:22:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201520995044911 [org.dataone.client.rest.RestClient]
20170606-07:22:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201520995049882 [org.dataone.client.rest.RestClient]
20170606-07:22:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201520995055262 [org.dataone.client.rest.RestClient]
20170606-07:22:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152099513709 [org.dataone.client.rest.RestClient]
20170606-07:22:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201520995353829 [org.dataone.client.rest.RestClient]
20170606-07:22:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152099541163 [org.dataone.client.rest.RestClient]
20170606-07:22:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521010039523 [org.dataone.client.rest.RestClient]
20170606-07:22:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015210103512605 [org.dataone.client.rest.RestClient]
20170606-07:22:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015210103621474 [org.dataone.client.rest.RestClient]
20170606-07:22:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521010533587 [org.dataone.client.rest.RestClient]
20170606-07:22:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521010710172 [org.dataone.client.rest.RestClient]
20170606-07:22:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521091252929 [org.dataone.client.rest.RestClient]
20170606-07:22:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521091545428 [org.dataone.client.rest.RestClient]
20170606-07:22:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521091754419 [org.dataone.client.rest.RestClient]
20170606-07:22:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152109186964 [org.dataone.client.rest.RestClient]
20170606-07:22:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152109193267 [org.dataone.client.rest.RestClient]
20170606-07:22:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521093852226 [org.dataone.client.rest.RestClient]
20170606-07:22:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152109416355 [org.dataone.client.rest.RestClient]
20170606-07:22:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152109420564 [org.dataone.client.rest.RestClient]
20170606-07:22:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152109424903 [org.dataone.client.rest.RestClient]
20170606-07:22:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152109429712 [org.dataone.client.rest.RestClient]
20170606-07:22:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152109440607 [org.dataone.client.rest.RestClient]
20170606-07:22:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521095820304 [org.dataone.client.rest.RestClient]
20170606-07:22:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015211124544318 [org.dataone.client.rest.RestClient]
20170606-07:22:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152117436228 [org.dataone.client.rest.RestClient]
20170606-07:22:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521511392414 [org.dataone.client.rest.RestClient]
20170606-07:22:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215114422107 [org.dataone.client.rest.RestClient]
20170606-07:22:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521511479424 [org.dataone.client.rest.RestClient]
20170606-07:23:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215115414716 [org.dataone.client.rest.RestClient]
20170606-07:23:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215122455324 [org.dataone.client.rest.RestClient]
20170606-07:23:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215122740519 [org.dataone.client.rest.RestClient]
20170606-07:23:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215122911179 [org.dataone.client.rest.RestClient]
20170606-07:23:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215123140584 [org.dataone.client.rest.RestClient]
20170606-07:23:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521512320913 [org.dataone.client.rest.RestClient]
20170606-07:23:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215123242924 [org.dataone.client.rest.RestClient]
20170606-07:23:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215123345896 [org.dataone.client.rest.RestClient]
20170606-07:23:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215123615509 [org.dataone.client.rest.RestClient]
20170606-07:23:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521512506541 [org.dataone.client.rest.RestClient]
20170606-07:23:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015215132553475 [org.dataone.client.rest.RestClient]
20170606-07:23:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521582948645 [org.dataone.client.rest.RestClient]
20170606-07:23:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201521591152769 [org.dataone.client.rest.RestClient]
20170606-07:23:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015218131021276 [org.dataone.client.rest.RestClient]
20170606-07:23:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015225112025649 [org.dataone.client.rest.RestClient]
20170606-07:23:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015225112122643 [org.dataone.client.rest.RestClient]
20170606-07:23:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152259154314 [org.dataone.client.rest.RestClient]
20170606-07:23:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152259933126 [org.dataone.client.rest.RestClient]
20170606-07:23:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2015231134439885 [org.dataone.client.rest.RestClient]
20170606-07:23:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152317218423 [org.dataone.client.rest.RestClient]
20170606-07:23:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201523295248851 [org.dataone.client.rest.RestClient]
20170606-07:23:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692149135 [org.dataone.client.rest.RestClient]
20170606-07:23:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692158861 [org.dataone.client.rest.RestClient]
20170606-07:23:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692159302 [org.dataone.client.rest.RestClient]
20170606-07:23:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692210727 [org.dataone.client.rest.RestClient]
20170606-07:23:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692211571 [org.dataone.client.rest.RestClient]
20170606-07:23:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692226621 [org.dataone.client.rest.RestClient]
20170606-07:23:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969222711 [org.dataone.client.rest.RestClient]
20170606-07:23:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692242216 [org.dataone.client.rest.RestClient]
20170606-07:23:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692321990 [org.dataone.client.rest.RestClient]
20170606-07:23:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692335950 [org.dataone.client.rest.RestClient]
20170606-07:23:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969238715 [org.dataone.client.rest.RestClient]
20170606-07:23:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969274822 [org.dataone.client.rest.RestClient]
20170606-07:23:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692757107 [org.dataone.client.rest.RestClient]
20170606-07:23:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692820380 [org.dataone.client.rest.RestClient]
20170606-07:23:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692843509 [org.dataone.client.rest.RestClient]
20170606-07:23:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692855991 [org.dataone.client.rest.RestClient]
20170606-07:23:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969288650 [org.dataone.client.rest.RestClient]
20170606-07:23:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692922702 [org.dataone.client.rest.RestClient]
20170606-07:23:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692936597 [org.dataone.client.rest.RestClient]
20170606-07:23:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529692955182 [org.dataone.client.rest.RestClient]
20170606-07:23:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529693022735 [org.dataone.client.rest.RestClient]
20170606-07:23:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529693037249 [org.dataone.client.rest.RestClient]
20170606-07:23:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529693052291 [org.dataone.client.rest.RestClient]
20170606-07:23:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969308152 [org.dataone.client.rest.RestClient]
20170606-07:23:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969316803 [org.dataone.client.rest.RestClient]
20170606-07:23:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529695140144 [org.dataone.client.rest.RestClient]
20170606-07:23:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969521899 [org.dataone.client.rest.RestClient]
20170606-07:23:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529695232649 [org.dataone.client.rest.RestClient]
20170606-07:24:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529695246327 [org.dataone.client.rest.RestClient]
20170606-07:24:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969530714 [org.dataone.client.rest.RestClient]
20170606-07:24:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201529695348504 [org.dataone.client.rest.RestClient]
20170606-07:24:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20152969544719 [org.dataone.client.rest.RestClient]
20170606-07:24:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918230643 [org.dataone.client.rest.RestClient]
20170606-07:24:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182315738 [org.dataone.client.rest.RestClient]
20170606-07:24:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182331465 [org.dataone.client.rest.RestClient]
20170606-07:24:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182345375 [org.dataone.client.rest.RestClient]
20170606-07:24:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182419644 [org.dataone.client.rest.RestClient]
20170606-07:24:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182437410 [org.dataone.client.rest.RestClient]
20170606-07:24:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918244412 [org.dataone.client.rest.RestClient]
20170606-07:24:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918245048 [org.dataone.client.rest.RestClient]
20170606-07:24:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182535308 [org.dataone.client.rest.RestClient]
20170606-07:24:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182549455 [org.dataone.client.rest.RestClient]
20170606-07:24:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918262485 [org.dataone.client.rest.RestClient]
20170606-07:24:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918264688 [org.dataone.client.rest.RestClient]
20170606-07:24:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918265766 [org.dataone.client.rest.RestClient]
20170606-07:24:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182730441 [org.dataone.client.rest.RestClient]
20170606-07:24:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182751535 [org.dataone.client.rest.RestClient]
20170606-07:24:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918275689 [org.dataone.client.rest.RestClient]
20170606-07:24:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182815239 [org.dataone.client.rest.RestClient]
20170606-07:24:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182831952 [org.dataone.client.rest.RestClient]
20170606-07:24:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182856123 [org.dataone.client.rest.RestClient]
20170606-07:24:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182913324 [org.dataone.client.rest.RestClient]
20170606-07:24:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182937300 [org.dataone.client.rest.RestClient]
20170606-07:24:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159182955491 [org.dataone.client.rest.RestClient]
20170606-07:24:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159183018939 [org.dataone.client.rest.RestClient]
20170606-07:24:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159183038641 [org.dataone.client.rest.RestClient]
20170606-07:24:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159183121962 [org.dataone.client.rest.RestClient]
20170606-07:24:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918314219 [org.dataone.client.rest.RestClient]
20170606-07:24:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159183144231 [org.dataone.client.rest.RestClient]
20170606-07:24:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615918322791 [org.dataone.client.rest.RestClient]
20170606-07:24:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159232911877 [org.dataone.client.rest.RestClient]
20170606-07:24:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923292350 [org.dataone.client.rest.RestClient]
20170606-07:24:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923292548 [org.dataone.client.rest.RestClient]
20170606-07:24:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159232937494 [org.dataone.client.rest.RestClient]
20170606-07:24:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159232953505 [org.dataone.client.rest.RestClient]
20170606-07:24:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923302618 [org.dataone.client.rest.RestClient]
20170606-07:24:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233038677 [org.dataone.client.rest.RestClient]
20170606-07:24:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923307758 [org.dataone.client.rest.RestClient]
20170606-07:24:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233130660 [org.dataone.client.rest.RestClient]
20170606-07:24:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233143656 [org.dataone.client.rest.RestClient]
20170606-07:24:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233220672 [org.dataone.client.rest.RestClient]
20170606-07:24:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923322623 [org.dataone.client.rest.RestClient]
20170606-07:24:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233244308 [org.dataone.client.rest.RestClient]
20170606-07:24:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233328652 [org.dataone.client.rest.RestClient]
20170606-07:24:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923333972 [org.dataone.client.rest.RestClient]
20170606-07:24:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233350848 [org.dataone.client.rest.RestClient]
20170606-07:25:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233416231 [org.dataone.client.rest.RestClient]
20170606-07:25:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233434247 [org.dataone.client.rest.RestClient]
20170606-07:25:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233456872 [org.dataone.client.rest.RestClient]
20170606-07:25:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233514789 [org.dataone.client.rest.RestClient]
20170606-07:25:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923353920 [org.dataone.client.rest.RestClient]
20170606-07:25:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233558523 [org.dataone.client.rest.RestClient]
20170606-07:25:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233621286 [org.dataone.client.rest.RestClient]
20170606-07:25:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233643885 [org.dataone.client.rest.RestClient]
20170606-07:25:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233725474 [org.dataone.client.rest.RestClient]
20170606-07:25:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016159233751861 [org.dataone.client.rest.RestClient]
20170606-07:25:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161592337695 [org.dataone.client.rest.RestClient]
20170606-07:25:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201615923381247 [org.dataone.client.rest.RestClient]
20170606-07:25:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160232812178 [org.dataone.client.rest.RestClient]
20170606-07:25:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616023282112 [org.dataone.client.rest.RestClient]
20170606-07:25:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616023282321 [org.dataone.client.rest.RestClient]
20170606-07:25:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160232836979 [org.dataone.client.rest.RestClient]
20170606-07:25:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160232855270 [org.dataone.client.rest.RestClient]
20170606-07:25:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160232911643 [org.dataone.client.rest.RestClient]
20170606-07:25:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160232931525 [org.dataone.client.rest.RestClient]
20170606-07:25:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160232946342 [org.dataone.client.rest.RestClient]
20170606-07:25:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233045837 [org.dataone.client.rest.RestClient]
20170606-07:25:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616023311614 [org.dataone.client.rest.RestClient]
20170606-07:25:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233121110 [org.dataone.client.rest.RestClient]
20170606-07:25:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233140346 [org.dataone.client.rest.RestClient]
20170606-07:25:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233228624 [org.dataone.client.rest.RestClient]
20170606-07:25:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233253389 [org.dataone.client.rest.RestClient]
20170606-07:25:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616023327828 [org.dataone.client.rest.RestClient]
20170606-07:25:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233314913 [org.dataone.client.rest.RestClient]
20170606-07:25:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233341839 [org.dataone.client.rest.RestClient]
20170606-07:25:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233430420 [org.dataone.client.rest.RestClient]
20170606-07:25:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616023343622 [org.dataone.client.rest.RestClient]
20170606-07:25:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233449593 [org.dataone.client.rest.RestClient]
20170606-07:25:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233515307 [org.dataone.client.rest.RestClient]
20170606-07:25:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233536156 [org.dataone.client.rest.RestClient]
20170606-07:25:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233626323 [org.dataone.client.rest.RestClient]
20170606-07:25:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616023364459 [org.dataone.client.rest.RestClient]
20170606-07:25:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233655667 [org.dataone.client.rest.RestClient]
20170606-07:25:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233716637 [org.dataone.client.rest.RestClient]
20170606-07:25:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016160233744146 [org.dataone.client.rest.RestClient]
20170606-07:25:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616023385708 [org.dataone.client.rest.RestClient]
20170606-07:25:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161101019105 [org.dataone.client.rest.RestClient]
20170606-07:25:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110104733 [org.dataone.client.rest.RestClient]
20170606-07:25:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161101110417 [org.dataone.client.rest.RestClient]
20170606-07:25:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161101139816 [org.dataone.client.rest.RestClient]
20170606-07:25:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110119493 [org.dataone.client.rest.RestClient]
20170606-07:25:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110121182 [org.dataone.client.rest.RestClient]
20170606-07:25:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110129769 [org.dataone.client.rest.RestClient]
20170606-07:25:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110141284 [org.dataone.client.rest.RestClient]
20170606-07:25:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110158557 [org.dataone.client.rest.RestClient]
20170606-07:26:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110219557 [org.dataone.client.rest.RestClient]
20170606-07:26:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110254692 [org.dataone.client.rest.RestClient]
20170606-07:26:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161611031039 [org.dataone.client.rest.RestClient]
20170606-07:26:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110413149 [org.dataone.client.rest.RestClient]
20170606-07:26:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110428972 [org.dataone.client.rest.RestClient]
20170606-07:26:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110447271 [org.dataone.client.rest.RestClient]
20170606-07:26:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110537962 [org.dataone.client.rest.RestClient]
20170606-07:26:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161611058711 [org.dataone.client.rest.RestClient]
20170606-07:26:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161611061851 [org.dataone.client.rest.RestClient]
20170606-07:26:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110632846 [org.dataone.client.rest.RestClient]
20170606-07:26:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110654967 [org.dataone.client.rest.RestClient]
20170606-07:26:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110721512 [org.dataone.client.rest.RestClient]
20170606-07:26:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110744100 [org.dataone.client.rest.RestClient]
20170606-07:26:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110812287 [org.dataone.client.rest.RestClient]
20170606-07:26:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161611083419 [org.dataone.client.rest.RestClient]
20170606-07:26:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110928328 [org.dataone.client.rest.RestClient]
20170606-07:26:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161611093922 [org.dataone.client.rest.RestClient]
20170606-07:26:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616110957295 [org.dataone.client.rest.RestClient]
20170606-07:26:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161232821358 [org.dataone.client.rest.RestClient]
20170606-07:26:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161232834744 [org.dataone.client.rest.RestClient]
20170606-07:26:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161232850603 [org.dataone.client.rest.RestClient]
20170606-07:26:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123289992 [org.dataone.client.rest.RestClient]
20170606-07:26:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161232924949 [org.dataone.client.rest.RestClient]
20170606-07:26:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161232948943 [org.dataone.client.rest.RestClient]
20170606-07:26:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123299243 [org.dataone.client.rest.RestClient]
20170606-07:26:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123304723 [org.dataone.client.rest.RestClient]
20170606-07:26:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123312364 [org.dataone.client.rest.RestClient]
20170606-07:26:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123314628 [org.dataone.client.rest.RestClient]
20170606-07:26:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123316663 [org.dataone.client.rest.RestClient]
20170606-07:26:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233242171 [org.dataone.client.rest.RestClient]
20170606-07:26:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123329135 [org.dataone.client.rest.RestClient]
20170606-07:26:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233338559 [org.dataone.client.rest.RestClient]
20170606-07:26:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123336338 [org.dataone.client.rest.RestClient]
20170606-07:26:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123340980 [org.dataone.client.rest.RestClient]
20170606-07:26:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233428133 [org.dataone.client.rest.RestClient]
20170606-07:26:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233452950 [org.dataone.client.rest.RestClient]
20170606-07:26:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233526534 [org.dataone.client.rest.RestClient]
20170606-07:26:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233551411 [org.dataone.client.rest.RestClient]
20170606-07:26:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233620332 [org.dataone.client.rest.RestClient]
20170606-07:26:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233645500 [org.dataone.client.rest.RestClient]
20170606-07:26:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233711568 [org.dataone.client.rest.RestClient]
20170606-07:26:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233736587 [org.dataone.client.rest.RestClient]
20170606-07:26:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233831489 [org.dataone.client.rest.RestClient]
20170606-07:26:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123386178 [org.dataone.client.rest.RestClient]
20170606-07:26:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016161233931606 [org.dataone.client.rest.RestClient]
20170606-07:26:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616123394950 [org.dataone.client.rest.RestClient]
20170606-07:26:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233439464 [org.dataone.client.rest.RestClient]
20170606-07:26:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233451438 [org.dataone.client.rest.RestClient]
20170606-07:26:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233521891 [org.dataone.client.rest.RestClient]
20170606-07:27:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616223352666 [org.dataone.client.rest.RestClient]
20170606-07:27:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233533377 [org.dataone.client.rest.RestClient]
20170606-07:27:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616223355349 [org.dataone.client.rest.RestClient]
20170606-07:27:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161622336160 [org.dataone.client.rest.RestClient]
20170606-07:27:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233619111 [org.dataone.client.rest.RestClient]
20170606-07:27:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233710354 [org.dataone.client.rest.RestClient]
20170606-07:27:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233743988 [org.dataone.client.rest.RestClient]
20170606-07:27:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233823447 [org.dataone.client.rest.RestClient]
20170606-07:27:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616223391336 [org.dataone.client.rest.RestClient]
20170606-07:27:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162233936550 [org.dataone.client.rest.RestClient]
20170606-07:27:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162234019102 [org.dataone.client.rest.RestClient]
20170606-07:27:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616223405415 [org.dataone.client.rest.RestClient]
20170606-07:27:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162234130768 [org.dataone.client.rest.RestClient]
20170606-07:27:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016162234244561 [org.dataone.client.rest.RestClient]
20170606-07:27:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616223429479 [org.dataone.client.rest.RestClient]
20170606-07:27:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233224604 [org.dataone.client.rest.RestClient]
20170606-07:27:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233253797 [org.dataone.client.rest.RestClient]
20170606-07:27:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233329870 [org.dataone.client.rest.RestClient]
20170606-07:27:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616323345142 [org.dataone.client.rest.RestClient]
20170606-07:27:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233511691 [org.dataone.client.rest.RestClient]
20170606-07:27:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233556153 [org.dataone.client.rest.RestClient]
20170606-07:27:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233644182 [org.dataone.client.rest.RestClient]
20170606-07:27:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233731976 [org.dataone.client.rest.RestClient]
20170606-07:27:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233823742 [org.dataone.client.rest.RestClient]
20170606-07:27:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233910405 [org.dataone.client.rest.RestClient]
20170606-07:27:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163233956646 [org.dataone.client.rest.RestClient]
20170606-07:27:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163234043326 [org.dataone.client.rest.RestClient]
20170606-07:27:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163234134995 [org.dataone.client.rest.RestClient]
20170606-07:27:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016163234223656 [org.dataone.client.rest.RestClient]
20170606-07:27:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164232824334 [org.dataone.client.rest.RestClient]
20170606-07:27:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164232854464 [org.dataone.client.rest.RestClient]
20170606-07:27:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164232931172 [org.dataone.client.rest.RestClient]
20170606-07:27:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233010214 [org.dataone.client.rest.RestClient]
20170606-07:27:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233127862 [org.dataone.client.rest.RestClient]
20170606-07:27:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233213348 [org.dataone.client.rest.RestClient]
20170606-07:27:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616423333520 [org.dataone.client.rest.RestClient]
20170606-07:27:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233356587 [org.dataone.client.rest.RestClient]
20170606-07:27:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233452612 [org.dataone.client.rest.RestClient]
20170606-07:27:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616423354315 [org.dataone.client.rest.RestClient]
20170606-07:27:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233635747 [org.dataone.client.rest.RestClient]
20170606-07:27:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233728720 [org.dataone.client.rest.RestClient]
20170606-07:27:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233822726 [org.dataone.client.rest.RestClient]
20170606-07:27:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016164233918863 [org.dataone.client.rest.RestClient]
20170606-07:27:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616523475516 [org.dataone.client.rest.RestClient]
20170606-07:27:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165234827428 [org.dataone.client.rest.RestClient]
20170606-07:27:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165234948253 [org.dataone.client.rest.RestClient]
20170606-07:27:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616523498926 [org.dataone.client.rest.RestClient]
20170606-07:27:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165235158614 [org.dataone.client.rest.RestClient]
20170606-07:28:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616523518510 [org.dataone.client.rest.RestClient]
20170606-07:28:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165235252850 [org.dataone.client.rest.RestClient]
20170606-07:28:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165235350310 [org.dataone.client.rest.RestClient]
20170606-07:28:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616523544775 [org.dataone.client.rest.RestClient]
20170606-07:28:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165235545796 [org.dataone.client.rest.RestClient]
20170606-07:28:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165235644535 [org.dataone.client.rest.RestClient]
20170606-07:28:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165235744259 [org.dataone.client.rest.RestClient]
20170606-07:28:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616523584141 [org.dataone.client.rest.RestClient]
20170606-07:28:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016165235941243 [org.dataone.client.rest.RestClient]
20170606-07:28:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166233627572 [org.dataone.client.rest.RestClient]
20170606-07:28:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166233748758 [org.dataone.client.rest.RestClient]
20170606-07:28:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616623375213 [org.dataone.client.rest.RestClient]
20170606-07:28:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166233835392 [org.dataone.client.rest.RestClient]
20170606-07:28:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616623405697 [org.dataone.client.rest.RestClient]
20170606-07:28:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616623415147 [org.dataone.client.rest.RestClient]
20170606-07:28:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166234210791 [org.dataone.client.rest.RestClient]
20170606-07:28:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166234314194 [org.dataone.client.rest.RestClient]
20170606-07:28:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166234416287 [org.dataone.client.rest.RestClient]
20170606-07:28:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166234518144 [org.dataone.client.rest.RestClient]
20170606-07:28:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166234620807 [org.dataone.client.rest.RestClient]
20170606-07:28:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166234723928 [org.dataone.client.rest.RestClient]
20170606-07:28:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016166234824509 [org.dataone.client.rest.RestClient]
20170606-07:28:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616623492732 [org.dataone.client.rest.RestClient]
20170606-07:28:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167233659434 [org.dataone.client.rest.RestClient]
20170606-07:28:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616723374365 [org.dataone.client.rest.RestClient]
20170606-07:28:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167233834351 [org.dataone.client.rest.RestClient]
20170606-07:28:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167233923813 [org.dataone.client.rest.RestClient]
20170606-07:28:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616723413744 [org.dataone.client.rest.RestClient]
20170606-07:28:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616723425960 [org.dataone.client.rest.RestClient]
20170606-07:28:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167234319599 [org.dataone.client.rest.RestClient]
20170606-07:28:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167234432465 [org.dataone.client.rest.RestClient]
20170606-07:28:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167234542131 [org.dataone.client.rest.RestClient]
20170606-07:28:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167234656454 [org.dataone.client.rest.RestClient]
20170606-07:28:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616723489513 [org.dataone.client.rest.RestClient]
20170606-07:28:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167234925138 [org.dataone.client.rest.RestClient]
20170606-07:28:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167235038401 [org.dataone.client.rest.RestClient]
20170606-07:28:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016167235149240 [org.dataone.client.rest.RestClient]
20170606-07:28:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168233558461 [org.dataone.client.rest.RestClient]
20170606-07:28:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616823358514 [org.dataone.client.rest.RestClient]
20170606-07:28:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616823365715 [org.dataone.client.rest.RestClient]
20170606-07:28:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168233757555 [org.dataone.client.rest.RestClient]
20170606-07:28:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168233956423 [org.dataone.client.rest.RestClient]
20170606-07:28:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168234112931 [org.dataone.client.rest.RestClient]
20170606-07:28:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616823425223 [org.dataone.client.rest.RestClient]
20170606-07:28:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168234419229 [org.dataone.client.rest.RestClient]
20170606-07:28:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168234541664 [org.dataone.client.rest.RestClient]
20170606-07:28:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616823478808 [org.dataone.client.rest.RestClient]
20170606-07:28:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168234837885 [org.dataone.client.rest.RestClient]
20170606-07:28:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201616823502614 [org.dataone.client.rest.RestClient]
20170606-07:29:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168235126395 [org.dataone.client.rest.RestClient]
20170606-07:29:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016168235251476 [org.dataone.client.rest.RestClient]
20170606-07:29:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016169234915782 [org.dataone.client.rest.RestClient]
20170606-07:29:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175233514743 [org.dataone.client.rest.RestClient]
20170606-07:29:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175233546647 [org.dataone.client.rest.RestClient]
20170606-07:29:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175233631885 [org.dataone.client.rest.RestClient]
20170606-07:29:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175233714475 [org.dataone.client.rest.RestClient]
20170606-07:29:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175233842678 [org.dataone.client.rest.RestClient]
20170606-07:29:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175233927824 [org.dataone.client.rest.RestClient]
20170606-07:29:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201617523402949 [org.dataone.client.rest.RestClient]
20170606-07:29:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175234131710 [org.dataone.client.rest.RestClient]
20170606-07:29:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175234236183 [org.dataone.client.rest.RestClient]
20170606-07:29:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175234333273 [org.dataone.client.rest.RestClient]
20170606-07:29:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175234436553 [org.dataone.client.rest.RestClient]
20170606-07:29:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175234542359 [org.dataone.client.rest.RestClient]
20170606-07:29:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175234650637 [org.dataone.client.rest.RestClient]
20170606-07:29:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016175234752952 [org.dataone.client.rest.RestClient]
20170606-07:29:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176233534377 [org.dataone.client.rest.RestClient]
20170606-07:29:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176233614139 [org.dataone.client.rest.RestClient]
20170606-07:29:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201617623377880 [org.dataone.client.rest.RestClient]
20170606-07:29:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201617623384139 [org.dataone.client.rest.RestClient]
20170606-07:29:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176233953627 [org.dataone.client.rest.RestClient]
20170606-07:29:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176234049575 [org.dataone.client.rest.RestClient]
20170606-07:29:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201617623421530 [org.dataone.client.rest.RestClient]
20170606-07:29:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201617623433729 [org.dataone.client.rest.RestClient]
20170606-07:29:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201617623450381 [org.dataone.client.rest.RestClient]
20170606-07:29:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176234622467 [org.dataone.client.rest.RestClient]
20170606-07:29:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176234751353 [org.dataone.client.rest.RestClient]
20170606-07:29:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201617623498695 [org.dataone.client.rest.RestClient]
20170606-07:29:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176235028427 [org.dataone.client.rest.RestClient]
20170606-07:29:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016176235154364 [org.dataone.client.rest.RestClient]
20170606-07:29:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161860134477 [org.dataone.client.rest.RestClient]
20170606-07:29:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161860140910 [org.dataone.client.rest.RestClient]
20170606-07:29:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618601424175 [org.dataone.client.rest.RestClient]
20170606-07:29:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618601445639 [org.dataone.client.rest.RestClient]
20170606-07:29:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161860152744 [org.dataone.client.rest.RestClient]
20170606-07:29:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618601550684 [org.dataone.client.rest.RestClient]
20170606-07:29:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016186016225 [org.dataone.client.rest.RestClient]
20170606-07:29:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161860165583 [org.dataone.client.rest.RestClient]
20170606-07:29:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618601725968 [org.dataone.client.rest.RestClient]
20170606-07:29:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618601759423 [org.dataone.client.rest.RestClient]
20170606-07:29:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618601835701 [org.dataone.client.rest.RestClient]
20170606-07:29:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618601940627 [org.dataone.client.rest.RestClient]
20170606-07:29:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161860199227 [org.dataone.client.rest.RestClient]
20170606-07:29:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618602013565 [org.dataone.client.rest.RestClient]
20170606-07:29:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618701532318 [org.dataone.client.rest.RestClient]
20170606-07:29:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618701546418 [org.dataone.client.rest.RestClient]
20170606-07:29:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016187016359 [org.dataone.client.rest.RestClient]
20170606-07:29:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161870169973 [org.dataone.client.rest.RestClient]
20170606-07:30:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618701718784 [org.dataone.client.rest.RestClient]
20170606-07:30:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618701740901 [org.dataone.client.rest.RestClient]
20170606-07:30:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161870181348 [org.dataone.client.rest.RestClient]
20170606-07:30:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618701848874 [org.dataone.client.rest.RestClient]
20170606-07:30:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618701923959 [org.dataone.client.rest.RestClient]
20170606-07:30:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161870201291 [org.dataone.client.rest.RestClient]
20170606-07:30:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618702038685 [org.dataone.client.rest.RestClient]
20170606-07:30:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618702112594 [org.dataone.client.rest.RestClient]
20170606-07:30:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618702147384 [org.dataone.client.rest.RestClient]
20170606-07:30:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618702224210 [org.dataone.client.rest.RestClient]
20170606-07:30:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801041376 [org.dataone.client.rest.RestClient]
20170606-07:30:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801053764 [org.dataone.client.rest.RestClient]
20170606-07:30:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801111821 [org.dataone.client.rest.RestClient]
20170606-07:30:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801122784 [org.dataone.client.rest.RestClient]
20170606-07:30:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801130398 [org.dataone.client.rest.RestClient]
20170606-07:30:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161880113693 [org.dataone.client.rest.RestClient]
20170606-07:30:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801138766 [org.dataone.client.rest.RestClient]
20170606-07:30:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801146910 [org.dataone.client.rest.RestClient]
20170606-07:30:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801218397 [org.dataone.client.rest.RestClient]
20170606-07:30:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801225973 [org.dataone.client.rest.RestClient]
20170606-07:30:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801240820 [org.dataone.client.rest.RestClient]
20170606-07:30:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801254333 [org.dataone.client.rest.RestClient]
20170606-07:30:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161880129430 [org.dataone.client.rest.RestClient]
20170606-07:30:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801314367 [org.dataone.client.rest.RestClient]
20170606-07:30:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801323981 [org.dataone.client.rest.RestClient]
20170606-07:30:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161880132744 [org.dataone.client.rest.RestClient]
20170606-07:30:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801340685 [org.dataone.client.rest.RestClient]
20170606-07:30:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801417156 [org.dataone.client.rest.RestClient]
20170606-07:30:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801434683 [org.dataone.client.rest.RestClient]
20170606-07:30:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801442678 [org.dataone.client.rest.RestClient]
20170606-07:30:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161880146803 [org.dataone.client.rest.RestClient]
20170606-07:30:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801512974 [org.dataone.client.rest.RestClient]
20170606-07:30:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188015335 [org.dataone.client.rest.RestClient]
20170606-07:30:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801539734 [org.dataone.client.rest.RestClient]
20170606-07:30:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618801553852 [org.dataone.client.rest.RestClient]
20170606-07:30:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188016839 [org.dataone.client.rest.RestClient]
20170606-07:30:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823323245 [org.dataone.client.rest.RestClient]
20170606-07:30:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233241803 [org.dataone.client.rest.RestClient]
20170606-07:30:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233250711 [org.dataone.client.rest.RestClient]
20170606-07:30:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233319945 [org.dataone.client.rest.RestClient]
20170606-07:30:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233333579 [org.dataone.client.rest.RestClient]
20170606-07:30:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823334501 [org.dataone.client.rest.RestClient]
20170606-07:30:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823334910 [org.dataone.client.rest.RestClient]
20170606-07:30:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823344121 [org.dataone.client.rest.RestClient]
20170606-07:30:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823345283 [org.dataone.client.rest.RestClient]
20170606-07:30:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233521786 [org.dataone.client.rest.RestClient]
20170606-07:30:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233543494 [org.dataone.client.rest.RestClient]
20170606-07:30:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823355775 [org.dataone.client.rest.RestClient]
20170606-07:31:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233626749 [org.dataone.client.rest.RestClient]
20170606-07:31:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233647958 [org.dataone.client.rest.RestClient]
20170606-07:31:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823365852 [org.dataone.client.rest.RestClient]
20170606-07:31:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233730279 [org.dataone.client.rest.RestClient]
20170606-07:31:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233748323 [org.dataone.client.rest.RestClient]
20170606-07:31:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823378853 [org.dataone.client.rest.RestClient]
20170606-07:31:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233827769 [org.dataone.client.rest.RestClient]
20170606-07:31:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823384833 [org.dataone.client.rest.RestClient]
20170606-07:31:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823388837 [org.dataone.client.rest.RestClient]
20170606-07:31:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233929505 [org.dataone.client.rest.RestClient]
20170606-07:31:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188233950842 [org.dataone.client.rest.RestClient]
20170606-07:31:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823397603 [org.dataone.client.rest.RestClient]
20170606-07:31:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161882340137 [org.dataone.client.rest.RestClient]
20170606-07:31:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618823403344 [org.dataone.client.rest.RestClient]
20170606-07:31:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188234056130 [org.dataone.client.rest.RestClient]
20170606-07:31:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016188234114555 [org.dataone.client.rest.RestClient]
20170606-07:31:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232622397 [org.dataone.client.rest.RestClient]
20170606-07:31:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232633138 [org.dataone.client.rest.RestClient]
20170606-07:31:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232643857 [org.dataone.client.rest.RestClient]
20170606-07:31:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232659966 [org.dataone.client.rest.RestClient]
20170606-07:31:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232715983 [org.dataone.client.rest.RestClient]
20170606-07:31:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232731330 [org.dataone.client.rest.RestClient]
20170606-07:31:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232747952 [org.dataone.client.rest.RestClient]
20170606-07:31:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618923285772 [org.dataone.client.rest.RestClient]
20170606-07:31:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232857771 [org.dataone.client.rest.RestClient]
20170606-07:31:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232913634 [org.dataone.client.rest.RestClient]
20170606-07:31:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232937416 [org.dataone.client.rest.RestClient]
20170606-07:31:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189232957867 [org.dataone.client.rest.RestClient]
20170606-07:31:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618923302073 [org.dataone.client.rest.RestClient]
20170606-07:31:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233043148 [org.dataone.client.rest.RestClient]
20170606-07:31:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233130136 [org.dataone.client.rest.RestClient]
20170606-07:31:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233154144 [org.dataone.client.rest.RestClient]
20170606-07:31:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618923316645 [org.dataone.client.rest.RestClient]
20170606-07:31:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233218654 [org.dataone.client.rest.RestClient]
20170606-07:31:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233242498 [org.dataone.client.rest.RestClient]
20170606-07:31:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233328753 [org.dataone.client.rest.RestClient]
20170606-07:31:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618923334862 [org.dataone.client.rest.RestClient]
20170606-07:31:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233353767 [org.dataone.client.rest.RestClient]
20170606-07:31:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233419255 [org.dataone.client.rest.RestClient]
20170606-07:31:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233442167 [org.dataone.client.rest.RestClient]
20170606-07:31:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233528306 [org.dataone.client.rest.RestClient]
20170606-07:31:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233549583 [org.dataone.client.rest.RestClient]
20170606-07:31:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201618923355776 [org.dataone.client.rest.RestClient]
20170606-07:31:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016189233610626 [org.dataone.client.rest.RestClient]
20170606-07:31:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232130255 [org.dataone.client.rest.RestClient]
20170606-07:31:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232142138 [org.dataone.client.rest.RestClient]
20170606-07:32:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232152264 [org.dataone.client.rest.RestClient]
20170606-07:32:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232238278 [org.dataone.client.rest.RestClient]
20170606-07:32:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232259394 [org.dataone.client.rest.RestClient]
20170606-07:32:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619023228436 [org.dataone.client.rest.RestClient]
20170606-07:32:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232318512 [org.dataone.client.rest.RestClient]
20170606-07:32:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232335906 [org.dataone.client.rest.RestClient]
20170606-07:32:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232434414 [org.dataone.client.rest.RestClient]
20170606-07:32:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232452804 [org.dataone.client.rest.RestClient]
20170606-07:32:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232512114 [org.dataone.client.rest.RestClient]
20170606-07:32:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232536952 [org.dataone.client.rest.RestClient]
20170606-07:32:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161902326303 [org.dataone.client.rest.RestClient]
20170606-07:32:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619023263410 [org.dataone.client.rest.RestClient]
20170606-07:32:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232658811 [org.dataone.client.rest.RestClient]
20170606-07:32:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232724125 [org.dataone.client.rest.RestClient]
20170606-07:32:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232752754 [org.dataone.client.rest.RestClient]
20170606-07:32:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232816902 [org.dataone.client.rest.RestClient]
20170606-07:32:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619023284489 [org.dataone.client.rest.RestClient]
20170606-07:32:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232933416 [org.dataone.client.rest.RestClient]
20170606-07:32:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190232958567 [org.dataone.client.rest.RestClient]
20170606-07:32:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619023297196 [org.dataone.client.rest.RestClient]
20170606-07:32:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190233024264 [org.dataone.client.rest.RestClient]
20170606-07:32:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190233053584 [org.dataone.client.rest.RestClient]
20170606-07:32:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190233117723 [org.dataone.client.rest.RestClient]
20170606-07:32:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190233141915 [org.dataone.client.rest.RestClient]
20170606-07:32:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016190233234659 [org.dataone.client.rest.RestClient]
20170606-07:32:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619023328403 [org.dataone.client.rest.RestClient]
20170606-07:32:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232125128 [org.dataone.client.rest.RestClient]
20170606-07:32:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123213968 [org.dataone.client.rest.RestClient]
20170606-07:32:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232150609 [org.dataone.client.rest.RestClient]
20170606-07:32:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232210522 [org.dataone.client.rest.RestClient]
20170606-07:32:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232232998 [org.dataone.client.rest.RestClient]
20170606-07:32:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232251752 [org.dataone.client.rest.RestClient]
20170606-07:32:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232311284 [org.dataone.client.rest.RestClient]
20170606-07:32:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232330639 [org.dataone.client.rest.RestClient]
20170606-07:32:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123242931 [org.dataone.client.rest.RestClient]
20170606-07:32:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232450378 [org.dataone.client.rest.RestClient]
20170606-07:32:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232510957 [org.dataone.client.rest.RestClient]
20170606-07:32:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232537790 [org.dataone.client.rest.RestClient]
20170606-07:32:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232638316 [org.dataone.client.rest.RestClient]
20170606-07:32:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123265784 [org.dataone.client.rest.RestClient]
20170606-07:32:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232740310 [org.dataone.client.rest.RestClient]
20170606-07:32:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123277885 [org.dataone.client.rest.RestClient]
20170606-07:32:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123281352 [org.dataone.client.rest.RestClient]
20170606-07:32:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232839958 [org.dataone.client.rest.RestClient]
20170606-07:32:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232930924 [org.dataone.client.rest.RestClient]
20170606-07:32:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123295318 [org.dataone.client.rest.RestClient]
20170606-07:32:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191232957575 [org.dataone.client.rest.RestClient]
20170606-07:32:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191233026470 [org.dataone.client.rest.RestClient]
20170606-07:33:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123305924 [org.dataone.client.rest.RestClient]
20170606-07:33:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191233127883 [org.dataone.client.rest.RestClient]
20170606-07:33:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191233158700 [org.dataone.client.rest.RestClient]
20170606-07:33:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191233224464 [org.dataone.client.rest.RestClient]
20170606-07:33:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016191233252648 [org.dataone.client.rest.RestClient]
20170606-07:33:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619123331929 [org.dataone.client.rest.RestClient]
20170606-07:33:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232115315 [org.dataone.client.rest.RestClient]
20170606-07:33:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619223211753 [org.dataone.client.rest.RestClient]
20170606-07:33:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232130607 [org.dataone.client.rest.RestClient]
20170606-07:33:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232152661 [org.dataone.client.rest.RestClient]
20170606-07:33:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232214425 [org.dataone.client.rest.RestClient]
20170606-07:33:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232238389 [org.dataone.client.rest.RestClient]
20170606-07:33:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232259409 [org.dataone.client.rest.RestClient]
20170606-07:33:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232320633 [org.dataone.client.rest.RestClient]
20170606-07:33:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232428689 [org.dataone.client.rest.RestClient]
20170606-07:33:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232452566 [org.dataone.client.rest.RestClient]
20170606-07:33:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232515283 [org.dataone.client.rest.RestClient]
20170606-07:33:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232548169 [org.dataone.client.rest.RestClient]
20170606-07:33:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232619129 [org.dataone.client.rest.RestClient]
20170606-07:33:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232653485 [org.dataone.client.rest.RestClient]
20170606-07:33:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619223272536 [org.dataone.client.rest.RestClient]
20170606-07:33:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232757738 [org.dataone.client.rest.RestClient]
20170606-07:33:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232830561 [org.dataone.client.rest.RestClient]
20170606-07:33:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619223290513 [org.dataone.client.rest.RestClient]
20170606-07:33:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192232932338 [org.dataone.client.rest.RestClient]
20170606-07:33:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619223303562 [org.dataone.client.rest.RestClient]
20170606-07:33:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192233035778 [org.dataone.client.rest.RestClient]
20170606-07:33:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192233114303 [org.dataone.client.rest.RestClient]
20170606-07:33:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192233144705 [org.dataone.client.rest.RestClient]
20170606-07:33:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192233218111 [org.dataone.client.rest.RestClient]
20170606-07:33:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192233245249 [org.dataone.client.rest.RestClient]
20170606-07:33:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192233316437 [org.dataone.client.rest.RestClient]
20170606-07:33:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016192233347926 [org.dataone.client.rest.RestClient]
20170606-07:33:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619223342240 [org.dataone.client.rest.RestClient]
20170606-07:33:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193232619441 [org.dataone.client.rest.RestClient]
20170606-07:33:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193232634491 [org.dataone.client.rest.RestClient]
20170606-07:33:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193232650651 [org.dataone.client.rest.RestClient]
20170606-07:33:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193232715785 [org.dataone.client.rest.RestClient]
20170606-07:33:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193232741755 [org.dataone.client.rest.RestClient]
20170606-07:33:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161932328301 [org.dataone.client.rest.RestClient]
20170606-07:33:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193232855704 [org.dataone.client.rest.RestClient]
20170606-07:33:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323287435 [org.dataone.client.rest.RestClient]
20170606-07:33:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233011843 [org.dataone.client.rest.RestClient]
20170606-07:33:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233043793 [org.dataone.client.rest.RestClient]
20170606-07:33:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233147420 [org.dataone.client.rest.RestClient]
20170606-07:33:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323317567 [org.dataone.client.rest.RestClient]
20170606-07:33:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233221980 [org.dataone.client.rest.RestClient]
20170606-07:33:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233258586 [org.dataone.client.rest.RestClient]
20170606-07:33:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233334301 [org.dataone.client.rest.RestClient]
20170606-07:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323341918 [org.dataone.client.rest.RestClient]
20170606-07:34:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323354119 [org.dataone.client.rest.RestClient]
20170606-07:34:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233544296 [org.dataone.client.rest.RestClient]
20170606-07:34:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233619671 [org.dataone.client.rest.RestClient]
20170606-07:34:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233741473 [org.dataone.client.rest.RestClient]
20170606-07:34:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323374164 [org.dataone.client.rest.RestClient]
20170606-07:34:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233819653 [org.dataone.client.rest.RestClient]
20170606-07:34:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323385317 [org.dataone.client.rest.RestClient]
20170606-07:34:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193233935846 [org.dataone.client.rest.RestClient]
20170606-07:34:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193234014808 [org.dataone.client.rest.RestClient]
20170606-07:34:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323405571 [org.dataone.client.rest.RestClient]
20170606-07:34:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016193234126344 [org.dataone.client.rest.RestClient]
20170606-07:34:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619323428900 [org.dataone.client.rest.RestClient]
20170606-07:34:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232350217 [org.dataone.client.rest.RestClient]
20170606-07:34:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232410261 [org.dataone.client.rest.RestClient]
20170606-07:34:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232427498 [org.dataone.client.rest.RestClient]
20170606-07:34:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619423251192 [org.dataone.client.rest.RestClient]
20170606-07:34:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232526263 [org.dataone.client.rest.RestClient]
20170606-07:34:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232559455 [org.dataone.client.rest.RestClient]
20170606-07:34:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232625698 [org.dataone.client.rest.RestClient]
20170606-07:34:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232659996 [org.dataone.client.rest.RestClient]
20170606-07:34:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232827547 [org.dataone.client.rest.RestClient]
20170606-07:34:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232858259 [org.dataone.client.rest.RestClient]
20170606-07:34:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194232924271 [org.dataone.client.rest.RestClient]
20170606-07:34:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194233012617 [org.dataone.client.rest.RestClient]
20170606-07:34:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194233110896 [org.dataone.client.rest.RestClient]
20170606-07:34:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194233155214 [org.dataone.client.rest.RestClient]
20170606-07:34:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194233232595 [org.dataone.client.rest.RestClient]
20170606-07:34:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194233319451 [org.dataone.client.rest.RestClient]
20170606-07:34:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016194233357647 [org.dataone.client.rest.RestClient]
20170606-07:34:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195232548901 [org.dataone.client.rest.RestClient]
20170606-07:34:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195232614292 [org.dataone.client.rest.RestClient]
20170606-07:34:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195232630277 [org.dataone.client.rest.RestClient]
20170606-07:34:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20161952327845 [org.dataone.client.rest.RestClient]
20170606-07:34:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195232814648 [org.dataone.client.rest.RestClient]
20170606-07:34:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195232842431 [org.dataone.client.rest.RestClient]
20170606-07:34:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619523291839 [org.dataone.client.rest.RestClient]
20170606-07:34:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233054677 [org.dataone.client.rest.RestClient]
20170606-07:34:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233129183 [org.dataone.client.rest.RestClient]
20170606-07:34:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233156743 [org.dataone.client.rest.RestClient]
20170606-07:34:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233251828 [org.dataone.client.rest.RestClient]
20170606-07:34:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233335240 [org.dataone.client.rest.RestClient]
20170606-07:34:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233444440 [org.dataone.client.rest.RestClient]
20170606-07:34:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233525730 [org.dataone.client.rest.RestClient]
20170606-07:34:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233613373 [org.dataone.client.rest.RestClient]
20170606-07:34:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233657664 [org.dataone.client.rest.RestClient]
20170606-07:34:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619523375283 [org.dataone.client.rest.RestClient]
20170606-07:34:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233833810 [org.dataone.client.rest.RestClient]
20170606-07:35:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195233928245 [org.dataone.client.rest.RestClient]
20170606-07:35:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619523409938 [org.dataone.client.rest.RestClient]
20170606-07:35:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619523411482 [org.dataone.client.rest.RestClient]
20170606-07:35:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195234140238 [org.dataone.client.rest.RestClient]
20170606-07:35:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016195234321927 [org.dataone.client.rest.RestClient]
20170606-07:35:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201619623251754 [org.dataone.client.rest.RestClient]
20170606-07:35:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016197232339517 [org.dataone.client.rest.RestClient]
20170606-07:35:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209234923648 [org.dataone.client.rest.RestClient]
20170606-07:35:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201620923494392 [org.dataone.client.rest.RestClient]
20170606-07:35:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235035337 [org.dataone.client.rest.RestClient]
20170606-07:35:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201620923508972 [org.dataone.client.rest.RestClient]
20170606-07:35:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235125826 [org.dataone.client.rest.RestClient]
20170606-07:35:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235152282 [org.dataone.client.rest.RestClient]
20170606-07:35:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235228109 [org.dataone.client.rest.RestClient]
20170606-07:35:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235344463 [org.dataone.client.rest.RestClient]
20170606-07:35:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201620923535465 [org.dataone.client.rest.RestClient]
20170606-07:35:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235423982 [org.dataone.client.rest.RestClient]
20170606-07:35:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235456973 [org.dataone.client.rest.RestClient]
20170606-07:35:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235536991 [org.dataone.client.rest.RestClient]
20170606-07:35:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235613322 [org.dataone.client.rest.RestClient]
20170606-07:35:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016209235653548 [org.dataone.client.rest.RestClient]
20170606-07:35:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211233811797 [org.dataone.client.rest.RestClient]
20170606-07:35:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211233822639 [org.dataone.client.rest.RestClient]
20170606-07:35:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211233835883 [org.dataone.client.rest.RestClient]
20170606-07:35:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211233852280 [org.dataone.client.rest.RestClient]
20170606-07:35:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211233924340 [org.dataone.client.rest.RestClient]
20170606-07:35:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211233941154 [org.dataone.client.rest.RestClient]
20170606-07:35:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211234041745 [org.dataone.client.rest.RestClient]
20170606-07:35:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621123410862 [org.dataone.client.rest.RestClient]
20170606-07:35:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211234122736 [org.dataone.client.rest.RestClient]
20170606-07:35:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211234143521 [org.dataone.client.rest.RestClient]
20170606-07:35:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016211234222434 [org.dataone.client.rest.RestClient]
20170606-07:35:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621123423992 [org.dataone.client.rest.RestClient]
20170606-07:35:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212233756895 [org.dataone.client.rest.RestClient]
20170606-07:35:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212233822929 [org.dataone.client.rest.RestClient]
20170606-07:35:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212233840565 [org.dataone.client.rest.RestClient]
20170606-07:35:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621223387378 [org.dataone.client.rest.RestClient]
20170606-07:35:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212233914486 [org.dataone.client.rest.RestClient]
20170606-07:35:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212233931130 [org.dataone.client.rest.RestClient]
20170606-07:35:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212233954663 [org.dataone.client.rest.RestClient]
20170606-07:35:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212234016958 [org.dataone.client.rest.RestClient]
20170606-07:35:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212234040243 [org.dataone.client.rest.RestClient]
20170606-07:35:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621223411740 [org.dataone.client.rest.RestClient]
20170606-07:35:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212234125581 [org.dataone.client.rest.RestClient]
20170606-07:35:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212234146882 [org.dataone.client.rest.RestClient]
20170606-07:35:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016212234230492 [org.dataone.client.rest.RestClient]
20170606-07:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621223428199 [org.dataone.client.rest.RestClient]
20170606-07:35:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234238909 [org.dataone.client.rest.RestClient]
20170606-07:35:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234250125 [org.dataone.client.rest.RestClient]
20170606-07:36:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234326321 [org.dataone.client.rest.RestClient]
20170606-07:36:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621323437486 [org.dataone.client.rest.RestClient]
20170606-07:36:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234423288 [org.dataone.client.rest.RestClient]
20170606-07:36:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621323444232 [org.dataone.client.rest.RestClient]
20170606-07:36:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234451590 [org.dataone.client.rest.RestClient]
20170606-07:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234518999 [org.dataone.client.rest.RestClient]
20170606-07:36:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234551391 [org.dataone.client.rest.RestClient]
20170606-07:36:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234623287 [org.dataone.client.rest.RestClient]
20170606-07:36:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234658366 [org.dataone.client.rest.RestClient]
20170606-07:36:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234724973 [org.dataone.client.rest.RestClient]
20170606-07:36:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621323475281 [org.dataone.client.rest.RestClient]
20170606-07:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016213234819494 [org.dataone.client.rest.RestClient]
20170606-07:36:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016214234015515 [org.dataone.client.rest.RestClient]
20170606-07:36:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016214234027969 [org.dataone.client.rest.RestClient]
20170606-07:36:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016214234048877 [org.dataone.client.rest.RestClient]
20170606-07:36:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621423414788 [org.dataone.client.rest.RestClient]
20170606-07:36:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621423416440 [org.dataone.client.rest.RestClient]
20170606-07:36:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016214234237319 [org.dataone.client.rest.RestClient]
20170606-07:36:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621423424925 [org.dataone.client.rest.RestClient]
20170606-07:36:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016214234339491 [org.dataone.client.rest.RestClient]
20170606-07:36:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162142343811 [org.dataone.client.rest.RestClient]
20170606-07:36:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016214234438253 [org.dataone.client.rest.RestClient]
20170606-07:36:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621423447912 [org.dataone.client.rest.RestClient]
20170606-07:36:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016214234536782 [org.dataone.client.rest.RestClient]
20170606-07:36:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621423454744 [org.dataone.client.rest.RestClient]
20170606-07:36:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621423465529 [org.dataone.client.rest.RestClient]
20170606-07:36:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215233838703 [org.dataone.client.rest.RestClient]
20170606-07:36:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215233850623 [org.dataone.client.rest.RestClient]
20170606-07:36:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215233910714 [org.dataone.client.rest.RestClient]
20170606-07:36:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215233933431 [org.dataone.client.rest.RestClient]
20170606-07:36:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215234017981 [org.dataone.client.rest.RestClient]
20170606-07:36:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215234038302 [org.dataone.client.rest.RestClient]
20170606-07:36:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215234140453 [org.dataone.client.rest.RestClient]
20170606-07:36:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621523417604 [org.dataone.client.rest.RestClient]
20170606-07:36:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215234212320 [org.dataone.client.rest.RestClient]
20170606-07:36:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215234248243 [org.dataone.client.rest.RestClient]
20170606-07:36:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215234324203 [org.dataone.client.rest.RestClient]
20170606-07:36:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016215234431224 [org.dataone.client.rest.RestClient]
20170606-07:36:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621523443756 [org.dataone.client.rest.RestClient]
20170606-07:36:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621523456379 [org.dataone.client.rest.RestClient]
20170606-07:36:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234032667 [org.dataone.client.rest.RestClient]
20170606-07:36:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234047168 [org.dataone.client.rest.RestClient]
20170606-07:36:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234112211 [org.dataone.client.rest.RestClient]
20170606-07:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234135126 [org.dataone.client.rest.RestClient]
20170606-07:36:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234229371 [org.dataone.client.rest.RestClient]
20170606-07:36:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234255707 [org.dataone.client.rest.RestClient]
20170606-07:36:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234331940 [org.dataone.client.rest.RestClient]
20170606-07:36:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234446410 [org.dataone.client.rest.RestClient]
20170606-07:37:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621623448398 [org.dataone.client.rest.RestClient]
20170606-07:37:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234526153 [org.dataone.client.rest.RestClient]
20170606-07:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201621623462143 [org.dataone.client.rest.RestClient]
20170606-07:37:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234644560 [org.dataone.client.rest.RestClient]
20170606-07:37:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234721208 [org.dataone.client.rest.RestClient]
20170606-07:37:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016216234756460 [org.dataone.client.rest.RestClient]
20170606-07:37:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016218234140798 [org.dataone.client.rest.RestClient]
20170606-07:37:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016219234220756 [org.dataone.client.rest.RestClient]
20170606-07:37:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016220234324241 [org.dataone.client.rest.RestClient]
20170606-07:37:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016221234440781 [org.dataone.client.rest.RestClient]
20170606-07:37:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622223297768 [org.dataone.client.rest.RestClient]
20170606-07:37:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016223224843380 [org.dataone.client.rest.RestClient]
20170606-07:37:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016224233143903 [org.dataone.client.rest.RestClient]
20170606-07:37:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622522508190 [org.dataone.client.rest.RestClient]
20170606-07:37:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016226224827289 [org.dataone.client.rest.RestClient]
20170606-07:37:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622722485165 [org.dataone.client.rest.RestClient]
20170606-07:37:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622823356913 [org.dataone.client.rest.RestClient]
20170606-07:37:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923101632 [org.dataone.client.rest.RestClient]
20170606-07:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016229231038542 [org.dataone.client.rest.RestClient]
20170606-07:37:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016229231045180 [org.dataone.client.rest.RestClient]
20170606-07:37:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923109446 [org.dataone.client.rest.RestClient]
20170606-07:37:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923426237 [org.dataone.client.rest.RestClient]
20170606-07:37:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923431262 [org.dataone.client.rest.RestClient]
20170606-07:37:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162292344720 [org.dataone.client.rest.RestClient]
20170606-07:37:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162292345268 [org.dataone.client.rest.RestClient]
20170606-07:37:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923514573 [org.dataone.client.rest.RestClient]
20170606-07:37:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162292353292 [org.dataone.client.rest.RestClient]
20170606-07:37:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923537138 [org.dataone.client.rest.RestClient]
20170606-07:37:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162292359537 [org.dataone.client.rest.RestClient]
20170606-07:37:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923614163 [org.dataone.client.rest.RestClient]
20170606-07:37:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923619253 [org.dataone.client.rest.RestClient]
20170606-07:37:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923637379 [org.dataone.client.rest.RestClient]
20170606-07:37:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923643637 [org.dataone.client.rest.RestClient]
20170606-07:37:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923713523 [org.dataone.client.rest.RestClient]
20170606-07:37:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016229237355 [org.dataone.client.rest.RestClient]
20170606-07:37:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923741671 [org.dataone.client.rest.RestClient]
20170606-07:37:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162292376808 [org.dataone.client.rest.RestClient]
20170606-07:37:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923811802 [org.dataone.client.rest.RestClient]
20170606-07:37:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923835204 [org.dataone.client.rest.RestClient]
20170606-07:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923842262 [org.dataone.client.rest.RestClient]
20170606-07:37:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162292385487 [org.dataone.client.rest.RestClient]
20170606-07:37:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923912999 [org.dataone.client.rest.RestClient]
20170606-07:37:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923938207 [org.dataone.client.rest.RestClient]
20170606-07:37:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201622923944860 [org.dataone.client.rest.RestClient]
20170606-07:37:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162292396787 [org.dataone.client.rest.RestClient]
20170606-07:37:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023102290 [org.dataone.client.rest.RestClient]
20170606-07:37:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016230231037766 [org.dataone.client.rest.RestClient]
20170606-07:37:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016230231043508 [org.dataone.client.rest.RestClient]
20170606-07:37:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023108436 [org.dataone.client.rest.RestClient]
20170606-07:38:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016230233576 [org.dataone.client.rest.RestClient]
20170606-07:38:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023412172 [org.dataone.client.rest.RestClient]
20170606-07:38:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162302341272 [org.dataone.client.rest.RestClient]
20170606-07:38:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162302341744 [org.dataone.client.rest.RestClient]
20170606-07:38:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023437154 [org.dataone.client.rest.RestClient]
20170606-07:38:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023442514 [org.dataone.client.rest.RestClient]
20170606-07:38:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023457820 [org.dataone.client.rest.RestClient]
20170606-07:38:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162302353146 [org.dataone.client.rest.RestClient]
20170606-07:38:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023542521 [org.dataone.client.rest.RestClient]
20170606-07:38:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023547331 [org.dataone.client.rest.RestClient]
20170606-07:38:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023613534 [org.dataone.client.rest.RestClient]
20170606-07:38:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023642950 [org.dataone.client.rest.RestClient]
20170606-07:38:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023649279 [org.dataone.client.rest.RestClient]
20170606-07:38:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162302367528 [org.dataone.client.rest.RestClient]
20170606-07:38:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023714416 [org.dataone.client.rest.RestClient]
20170606-07:38:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023721704 [org.dataone.client.rest.RestClient]
20170606-07:38:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023747596 [org.dataone.client.rest.RestClient]
20170606-07:38:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023753913 [org.dataone.client.rest.RestClient]
20170606-07:38:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023819188 [org.dataone.client.rest.RestClient]
20170606-07:38:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023825431 [org.dataone.client.rest.RestClient]
20170606-07:38:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023854295 [org.dataone.client.rest.RestClient]
20170606-07:38:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162302390576 [org.dataone.client.rest.RestClient]
20170606-07:38:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023928145 [org.dataone.client.rest.RestClient]
20170606-07:38:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623023934481 [org.dataone.client.rest.RestClient]
20170606-07:38:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016231231013180 [org.dataone.client.rest.RestClient]
20170606-07:38:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016231231019410 [org.dataone.client.rest.RestClient]
20170606-07:38:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016231231047738 [org.dataone.client.rest.RestClient]
20170606-07:38:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016231231054164 [org.dataone.client.rest.RestClient]
20170606-07:38:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016231231119967 [org.dataone.client.rest.RestClient]
20170606-07:38:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016231231126512 [org.dataone.client.rest.RestClient]
20170606-07:38:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123420861 [org.dataone.client.rest.RestClient]
20170606-07:38:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123425533 [org.dataone.client.rest.RestClient]
20170606-07:38:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162312344252 [org.dataone.client.rest.RestClient]
20170606-07:38:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123444409 [org.dataone.client.rest.RestClient]
20170606-07:38:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123449630 [org.dataone.client.rest.RestClient]
20170606-07:38:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162312348661 [org.dataone.client.rest.RestClient]
20170606-07:38:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123510199 [org.dataone.client.rest.RestClient]
20170606-07:38:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123515134 [org.dataone.client.rest.RestClient]
20170606-07:38:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016231236195 [org.dataone.client.rest.RestClient]
20170606-07:38:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123626773 [org.dataone.client.rest.RestClient]
20170606-07:38:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123633158 [org.dataone.client.rest.RestClient]
20170606-07:38:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162312366102 [org.dataone.client.rest.RestClient]
20170606-07:38:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123711999 [org.dataone.client.rest.RestClient]
20170606-07:38:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123738266 [org.dataone.client.rest.RestClient]
20170606-07:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123744567 [org.dataone.client.rest.RestClient]
20170606-07:38:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20162312375584 [org.dataone.client.rest.RestClient]
20170606-07:38:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123814837 [org.dataone.client.rest.RestClient]
20170606-07:38:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123821991 [org.dataone.client.rest.RestClient]
20170606-07:39:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123852374 [org.dataone.client.rest.RestClient]
20170606-07:39:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123858526 [org.dataone.client.rest.RestClient]
20170606-07:39:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123931795 [org.dataone.client.rest.RestClient]
20170606-07:39:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201623123938307 [org.dataone.client.rest.RestClient]
20170606-07:39:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016299023283 [org.dataone.client.rest.RestClient]
20170606-07:39:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201629923544897 [org.dataone.client.rest.RestClient]
20170606-07:39:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016300235749513 [org.dataone.client.rest.RestClient]
20170606-07:39:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016301234947293 [org.dataone.client.rest.RestClient]
20170606-07:39:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016302234130812 [org.dataone.client.rest.RestClient]
20170606-07:39:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630323441884 [org.dataone.client.rest.RestClient]
20170606-07:39:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630422468354 [org.dataone.client.rest.RestClient]
20170606-07:39:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630523235897 [org.dataone.client.rest.RestClient]
20170606-07:39:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630623916358 [org.dataone.client.rest.RestClient]
20170606-07:39:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016307225324781 [org.dataone.client.rest.RestClient]
20170606-07:39:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630722535432 [org.dataone.client.rest.RestClient]
20170606-07:39:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016307225358226 [org.dataone.client.rest.RestClient]
20170606-07:39:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016307225434777 [org.dataone.client.rest.RestClient]
20170606-07:39:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016307225542665 [org.dataone.client.rest.RestClient]
20170606-07:39:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016307225613648 [org.dataone.client.rest.RestClient]
20170606-07:39:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630722572230 [org.dataone.client.rest.RestClient]
20170606-07:39:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016307225751324 [org.dataone.client.rest.RestClient]
20170606-07:39:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630722584260 [org.dataone.client.rest.RestClient]
20170606-07:39:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016307225931687 [org.dataone.client.rest.RestClient]
20170606-07:39:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630723019563 [org.dataone.client.rest.RestClient]
20170606-07:39:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630723112850 [org.dataone.client.rest.RestClient]
20170606-07:39:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163072325415 [org.dataone.client.rest.RestClient]
20170606-07:39:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630723256690 [org.dataone.client.rest.RestClient]
20170606-07:39:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016308231047101 [org.dataone.client.rest.RestClient]
20170606-07:39:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016308231137667 [org.dataone.client.rest.RestClient]
20170606-07:39:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016308231233119 [org.dataone.client.rest.RestClient]
20170606-07:39:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016308231320626 [org.dataone.client.rest.RestClient]
20170606-07:39:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016308231417683 [org.dataone.client.rest.RestClient]
20170606-07:39:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016308231556513 [org.dataone.client.rest.RestClient]
20170606-07:39:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630823157425 [org.dataone.client.rest.RestClient]
20170606-07:39:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630823548249 [org.dataone.client.rest.RestClient]
20170606-07:39:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630823645898 [org.dataone.client.rest.RestClient]
20170606-07:39:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163082369229 [org.dataone.client.rest.RestClient]
20170606-07:39:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630823721348 [org.dataone.client.rest.RestClient]
20170606-07:39:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630823835936 [org.dataone.client.rest.RestClient]
20170606-07:39:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630823959120 [org.dataone.client.rest.RestClient]
20170606-07:39:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163082398275 [org.dataone.client.rest.RestClient]
20170606-07:39:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630923341455 [org.dataone.client.rest.RestClient]
20170606-07:39:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309233418632 [org.dataone.client.rest.RestClient]
20170606-07:39:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309233539204 [org.dataone.client.rest.RestClient]
20170606-07:39:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309233556457 [org.dataone.client.rest.RestClient]
20170606-07:39:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309233639860 [org.dataone.client.rest.RestClient]
20170606-07:39:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630923372408 [org.dataone.client.rest.RestClient]
20170606-07:39:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309233728682 [org.dataone.client.rest.RestClient]
20170606-07:40:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630923381859 [org.dataone.client.rest.RestClient]
20170606-07:40:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309233833270 [org.dataone.client.rest.RestClient]
20170606-07:40:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309233935807 [org.dataone.client.rest.RestClient]
20170606-07:40:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163092339738 [org.dataone.client.rest.RestClient]
20170606-07:40:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309234040322 [org.dataone.client.rest.RestClient]
20170606-07:40:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201630923407632 [org.dataone.client.rest.RestClient]
20170606-07:40:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016309234111758 [org.dataone.client.rest.RestClient]
20170606-07:40:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631023222760 [org.dataone.client.rest.RestClient]
20170606-07:40:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232238302 [org.dataone.client.rest.RestClient]
20170606-07:40:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232256177 [org.dataone.client.rest.RestClient]
20170606-07:40:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232313113 [org.dataone.client.rest.RestClient]
20170606-07:40:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232357446 [org.dataone.client.rest.RestClient]
20170606-07:40:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163102324206 [org.dataone.client.rest.RestClient]
20170606-07:40:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232444746 [org.dataone.client.rest.RestClient]
20170606-07:40:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232515328 [org.dataone.client.rest.RestClient]
20170606-07:40:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232548733 [org.dataone.client.rest.RestClient]
20170606-07:40:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232614711 [org.dataone.client.rest.RestClient]
20170606-07:40:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232640298 [org.dataone.client.rest.RestClient]
20170606-07:40:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631023273879 [org.dataone.client.rest.RestClient]
20170606-07:40:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631023277478 [org.dataone.client.rest.RestClient]
20170606-07:40:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016310232811136 [org.dataone.client.rest.RestClient]
20170606-07:40:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631122581983 [org.dataone.client.rest.RestClient]
20170606-07:40:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016311225838184 [org.dataone.client.rest.RestClient]
20170606-07:40:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016311225856402 [org.dataone.client.rest.RestClient]
20170606-07:40:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631122588313 [org.dataone.client.rest.RestClient]
20170606-07:40:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016311225938305 [org.dataone.client.rest.RestClient]
20170606-07:40:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016311225959857 [org.dataone.client.rest.RestClient]
20170606-07:40:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631123026159 [org.dataone.client.rest.RestClient]
20170606-07:40:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631123057616 [org.dataone.client.rest.RestClient]
20170606-07:40:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631123126226 [org.dataone.client.rest.RestClient]
20170606-07:40:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631123155553 [org.dataone.client.rest.RestClient]
20170606-07:40:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631123226540 [org.dataone.client.rest.RestClient]
20170606-07:40:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631123258598 [org.dataone.client.rest.RestClient]
20170606-07:40:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631123333739 [org.dataone.client.rest.RestClient]
20170606-07:40:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163112342335 [org.dataone.client.rest.RestClient]
20170606-07:40:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223054459 [org.dataone.client.rest.RestClient]
20170606-07:40:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223126905 [org.dataone.client.rest.RestClient]
20170606-07:40:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223144926 [org.dataone.client.rest.RestClient]
20170606-07:40:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016312231489 [org.dataone.client.rest.RestClient]
20170606-07:40:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223227418 [org.dataone.client.rest.RestClient]
20170606-07:40:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223248758 [org.dataone.client.rest.RestClient]
20170606-07:40:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223314478 [org.dataone.client.rest.RestClient]
20170606-07:40:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223344426 [org.dataone.client.rest.RestClient]
20170606-07:40:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223418662 [org.dataone.client.rest.RestClient]
20170606-07:40:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223448301 [org.dataone.client.rest.RestClient]
20170606-07:40:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223515502 [org.dataone.client.rest.RestClient]
20170606-07:40:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223550903 [org.dataone.client.rest.RestClient]
20170606-07:41:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223620484 [org.dataone.client.rest.RestClient]
20170606-07:41:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631223649869 [org.dataone.client.rest.RestClient]
20170606-07:41:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016313225942946 [org.dataone.client.rest.RestClient]
20170606-07:41:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016314233130551 [org.dataone.client.rest.RestClient]
20170606-07:41:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016315225749903 [org.dataone.client.rest.RestClient]
20170606-07:41:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016316225726556 [org.dataone.client.rest.RestClient]
20170606-07:41:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016317225815604 [org.dataone.client.rest.RestClient]
20170606-07:41:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201631822581238 [org.dataone.client.rest.RestClient]
20170606-07:41:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016319225817658 [org.dataone.client.rest.RestClient]
20170606-07:41:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016320233457276 [org.dataone.client.rest.RestClient]
20170606-07:41:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016341235842891 [org.dataone.client.rest.RestClient]
20170606-07:41:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016342235746446 [org.dataone.client.rest.RestClient]
20170606-07:41:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016343235645271 [org.dataone.client.rest.RestClient]
20170606-07:41:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016344235822882 [org.dataone.client.rest.RestClient]
20170606-07:41:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163460327385 [org.dataone.client.rest.RestClient]
20170606-07:41:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016347035654 [org.dataone.client.rest.RestClient]
20170606-07:41:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201634723145791 [org.dataone.client.rest.RestClient]
20170606-07:41:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20163482318336 [org.dataone.client.rest.RestClient]
20170606-07:41:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016349231558224 [org.dataone.client.rest.RestClient]
20170606-07:41:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016350231545790 [org.dataone.client.rest.RestClient]
20170606-07:41:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016351231434637 [org.dataone.client.rest.RestClient]
20170606-07:41:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016352231645322 [org.dataone.client.rest.RestClient]
20170606-07:41:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016353238264 [org.dataone.client.rest.RestClient]
20170606-07:41:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201635523734161 [org.dataone.client.rest.RestClient]
20170606-07:41:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201635623646691 [org.dataone.client.rest.RestClient]
20170606-07:41:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201635723509852 [org.dataone.client.rest.RestClient]
20170606-07:41:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016358234922694 [org.dataone.client.rest.RestClient]
20170606-07:41:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016359234925878 [org.dataone.client.rest.RestClient]
20170606-07:41:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016360234943262 [org.dataone.client.rest.RestClient]
20170606-07:41:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016363231936841 [org.dataone.client.rest.RestClient]
20170606-07:41:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2016365225325180 [org.dataone.client.rest.RestClient]
20170606-07:41:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201636623844914 [org.dataone.client.rest.RestClient]
20170606-07:41:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171001753572 [org.dataone.client.rest.RestClient]
20170606-07:41:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171011056780 [org.dataone.client.rest.RestClient]
20170606-07:41:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171020534602 [org.dataone.client.rest.RestClient]
20170606-07:41:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201710234225698 [org.dataone.client.rest.RestClient]
20170606-07:41:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171030535332 [org.dataone.client.rest.RestClient]
20170606-07:41:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171040571405 [org.dataone.client.rest.RestClient]
20170606-07:41:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201710505641404 [org.dataone.client.rest.RestClient]
20170606-07:41:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171060593595 [org.dataone.client.rest.RestClient]
20170606-07:41:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171070554528 [org.dataone.client.rest.RestClient]
20170606-07:41:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171080564793 [org.dataone.client.rest.RestClient]
20170606-07:41:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2017109171365 [org.dataone.client.rest.RestClient]
20170606-07:41:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171101159981 [org.dataone.client.rest.RestClient]
20170606-07:41:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201711111626367 [org.dataone.client.rest.RestClient]
20170606-07:41:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_201711205432835 [org.dataone.client.rest.RestClient]
20170606-07:41:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171123442949 [org.dataone.client.rest.RestClient]
20170606-07:41:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2017113105584 [org.dataone.client.rest.RestClient]
20170606-07:41:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171140584273 [org.dataone.client.rest.RestClient]
20170606-07:42:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171150179979 [org.dataone.client.rest.RestClient]
20170606-07:42:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171223444025 [org.dataone.client.rest.RestClient]
20170606-07:42:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_20171231215509 [org.dataone.client.rest.RestClient]
20170606-07:42:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/P1_2017125231752164 [org.dataone.client.rest.RestClient]
20170606-07:42:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:05: [WARN]: Unable to find a valid authoritative MN to use for the object: testPackage_scimeta_20171570425123 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:05: [INFO]: creating a test object.  pid = testPackage_scimeta_20171570425123 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:05: [INFO]: SystemMetadata for pid: testPackage_scimeta_20171570425123
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testPackage_scimeta_20171570425123</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>CN=testRightsHolder,DC=dataone,DC=org</subject>
            <permission>read</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:42:05.131+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:42:05.131+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:06: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testPackage_scimeta_20171570425123; FilePart:object = /tmp/mmp.output.3486635387176331449.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8841245763632790534.tmp (1072 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:42:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testPackage_scimeta_20171570425123
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.ContextAwareTestCaseDataone.createPackage(ContextAwareTestCaseDataone.java:1944)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureResourceMap(ContextAwareTestCaseDataone.java:1897)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureResourceMap(ContextAwareTestCaseDataone.java:1845)
	at org.dataone.integration.it.testImplementations.ViewFunctionalTestImplementations.testView_ResMap(ViewFunctionalTestImplementations.java:116)
	at org.dataone.integration.it.testImplementations.ViewFunctionalTestImplementations.testView_ResMap(ViewFunctionalTestImplementations.java:107)
	at org.dataone.integration.it.functional.v2.CNViewFunctionalIT.testView_ResMap(CNViewFunctionalIT.java:30)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.service.exceptions.NotAuthorized: The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testPackage_scimeta_20171570425123
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:82)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	at org.dataone.client.v2.impl.MultipartCNode.create(MultipartCNode.java:611)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:492)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 40 more
org.dataone.client.exception.ClientSideException: Unable to create object for MNPackage testing./Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testPackage_scimeta_20171570425123
	at org.dataone.integration.ContextAwareTestCaseDataone.createPackage(ContextAwareTestCaseDataone.java:1947)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureResourceMap(ContextAwareTestCaseDataone.java:1897)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureResourceMap(ContextAwareTestCaseDataone.java:1845)
	at org.dataone.integration.it.testImplementations.ViewFunctionalTestImplementations.testView_ResMap(ViewFunctionalTestImplementations.java:116)
	at org.dataone.integration.it.testImplementations.ViewFunctionalTestImplementations.testView_ResMap(ViewFunctionalTestImplementations.java:107)
	at org.dataone.integration.it.functional.v2.CNViewFunctionalIT.testView_ResMap(CNViewFunctionalIT.java:30)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testPackage_scimeta_20171570425123
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1342)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1359)
	at org.dataone.integration.ContextAwareTestCaseDataone.createPackage(ContextAwareTestCaseDataone.java:1944)
	... 35 more
Caused by: org.dataone.service.exceptions.NotAuthorized: The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testPackage_scimeta_20171570425123
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:82)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	at org.dataone.client.v2.impl.MultipartCNode.create(MultipartCNode.java:611)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:492)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 40 more
20170606-07:42:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:06: [INFO]: ***  context label:   DEV [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM1  objectList_cacheDate      Tue Jun 06 06:19:59 UTC 2017
              urn:node:cnDevUNM1  publicObject_cacheDate    Tue Jun 06 05:39:30 UTC 2017
              urn:node:cnDevUNM1  objectList_hits           8
              urn:node:cnDevUNM1  publicObject_hits         10
              urn:node:cnDevUNM1  publicObject              TierTesting:cn-dev-unm-1:Public_READ.15
              urn:node:cnDevUNM1  objectList                org.dataone.service.types.v1.ObjectList@772fd3ce
=============================================================================================================
                  urn:node:cnDev  objectList_cacheDate      Tue Jun 06 06:19:57 UTC 2017
                  urn:node:cnDev  publicObject_cacheDate    Tue Jun 06 05:39:19 UTC 2017
                  urn:node:cnDev  objectList_hits           8
                  urn:node:cnDev  publicObject_hits         10
                  urn:node:cnDev  publicObject              TierTesting:cn-dev:Public_READ.15
                  urn:node:cnDev  objectList                org.dataone.service.types.v1.ObjectList@64fab683
=============================================================================================================
             urn:node:cnDevUCSB1  objectList_cacheDate      Tue Jun 06 06:19:58 UTC 2017
             urn:node:cnDevUCSB1  publicObject_cacheDate    Tue Jun 06 05:39:23 UTC 2017
             urn:node:cnDevUCSB1  objectList_hits           8
             urn:node:cnDevUCSB1  publicObject_hits         10
             urn:node:cnDevUCSB1  publicObject              TierTesting:cn-dev-ucsb-1:Public_READ.15
             urn:node:cnDevUCSB1  objectList                org.dataone.service.types.v1.ObjectList@7e48640
=============================================================================================================
              urn:node:cnDevORC1  objectList_cacheDate      Tue Jun 06 06:20:00 UTC 2017
              urn:node:cnDevORC1  objectList_hits           8
              urn:node:cnDevORC1  objectList                org.dataone.service.types.v1.ObjectList@2c29d7cc
=============================================================================================================
20170606-07:42:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:42:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:07: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570427139 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:07: [INFO]: creating a test object.  pid = testListViewsExist_20171570427139 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:07: [INFO]: SystemMetadata for pid: testListViewsExist_20171570427139
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570427139</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:42:07.151+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:42:07.151+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570427139; FilePart:object = /tmp/mmp.output.1741756126681038313.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5674435441672837119.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:42:09: [INFO]: object created.  pid = testListViewsExist_20171570427139 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/testListViewsExist_20171570427139 [org.dataone.client.rest.RestClient]
20170606-07:42:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:20: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704220192 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:20: [INFO]: creating a test object.  pid = testListViewsExist_201715704220192 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:20: [INFO]: SystemMetadata for pid: testListViewsExist_201715704220192
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704220192</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:42:20.200+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:42:20.200+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:21: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704220192; FilePart:object = /tmp/mmp.output.8970349426215366137.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5022393525376987818.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:42:21: [INFO]: object created.  pid = testListViewsExist_201715704220192 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/metacatui/testListViewsExist_201715704220192 [org.dataone.client.rest.RestClient]
20170606-07:42:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:32: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704232824 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:32: [INFO]: creating a test object.  pid = testListViewsExist_201715704232824 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:32: [INFO]: SystemMetadata for pid: testListViewsExist_201715704232824
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704232824</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:42:32.832+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:42:32.832+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:34: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704232824; FilePart:object = /tmp/mmp.output.3602688616828889357.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1187057279549169697.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:42:34: [INFO]: object created.  pid = testListViewsExist_201715704232824 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/nceas/testListViewsExist_201715704232824 [org.dataone.client.rest.RestClient]
20170606-07:42:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:45: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704245608 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:45: [INFO]: creating a test object.  pid = testListViewsExist_201715704245608 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:45: [INFO]: SystemMetadata for pid: testListViewsExist_201715704245608
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704245608</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:42:45.616+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:42:45.616+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704245608; FilePart:object = /tmp/mmp.output.8539277159263578863.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5897564124238311680.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:42:47: [INFO]: object created.  pid = testListViewsExist_201715704245608 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/esa/testListViewsExist_201715704245608 [org.dataone.client.rest.RestClient]
20170606-07:42:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:42:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:58: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704258173 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:58: [INFO]: creating a test object.  pid = testListViewsExist_201715704258173 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:58: [INFO]: SystemMetadata for pid: testListViewsExist_201715704258173
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704258173</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:42:58.181+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:42:58.181+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:59: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704258173; FilePart:object = /tmp/mmp.output.5404316313032991439.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6968954808557202647.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:42:59: [INFO]: object created.  pid = testListViewsExist_201715704258173 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:42:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/knb/testListViewsExist_201715704258173 [org.dataone.client.rest.RestClient]
20170606-07:43:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:10: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704310951 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:10: [INFO]: creating a test object.  pid = testListViewsExist_201715704310951 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:10: [INFO]: SystemMetadata for pid: testListViewsExist_201715704310951
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704310951</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:43:10.960+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:43:10.960+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704310951; FilePart:object = /tmp/mmp.output.7546473892367038895.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.675549488433943567.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:43:12: [INFO]: object created.  pid = testListViewsExist_201715704310951 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/kepler/testListViewsExist_201715704310951 [org.dataone.client.rest.RestClient]
20170606-07:43:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:23: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:23: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:23: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704323928 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:23: [INFO]: creating a test object.  pid = testListViewsExist_201715704323928 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:23: [INFO]: SystemMetadata for pid: testListViewsExist_201715704323928
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704323928</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:43:23.936+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:43:23.936+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:25: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704323928; FilePart:object = /tmp/mmp.output.1648155284818773137.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6624443587295072061.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:43:25: [INFO]: object created.  pid = testListViewsExist_201715704323928 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/lter/testListViewsExist_201715704323928 [org.dataone.client.rest.RestClient]
20170606-07:43:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:36: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704336562 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:36: [INFO]: creating a test object.  pid = testListViewsExist_201715704336562 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:36: [INFO]: SystemMetadata for pid: testListViewsExist_201715704336562
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704336562</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:43:36.570+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:43:36.570+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:38: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704336562; FilePart:object = /tmp/mmp.output.1189365083951857242.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6294528739760369165.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:43:38: [INFO]: object created.  pid = testListViewsExist_201715704336562 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/ltss/testListViewsExist_201715704336562 [org.dataone.client.rest.RestClient]
20170606-07:43:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:49: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:43:49: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:49: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570434983 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:49: [INFO]: creating a test object.  pid = testListViewsExist_20171570434983 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:49: [INFO]: SystemMetadata for pid: testListViewsExist_20171570434983
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570434983</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:43:49.091+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:43:49.091+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:50: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570434983; FilePart:object = /tmp/mmp.output.2483114735255736795.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3897865755118873555.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:43:50: [INFO]: object created.  pid = testListViewsExist_20171570434983 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:43:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/obfs/testListViewsExist_20171570434983 [org.dataone.client.rest.RestClient]
20170606-07:44:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:02: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_2017157044250 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:02: [INFO]: creating a test object.  pid = testListViewsExist_2017157044250 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:02: [INFO]: SystemMetadata for pid: testListViewsExist_2017157044250
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_2017157044250</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:44:02.058+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:44:02.058+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:03: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_2017157044250; FilePart:object = /tmp/mmp.output.4601982002367313442.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5190383043428408991.tmp (1020 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:44:03: [INFO]: object created.  pid = testListViewsExist_2017157044250 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/nrs/testListViewsExist_2017157044250 [org.dataone.client.rest.RestClient]
20170606-07:44:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:14: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704414872 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:14: [INFO]: creating a test object.  pid = testListViewsExist_201715704414872 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:14: [INFO]: SystemMetadata for pid: testListViewsExist_201715704414872
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704414872</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:44:14.880+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:44:14.880+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704414872; FilePart:object = /tmp/mmp.output.7800848131843643299.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7493643813885283224.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:44:16: [INFO]: object created.  pid = testListViewsExist_201715704414872 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/sanparks/testListViewsExist_201715704414872 [org.dataone.client.rest.RestClient]
20170606-07:44:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:27: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704427670 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:27: [INFO]: creating a test object.  pid = testListViewsExist_201715704427670 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:27: [INFO]: SystemMetadata for pid: testListViewsExist_201715704427670
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704427670</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:44:27.679+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:44:27.679+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704427670; FilePart:object = /tmp/mmp.output.2207858082395477091.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6442939104533814301.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:44:29: [INFO]: object created.  pid = testListViewsExist_201715704427670 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/saeon/testListViewsExist_201715704427670 [org.dataone.client.rest.RestClient]
20170606-07:44:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:40: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704440347 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:40: [INFO]: creating a test object.  pid = testListViewsExist_201715704440347 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:40: [INFO]: SystemMetadata for pid: testListViewsExist_201715704440347
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704440347</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:44:40.355+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:44:40.355+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:42: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704440347; FilePart:object = /tmp/mmp.output.5873717111939674396.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1843005502676656593.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:44:42: [INFO]: object created.  pid = testListViewsExist_201715704440347 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/first/testListViewsExist_201715704440347 [org.dataone.client.rest.RestClient]
20170606-07:44:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:44:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:53: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704453344 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:53: [INFO]: creating a test object.  pid = testListViewsExist_201715704453344 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:53: [INFO]: SystemMetadata for pid: testListViewsExist_201715704453344
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704453344</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:44:53.353+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:44:53.353+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:54: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704453344; FilePart:object = /tmp/mmp.output.1653928325299856301.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8102046522664405994.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:44:54: [INFO]: object created.  pid = testListViewsExist_201715704453344 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:44:54: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/parc/testListViewsExist_201715704453344 [org.dataone.client.rest.RestClient]
20170606-07:45:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:05: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570455754 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:05: [INFO]: creating a test object.  pid = testListViewsExist_20171570455754 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:05: [INFO]: SystemMetadata for pid: testListViewsExist_20171570455754
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570455754</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:45:05.762+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:45:05.762+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570455754; FilePart:object = /tmp/mmp.output.7327449466302944697.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7036394807652255235.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:45:07: [INFO]: object created.  pid = testListViewsExist_20171570455754 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/dataone/testListViewsExist_20171570455754 [org.dataone.client.rest.RestClient]
20170606-07:45:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:45:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:19: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704519319 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:19: [INFO]: creating a test object.  pid = testListViewsExist_201715704519319 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:19: [INFO]: SystemMetadata for pid: testListViewsExist_201715704519319
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704519319</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:45:19.327+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:45:19.327+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:21: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704519319; FilePart:object = /tmp/mmp.output.6092103483896796289.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3315112046038388989.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:45:21: [INFO]: object created.  pid = testListViewsExist_201715704519319 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/testListViewsExist_201715704519319 [org.dataone.client.rest.RestClient]
20170606-07:45:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:32: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704532582 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:32: [INFO]: creating a test object.  pid = testListViewsExist_201715704532582 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:32: [INFO]: SystemMetadata for pid: testListViewsExist_201715704532582
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704532582</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:45:32.590+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:45:32.590+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:34: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704532582; FilePart:object = /tmp/mmp.output.2775063494266014312.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2904480360326218530.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:45:34: [INFO]: object created.  pid = testListViewsExist_201715704532582 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/metacatui/testListViewsExist_201715704532582 [org.dataone.client.rest.RestClient]
20170606-07:45:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:45: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704545543 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:45: [INFO]: creating a test object.  pid = testListViewsExist_201715704545543 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:45: [INFO]: SystemMetadata for pid: testListViewsExist_201715704545543
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704545543</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:45:45.552+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:45:45.552+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704545543; FilePart:object = /tmp/mmp.output.3861055354936383081.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4087695387862362038.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:45:47: [INFO]: object created.  pid = testListViewsExist_201715704545543 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/nceas/testListViewsExist_201715704545543 [org.dataone.client.rest.RestClient]
20170606-07:45:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:45:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:58: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704558891 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:58: [INFO]: creating a test object.  pid = testListViewsExist_201715704558891 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:45:58: [INFO]: SystemMetadata for pid: testListViewsExist_201715704558891
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704558891</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:45:58.899+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:45:58.899+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704558891; FilePart:object = /tmp/mmp.output.5077616779994020447.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5587721779695172848.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:46:00: [INFO]: object created.  pid = testListViewsExist_201715704558891 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/esa/testListViewsExist_201715704558891 [org.dataone.client.rest.RestClient]
20170606-07:46:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:11: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704611175 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:11: [INFO]: creating a test object.  pid = testListViewsExist_201715704611175 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:11: [INFO]: SystemMetadata for pid: testListViewsExist_201715704611175
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704611175</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:46:11.184+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:46:11.184+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704611175; FilePart:object = /tmp/mmp.output.5083357677259291019.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.318105440843488335.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:46:12: [INFO]: object created.  pid = testListViewsExist_201715704611175 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/knb/testListViewsExist_201715704611175 [org.dataone.client.rest.RestClient]
20170606-07:46:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:23: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:23: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:23: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704623942 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:23: [INFO]: creating a test object.  pid = testListViewsExist_201715704623942 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:23: [INFO]: SystemMetadata for pid: testListViewsExist_201715704623942
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704623942</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:46:23.950+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:46:23.950+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:25: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704623942; FilePart:object = /tmp/mmp.output.4307227390594325348.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5107640967840153113.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:46:25: [INFO]: object created.  pid = testListViewsExist_201715704623942 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/kepler/testListViewsExist_201715704623942 [org.dataone.client.rest.RestClient]
20170606-07:46:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:36: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704636947 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:36: [INFO]: creating a test object.  pid = testListViewsExist_201715704636947 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:36: [INFO]: SystemMetadata for pid: testListViewsExist_201715704636947
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704636947</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:46:36.955+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:46:36.955+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:38: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704636947; FilePart:object = /tmp/mmp.output.206439882310595390.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5182670345575341677.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:46:38: [INFO]: object created.  pid = testListViewsExist_201715704636947 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/lter/testListViewsExist_201715704636947 [org.dataone.client.rest.RestClient]
20170606-07:46:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:49: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:46:49: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:49: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704649199 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:49: [INFO]: creating a test object.  pid = testListViewsExist_201715704649199 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:49: [INFO]: SystemMetadata for pid: testListViewsExist_201715704649199
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704649199</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:46:49.208+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:46:49.208+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:50: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704649199; FilePart:object = /tmp/mmp.output.7034349836391274229.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4226000595552958939.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:46:50: [INFO]: object created.  pid = testListViewsExist_201715704649199 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:46:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/ltss/testListViewsExist_201715704649199 [org.dataone.client.rest.RestClient]
20170606-07:47:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:01: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570471691 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:01: [INFO]: creating a test object.  pid = testListViewsExist_20171570471691 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:01: [INFO]: SystemMetadata for pid: testListViewsExist_20171570471691
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570471691</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:47:01.699+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:47:01.699+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:03: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570471691; FilePart:object = /tmp/mmp.output.2881144676189439338.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8418684101807603733.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:47:03: [INFO]: object created.  pid = testListViewsExist_20171570471691 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/obfs/testListViewsExist_20171570471691 [org.dataone.client.rest.RestClient]
20170606-07:47:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:14: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704714567 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:14: [INFO]: creating a test object.  pid = testListViewsExist_201715704714567 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:14: [INFO]: SystemMetadata for pid: testListViewsExist_201715704714567
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704714567</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:47:14.579+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:47:14.579+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704714567; FilePart:object = /tmp/mmp.output.1159218639835938615.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.9065154200250346826.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:47:16: [INFO]: object created.  pid = testListViewsExist_201715704714567 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/nrs/testListViewsExist_201715704714567 [org.dataone.client.rest.RestClient]
20170606-07:47:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:27: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704727484 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:27: [INFO]: creating a test object.  pid = testListViewsExist_201715704727484 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:27: [INFO]: SystemMetadata for pid: testListViewsExist_201715704727484
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704727484</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:47:27.493+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:47:27.493+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704727484; FilePart:object = /tmp/mmp.output.847580039201401166.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.970394402173611682.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:47:29: [INFO]: object created.  pid = testListViewsExist_201715704727484 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/sanparks/testListViewsExist_201715704727484 [org.dataone.client.rest.RestClient]
20170606-07:47:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:40: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704740198 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:40: [INFO]: creating a test object.  pid = testListViewsExist_201715704740198 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:40: [INFO]: SystemMetadata for pid: testListViewsExist_201715704740198
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704740198</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:47:40.206+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:47:40.206+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:41: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704740198; FilePart:object = /tmp/mmp.output.7722144483442908982.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5989398106213600842.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:47:41: [INFO]: object created.  pid = testListViewsExist_201715704740198 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/saeon/testListViewsExist_201715704740198 [org.dataone.client.rest.RestClient]
20170606-07:47:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:47:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:53: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570475398 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:53: [INFO]: creating a test object.  pid = testListViewsExist_20171570475398 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:53: [INFO]: SystemMetadata for pid: testListViewsExist_20171570475398
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570475398</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:47:53.106+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:47:53.106+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:54: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570475398; FilePart:object = /tmp/mmp.output.7995422686935611150.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7935450168069056314.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:47:54: [INFO]: object created.  pid = testListViewsExist_20171570475398 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:47:54: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/first/testListViewsExist_20171570475398 [org.dataone.client.rest.RestClient]
20170606-07:48:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:05: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570485607 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:05: [INFO]: creating a test object.  pid = testListViewsExist_20171570485607 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:05: [INFO]: SystemMetadata for pid: testListViewsExist_20171570485607
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570485607</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:48:05.615+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:48:05.615+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:06: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570485607; FilePart:object = /tmp/mmp.output.8749666004480188424.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4924520992002720206.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:48:06: [INFO]: object created.  pid = testListViewsExist_20171570485607 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/parc/testListViewsExist_20171570485607 [org.dataone.client.rest.RestClient]
20170606-07:48:18: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:18: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:18: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:18: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704818207 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:18: [INFO]: creating a test object.  pid = testListViewsExist_201715704818207 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:18: [INFO]: SystemMetadata for pid: testListViewsExist_201715704818207
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704818207</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:48:18.215+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:48:18.215+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:19: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704818207; FilePart:object = /tmp/mmp.output.8130560157692795454.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8130418862206068388.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:48:19: [INFO]: object created.  pid = testListViewsExist_201715704818207 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/dataone/testListViewsExist_201715704818207 [org.dataone.client.rest.RestClient]
20170606-07:48:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:48:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:31: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704831806 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:31: [INFO]: creating a test object.  pid = testListViewsExist_201715704831806 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:31: [INFO]: SystemMetadata for pid: testListViewsExist_201715704831806
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704831806</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:48:31.814+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:48:31.814+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:34: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704831806; FilePart:object = /tmp/mmp.output.4257595308577609218.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4792998632784119304.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:48:34: [INFO]: object created.  pid = testListViewsExist_201715704831806 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/testListViewsExist_201715704831806 [org.dataone.client.rest.RestClient]
20170606-07:48:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:45: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704845958 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:45: [INFO]: creating a test object.  pid = testListViewsExist_201715704845958 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:45: [INFO]: SystemMetadata for pid: testListViewsExist_201715704845958
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704845958</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:48:45.967+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:48:45.967+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704845958; FilePart:object = /tmp/mmp.output.2524821990789712848.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6131591624419095450.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:48:47: [INFO]: object created.  pid = testListViewsExist_201715704845958 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/metacatui/testListViewsExist_201715704845958 [org.dataone.client.rest.RestClient]
20170606-07:48:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:48:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:58: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704858917 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:58: [INFO]: creating a test object.  pid = testListViewsExist_201715704858917 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:48:58: [INFO]: SystemMetadata for pid: testListViewsExist_201715704858917
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704858917</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:48:58.925+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:48:58.925+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704858917; FilePart:object = /tmp/mmp.output.8243563452686828449.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5369805430133279957.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:49:00: [INFO]: object created.  pid = testListViewsExist_201715704858917 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/nceas/testListViewsExist_201715704858917 [org.dataone.client.rest.RestClient]
20170606-07:49:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:11: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704911893 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:11: [INFO]: creating a test object.  pid = testListViewsExist_201715704911893 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:11: [INFO]: SystemMetadata for pid: testListViewsExist_201715704911893
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704911893</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:49:11.907+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:49:11.907+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:13: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704911893; FilePart:object = /tmp/mmp.output.7407441952129673956.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.546649493660099524.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:49:13: [INFO]: object created.  pid = testListViewsExist_201715704911893 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/esa/testListViewsExist_201715704911893 [org.dataone.client.rest.RestClient]
20170606-07:49:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:24: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704924521 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:24: [INFO]: creating a test object.  pid = testListViewsExist_201715704924521 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:24: [INFO]: SystemMetadata for pid: testListViewsExist_201715704924521
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704924521</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:49:24.529+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:49:24.529+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:26: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704924521; FilePart:object = /tmp/mmp.output.1893189190015108907.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1929843777895221897.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:49:26: [INFO]: object created.  pid = testListViewsExist_201715704924521 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/knb/testListViewsExist_201715704924521 [org.dataone.client.rest.RestClient]
20170606-07:49:37: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:37: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:37: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:37: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:37: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704937695 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:37: [INFO]: creating a test object.  pid = testListViewsExist_201715704937695 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:37: [INFO]: SystemMetadata for pid: testListViewsExist_201715704937695
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704937695</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:49:37.703+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:49:37.703+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:40: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704937695; FilePart:object = /tmp/mmp.output.8357997132108209449.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3465225308646991452.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:49:40: [INFO]: object created.  pid = testListViewsExist_201715704937695 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/kepler/testListViewsExist_201715704937695 [org.dataone.client.rest.RestClient]
20170606-07:49:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:49:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:51: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715704951818 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:51: [INFO]: creating a test object.  pid = testListViewsExist_201715704951818 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:51: [INFO]: SystemMetadata for pid: testListViewsExist_201715704951818
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715704951818</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:49:51.826+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:49:51.826+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715704951818; FilePart:object = /tmp/mmp.output.411642117766338958.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.648635096780607233.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:49:53: [INFO]: object created.  pid = testListViewsExist_201715704951818 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:49:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/lter/testListViewsExist_201715704951818 [org.dataone.client.rest.RestClient]
20170606-07:50:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:04: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570504572 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:04: [INFO]: creating a test object.  pid = testListViewsExist_20171570504572 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:04: [INFO]: SystemMetadata for pid: testListViewsExist_20171570504572
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570504572</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:50:04.580+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:50:04.580+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:06: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570504572; FilePart:object = /tmp/mmp.output.8864133588086797163.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2370038000624208716.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:50:06: [INFO]: object created.  pid = testListViewsExist_20171570504572 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/ltss/testListViewsExist_20171570504572 [org.dataone.client.rest.RestClient]
20170606-07:50:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:17: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:17: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:17: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705017367 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:17: [INFO]: creating a test object.  pid = testListViewsExist_201715705017367 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:17: [INFO]: SystemMetadata for pid: testListViewsExist_201715705017367
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705017367</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:50:17.376+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:50:17.376+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:18: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705017367; FilePart:object = /tmp/mmp.output.365654303147149465.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4654737776848043956.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:50:18: [INFO]: object created.  pid = testListViewsExist_201715705017367 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/obfs/testListViewsExist_201715705017367 [org.dataone.client.rest.RestClient]
20170606-07:50:30: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:30: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:30: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:30: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705030186 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:30: [INFO]: creating a test object.  pid = testListViewsExist_201715705030186 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:30: [INFO]: SystemMetadata for pid: testListViewsExist_201715705030186
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705030186</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:50:30.195+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:50:30.195+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:31: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705030186; FilePart:object = /tmp/mmp.output.6866318643501148976.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.657766139537278169.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:50:31: [INFO]: object created.  pid = testListViewsExist_201715705030186 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/nrs/testListViewsExist_201715705030186 [org.dataone.client.rest.RestClient]
20170606-07:50:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:43: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705043343 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:43: [INFO]: creating a test object.  pid = testListViewsExist_201715705043343 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:43: [INFO]: SystemMetadata for pid: testListViewsExist_201715705043343
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705043343</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:50:43.351+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:50:43.351+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:46: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705043343; FilePart:object = /tmp/mmp.output.2363455795480688893.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5633565352554000925.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:50:46: [INFO]: object created.  pid = testListViewsExist_201715705043343 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/sanparks/testListViewsExist_201715705043343 [org.dataone.client.rest.RestClient]
20170606-07:50:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:57: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:50:57: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:57: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705057121 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:57: [INFO]: creating a test object.  pid = testListViewsExist_201715705057121 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:57: [INFO]: SystemMetadata for pid: testListViewsExist_201715705057121
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705057121</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:50:57.129+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:50:57.129+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705057121; FilePart:object = /tmp/mmp.output.3270743110692425770.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4296588193671447954.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:50:58: [INFO]: object created.  pid = testListViewsExist_201715705057121 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:50:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/saeon/testListViewsExist_201715705057121 [org.dataone.client.rest.RestClient]
20170606-07:51:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:10: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_2017157051105 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:10: [INFO]: creating a test object.  pid = testListViewsExist_2017157051105 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:10: [INFO]: SystemMetadata for pid: testListViewsExist_2017157051105
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_2017157051105</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:10.014+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:10.014+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_2017157051105; FilePart:object = /tmp/mmp.output.9052038298430131715.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.171634232107968886.tmp (1020 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:11: [INFO]: object created.  pid = testListViewsExist_2017157051105 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/first/testListViewsExist_2017157051105 [org.dataone.client.rest.RestClient]
20170606-07:51:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:22: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705122781 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:22: [INFO]: creating a test object.  pid = testListViewsExist_201715705122781 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:22: [INFO]: SystemMetadata for pid: testListViewsExist_201715705122781
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705122781</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:22.789+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:22.789+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705122781; FilePart:object = /tmp/mmp.output.2974848698961870750.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.439169162969888124.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:24: [INFO]: object created.  pid = testListViewsExist_201715705122781 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/parc/testListViewsExist_201715705122781 [org.dataone.client.rest.RestClient]
20170606-07:51:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:35: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705135571 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:35: [INFO]: creating a test object.  pid = testListViewsExist_201715705135571 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:35: [INFO]: SystemMetadata for pid: testListViewsExist_201715705135571
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705135571</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:35.579+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:35.579+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:37: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705135571; FilePart:object = /tmp/mmp.output.6642835033687310735.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8876628035449029760.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:37: [INFO]: object created.  pid = testListViewsExist_201715705135571 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:37: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/dataone/testListViewsExist_201715705135571 [org.dataone.client.rest.RestClient]
20170606-07:51:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170606-07:51:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:50: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:50: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:50: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705150214 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:50: [INFO]: creating a test object.  pid = testListViewsExist_201715705150214 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:50: [INFO]: SystemMetadata for pid: testListViewsExist_201715705150214
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705150214</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:50.222+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:50.222+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:51: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705150214; FilePart:object = /tmp/mmp.output.6157536049061234354.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5721568276537672180.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:51: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705151568 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:51: [INFO]: creating a test object.  pid = testListViewsExist_201715705151568 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:51: [INFO]: SystemMetadata for pid: testListViewsExist_201715705151568
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705151568</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:51.580+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:51.580+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705151568; FilePart:object = /tmp/mmp.output.667135896780334226.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6673575614362903569.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:52: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705152825 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:52: [INFO]: creating a test object.  pid = testListViewsExist_201715705152825 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:52: [INFO]: SystemMetadata for pid: testListViewsExist_201715705152825
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705152825</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:52.832+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:52.832+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705152825; FilePart:object = /tmp/mmp.output.4261311986526982449.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4917377814648962548.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:53: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705153977 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:53: [INFO]: creating a test object.  pid = testListViewsExist_201715705153977 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:53: [INFO]: SystemMetadata for pid: testListViewsExist_201715705153977
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705153977</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:53.985+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:53.985+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705153977; FilePart:object = /tmp/mmp.output.3888754587856169795.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8399583145225378376.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:55: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:55: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:55: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:55: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705155137 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:55: [INFO]: creating a test object.  pid = testListViewsExist_201715705155137 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:55: [INFO]: SystemMetadata for pid: testListViewsExist_201715705155137
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705155137</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:55.144+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:55.144+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:56: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705155137; FilePart:object = /tmp/mmp.output.5937340436210065173.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.150058639912071651.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:56: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:56: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:56: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:56: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705156377 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:56: [INFO]: creating a test object.  pid = testListViewsExist_201715705156377 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:56: [INFO]: SystemMetadata for pid: testListViewsExist_201715705156377
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705156377</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:56.384+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:56.384+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:57: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705156377; FilePart:object = /tmp/mmp.output.5695273868533287209.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6741233582973976701.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:57: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:57: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:57: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705157568 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:57: [INFO]: creating a test object.  pid = testListViewsExist_201715705157568 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:57: [INFO]: SystemMetadata for pid: testListViewsExist_201715705157568
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705157568</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:57.575+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:57.575+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705157568; FilePart:object = /tmp/mmp.output.5431536792471265526.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2797239373114300907.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:51:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:51:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:58: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715705158785 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:58: [INFO]: creating a test object.  pid = testListViewsExist_201715705158785 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:51:58: [INFO]: SystemMetadata for pid: testListViewsExist_201715705158785
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_201715705158785</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:51:58.792+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:51:58.792+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715705158785; FilePart:object = /tmp/mmp.output.5517677493068603603.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3705904062229599069.tmp (1022 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:00: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:00: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:00: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:00: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570520135 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:00: [INFO]: creating a test object.  pid = testListViewsExist_20171570520135 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:00: [INFO]: SystemMetadata for pid: testListViewsExist_20171570520135
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570520135</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:52:00.143+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:52:00.143+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:01: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570520135; FilePart:object = /tmp/mmp.output.7269562033306841316.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6338575570298288993.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:01: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570521433 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:01: [INFO]: creating a test object.  pid = testListViewsExist_20171570521433 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:01: [INFO]: SystemMetadata for pid: testListViewsExist_20171570521433
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570521433</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:52:01.441+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:52:01.441+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:02: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570521433; FilePart:object = /tmp/mmp.output.2269125548559649115.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.44554905672509464.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:02: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570522807 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:02: [INFO]: creating a test object.  pid = testListViewsExist_20171570522807 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:02: [INFO]: SystemMetadata for pid: testListViewsExist_20171570522807
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570522807</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:52:02.814+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:52:02.814+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:04: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570522807; FilePart:object = /tmp/mmp.output.1138074157465394842.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.236861470973786327.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:04: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_2017157052458 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:04: [INFO]: creating a test object.  pid = testListViewsExist_2017157052458 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:04: [INFO]: SystemMetadata for pid: testListViewsExist_2017157052458
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_2017157052458</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:52:04.065+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:52:04.065+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:05: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_2017157052458; FilePart:object = /tmp/mmp.output.2181439275318400952.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6747001657796353515.tmp (1020 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:05: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570525357 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:05: [INFO]: creating a test object.  pid = testListViewsExist_20171570525357 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:05: [INFO]: SystemMetadata for pid: testListViewsExist_20171570525357
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570525357</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:52:05.364+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:52:05.364+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:06: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570525357; FilePart:object = /tmp/mmp.output.5435509927299615487.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5092884471004082979.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:06: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570526698 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:06: [INFO]: creating a test object.  pid = testListViewsExist_20171570526698 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:06: [INFO]: SystemMetadata for pid: testListViewsExist_20171570526698
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570526698</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:52:06.706+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:52:06.706+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570526698; FilePart:object = /tmp/mmp.output.9048510981751809717.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2124300675614566005.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170606-07:52:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:07: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171570527946 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:07: [INFO]: creating a test object.  pid = testListViewsExist_20171570527946 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:07: [INFO]: SystemMetadata for pid: testListViewsExist_20171570527946
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testListViewsExist_20171570527946</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM1,DC=dataone,DC=org</submitter>
    <rightsHolder>public</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>public</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-06T07:52:07.953+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-06T07:52:07.953+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170606-07:52:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171570527946; FilePart:object = /tmp/mmp.output.4637472514999727276.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3018019580664728310.tmp (1021 bytes);  [org.dataone.client.rest.RestClient]
20170606-07:52:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
Tests run: 18, Failures: 16, Errors: 1, Skipped: 0, Time elapsed: 1,866.24 sec <<< FAILURE!

Results :

Failed tests: 
  testEchoSystemMetadata(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_NotAuthorized() should throw a NotAuthorized with an unauthorized certificate subject.  [for host POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8270872639823453245.tmp (1036 bytes);  ]
  testEchoSystemMetadata_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_NotAuthorized() should throw a NotAuthorized with an unauthorized certificate subject.  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.2454864677643760034.tmp (1036 bytes);  ]
  testEchoSystemMetadata_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_NotAuthorized() should throw a NotAuthorized with an unauthorized certificate subject.  [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.2652122801471927628.tmp (1036 bytes);  ]
  testEchoSystemMetadata_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_NotAuthorized() should throw a NotAuthorized with an unauthorized certificate subject.  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3255810425066699374.tmp (1035 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoSystemMetadata_InvalidSysMeta_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoChecksum() should throw a InvalidSystemMetadata with a null checksum in the system metadata.  [for host POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3304810875966333596.tmp (1010 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoChecksum() should throw a InvalidSystemMetadata with a null checksum in the system metadata.  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.9120407409441853164.tmp (1009 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoChecksum() should throw a InvalidSystemMetadata with a null checksum in the system metadata.  [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4694293709077294523.tmp (1010 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoChecksum() should throw a InvalidSystemMetadata with a null checksum in the system metadata.  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3508811944868884682.tmp (1010 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoSubmitter() should throw a InvalidSystemMetadata with a null submitter in the system metadata.  [for host POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1725149640948424629.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoSubmitter() should throw a InvalidSystemMetadata with a null submitter in the system metadata.  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3789852286225896799.tmp (1047 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoSubmitter() should throw a InvalidSystemMetadata with a null submitter in the system metadata.  [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8093335535542871290.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_NoSubmitter() should throw a InvalidSystemMetadata with a null submitter in the system metadata.  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6515423771453872526.tmp (1048 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_AccessPolicy() should throw a InvalidSystemMetadata with an invalid accessPolicy (containing no rules) in the system metadata.  [for host POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1016479823711880568.tmp (854 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_AccessPolicy() should throw a InvalidSystemMetadata with an invalid accessPolicy (containing no rules) in the system metadata.  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4333309740083725200.tmp (854 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_AccessPolicy() should throw a InvalidSystemMetadata with an invalid accessPolicy (containing no rules) in the system metadata.  [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4424752438122950014.tmp (854 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_AccessPolicy() should throw a InvalidSystemMetadata with an invalid accessPolicy (containing no rules) in the system metadata.  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.9200169393487053243.tmp (854 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplNum() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no numberReplicas) in the system metadata.  [for host POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.7103724667879663155.tmp (1044 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplNum() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no numberReplicas) in the system metadata.  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3391420290427581075.tmp (1043 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplNum() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no numberReplicas) in the system metadata.  [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.7970329469002291710.tmp (1044 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplNum() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no numberReplicas) in the system metadata.  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1236591175528263053.tmp (1044 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplAllow() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no replicationAllowed) in the system metadata.  [for host POST https://cn-dev.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8350428235051718455.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplAllow() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no replicationAllowed) in the system metadata.  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.5833411710793337861.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplAllow() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no replicationAllowed) in the system metadata.  [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.8706137061041945411.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): testEchoSystemMetadata_InvalidSysMeta_ReplAllow() should throw a InvalidSystemMetadata with an invalid replicationPolicy (containing no replicationAllowed) in the system metadata.  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0 Client_Error:: class org.dataone.exceptions.MarshallingException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.3743312416274784083.tmp (1046 bytes);  ]
  testEchoIndexedObject(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Test object should be created succesfully.
  testEchoIndexedObject_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_NotAuthorized(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_BadPid(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_SerialVer(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_FormatId(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSize(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplNum(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): Need to create a test object of unsupported type to test this.  [for host  ]
  testEchoIndexedObject_UnsupportedMetadataType(org.dataone.integration.it.apiTests.CNDiagnosticV2IT): ServiceFailure: 0000::   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV2IT): NotAuthorized: 4861: The client -CN=urn:node:cnDevUNM1,DC=dataone,DC=orgis not a CN and is not authorized for registering the system metadata of the object cNodeTier1TestCreate2017156223620864  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223620864; FilePart:sysmeta = /tmp/mmp.output.8401224219607533095.tmp (945 bytes);  ]
  testUpdateSystemMetadata_NotFound(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected a NotAuthorized exception. Got: org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_201715622364338  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_NotAuthorized(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected a NotAuthorized exception. Got: org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testUpdateSystemMetadata_NotAuthorized_2017156223655904  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_NoSerialVersion(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected no exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_NoSerialVersion(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected no exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_NoSerialVersion(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected no exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_NoSerialVersion(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected no exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NoPid(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NoPid(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NoPid(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NoPid(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_PidMismatch(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_PidMismatch(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_PidMismatch(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_PidMismatch(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(org.dataone.integration.it.apiTests.CNCoreV2IT): updateSystemMetadata call shouldn't fail if metadata was not modified. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(org.dataone.integration.it.apiTests.CNCoreV2IT): updateSystemMetadata call shouldn't fail if metadata was not modified. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(org.dataone.integration.it.apiTests.CNCoreV2IT): updateSystemMetadata call shouldn't fail if metadata was not modified. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(org.dataone.integration.it.apiTests.CNCoreV2IT): updateSystemMetadata call shouldn't fail if metadata was not modified. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSize(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSize(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSize(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSize(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NullOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NullOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NullOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_NullOriginMN(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0000:   [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta ]
  testUpdateSystemMetadata_NotAuthorized_RightsHolder(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223623526; FilePart:sysmeta = /tmp/mmp.output.4812582825334995038.tmp (945 bytes);  ]
  testUpdateSystemMetadata_NotAuthorized_RightsHolder(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223623526; FilePart:sysmeta = /tmp/mmp.output.4812582825334995038.tmp (945 bytes);  ]
  testUpdateSystemMetadata_NotAuthorized_RightsHolder(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223623526; FilePart:sysmeta = /tmp/mmp.output.4812582825334995038.tmp (945 bytes);  ]
  testUpdateSystemMetadata_NotAuthorized_RightsHolder(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017156223623526; FilePart:sysmeta = /tmp/mmp.output.4812582825334995038.tmp (945 bytes);  ]
  testUpdateSystemMetadata_CN(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_CN(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_CN(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testUpdateSystemMetadata_CN(org.dataone.integration.it.apiTests.CNCoreV2IT): java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testSynchronize_NotAuthorized(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected a NotAuthorized exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev.test.dataone.org/cn/v2 ]
  testSynchronize_NotAuthorized(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected a NotAuthorized exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ]
  testSynchronize_NotAuthorized(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected a NotAuthorized exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-unm-1.test.dataone.org/cn/v2 ]
  testSynchronize_NotAuthorized(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected a NotAuthorized exception. Got: java.lang.NullPointerException: null  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testView_NotAuthorized(org.dataone.integration.it.apiTests.CNViewV2IT): Expected a NotAuthorized exception. Got: org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_NotAuthorized_2017156223833722  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testView_InvalidTheme(org.dataone.integration.it.apiTests.CNViewV2IT): Expected an InvalidRequest exception. Got: org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_InvalidTheme_2017156223845537  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testUpdateNodeCapabilities_updatingOtherField(org.dataone.integration.it.apiTests.CNRegisterV1IT): updateNodeCapabilities to update other fields should fail  [for host PUT https://cn-dev.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.1763884536612481152.tmp (780 bytes);  ]
  testUpdateNodeCapabilities_updatingOtherField(org.dataone.integration.it.apiTests.CNRegisterV1IT): updateNodeCapabilities to update other fields should fail  [for host PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.6553526322590495826.tmp (780 bytes);  ]
  testUpdateNodeCapabilities_updatingOtherField(org.dataone.integration.it.apiTests.CNRegisterV1IT): updateNodeCapabilities to update other fields should fail  [for host PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.1015467709471838332.tmp (780 bytes);  ]
  testUpdateNodeCapabilities_updatingOtherField(org.dataone.integration.it.apiTests.CNRegisterV1IT): updateNodeCapabilities to update other fields should fail  [for host PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/node/urn:node:cnDev; MMP message has: FilePart:node = /tmp/mmp.output.5261866513721459608.tmp (780 bytes);  ]
  testUpdateNodeCapabilities_NotFound(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with NotFound. Got: class org.dataone.service.exceptions.ServiceFailure:: NotFound:[LDAP: error code 32 - No Such Object]  [for host PUT https://cn-dev.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.8816889628775866527.tmp (846 bytes);  ]
  testUpdateNodeCapabilities_NotFound(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with NotFound. Got: class org.dataone.service.exceptions.ServiceFailure:: NotFound:[LDAP: error code 32 - No Such Object]  [for host PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.9190981491229863679.tmp (846 bytes);  ]
  testUpdateNodeCapabilities_NotFound(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with NotFound. Got: class org.dataone.service.exceptions.ServiceFailure:: NotFound:[LDAP: error code 32 - No Such Object]  [for host PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.8046249142074974906.tmp (846 bytes);  ]
  testUpdateNodeCapabilities_NotFound(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with NotFound. Got: class org.dataone.service.exceptions.ServiceFailure:: NotFound:[LDAP: error code 32 - No Such Object]  [for host PUT https://cn-dev-orc-1.test.dataone.org/cn/v1/node/urn:node:cnDevBAD; MMP message has: FilePart:node = /tmp/mmp.output.6897707029793211020.tmp (846 bytes);  ]
  testIsAuthorized(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v1 ]
  testSetAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:setAccess.15 ]
  testSetRightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.client.exception.ClientSideException: Unable to create test object!/The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid TierTesting:setRH:2017156224153360  [for host https://cn-dev-orc-1.test.dataone.org/cn ]
  testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:RightsHolder_testPerson.15 ]
  testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:RightsHolder_testGroup.15 ]
  testIsAuthorized_AccessPolicy_is_Public_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Public_READ.15 ]
  testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): https://cn-dev-unm-1.test.dataone.org/cn Failed 1 or more tests:
  testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Authenticated_READ.15 ]
  testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:Verified_READ.15 ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testPerson_READ.15 ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testPerson_WRITE.15 ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-ucsb-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-unm-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testPerson_CHANGE.15 ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testGroup_READ.15 ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testGroup_WRITE.15 ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-ucsb-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-unm-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:testGroup_CHANGE.15 ]
  testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:legacyAcct_WRITE.15 ]
  testIsAuthorized_ComplicatedAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-orc-1:ComplicatedPolicy.15 ]
  testResourceMap_Parsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): ServiceFailure: 0000:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package ]
  testResourceMap_Checksum_Size_Consistency(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): ServiceFailure: 0000:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/38f9df9c-eb42-449c-af15-75ff4569f918_package ]
  testMetadata_Checksum_Size_Consistency(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): NotFound: 1020:: The object specified by cNodeTier1TestCreate2015121145233722 does not exist at this node.  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/cNodeTier1TestCreate2015121145233722 ]
  testMetadata_Checksum_Size_Consistency(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): NotFound: 1020:: The object specified by cNodeTier1TestCreate2015121145233722 does not exist at this node.  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/cNodeTier1TestCreate2015121145233722 ]
  testMetadata_Checksum_Size_Consistency(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): NotFound: 1020:: The object specified by cNodeTier1TestCreate2015121145233722 does not exist at this node.  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/cNodeTier1TestCreate2015121145233722 ]
  testMetadata_Checksum_Size_Consistency(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): ServiceFailure: 0000:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/john.2 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)at line number 446  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00at line number 636  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMapParsing(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): No public resource maps returned from listObjects.  Cannot test.
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: OREException: Null resource map returned from OREParser (format: RDF/XML)  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/38f9df9c-eb42-449c-af15-75ff4569f918_package ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/dakoop_test-PKG ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): Should be able to parse the serialized resourceMap.  Got exception: ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 ]
  testResourceMap_ResolveURL(org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT): No public resource maps returned from listObjects.  Cannot test.
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Cannot find the certificate required for the test: /etc/dataone/client/testClientCerts/urn_node_cnStageUNM1_SS.crt  [for host  ]
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Don't know how we got here.  This is an unhandled response, andthe test is inconclusive.  The full response:
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Cannot find the certificate required for the test: /etc/dataone/client/testClientCerts/urn_node_cnStageUNM1_SS.crt  [for host  ]
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Don't know how we got here.  This is an unhandled response, andthe test is inconclusive.  The full response:
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Cannot find the certificate required for the test: /etc/dataone/client/testClientCerts/urn_node_cnStageUNM1_SS.crt  [for host  ]
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Don't know how we got here.  This is an unhandled response, andthe test is inconclusive.  The full response:
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Cannot find the certificate required for the test: /etc/dataone/client/testClientCerts/urn_node_cnStageUNM1_SS.crt  [for host  ]
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Don't know how we got here.  This is an unhandled response, andthe test is inconclusive.  The full response:
  testGet(org.dataone.integration.it.apiTests.CNReadV1IT): No Objects available to test against:: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D ]
  testGetSystemMetadata(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v1 ]
  testDescribe(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v1 ]
  testGetChecksum(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v1 ]
  testGetChecksum_NotFound(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /Connect to cn-dev.test.dataone.org:443 [cn-dev.test.dataone.org/128.111.54.78] failed: connect timed out  [for host GET https://cn-dev.test.dataone.org/cn/v1/checksum/TestingNotFound:2017156231832934 ]
  testGetChecksum_IdentifierEncoding(org.dataone.integration.it.apiTests.CNReadV1IT): https://cn-dev-ucsb-1.test.dataone.org/cn/v1 Failed 1 or more identifier encoding testsNode Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1
  testResolve(org.dataone.integration.it.apiTests.CNReadV1IT): No public object available to test resolve against  [for host https://cn-dev-orc-1.test.dataone.org/cn ]
  testIsAuthorized(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testSetAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000:   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read ]
  testSetAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000:   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read ]
  testSetAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000:   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read ]
  testSetAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000:   [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15?action=read ]
  testSetRightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): could not create object for testing setRightsHolder  [for host GET https://cn-dev.test.dataone.org/cn/v2/node ]
  testSetRightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): could not create object for testing setRightsHolder  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node ]
  testSetRightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): could not create object for testing setRightsHolder  [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node ]
  testSetRightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): could not create object for testing setRightsHolder  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node ]
  testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:RightsHolder_testPerson.15 ]
  testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:RightsHolder_testGroup.15 ]
  testIsAuthorized_AccessPolicy_is_Public_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Public_READ.15 ]
  testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Authenticated_READ.15 ]
  testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:Verified_READ.15 ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testPerson_READ.15 ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testPerson_WRITE.15 ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-ucsb-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-unm-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testPerson_CHANGE.15 ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testGroup_READ.15 ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testGroup_WRITE.15 ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-ucsb-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-unm-1.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:testGroup_CHANGE.15 ]
  testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:legacyAcct_WRITE.15 ]
  testIsAuthorized_ComplicatedAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-orc-1:ComplicatedPolicy.15 ]
  testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 4862: Couldn't determine the MNRead version of the authoritative member node for the pid cNodeTier1TestCreate2017157041766  [for host POST https://cn-dev.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017157041766; FilePart:sysmeta = /tmp/mmp.output.1570966484478996853.tmp (900 bytes);  ]
  testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 4862: Couldn't determine the MNRead version of the authoritative member node for the pid cNodeTier1TestCreate20171570417896  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171570417896; FilePart:sysmeta = /tmp/mmp.output.2942159706542266131.tmp (902 bytes);  ]
  testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 4862: Couldn't determine the MNRead version of the authoritative member node for the pid cNodeTier1TestCreate20171570418376  [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171570418376; FilePart:sysmeta = /tmp/mmp.output.6837847848221175849.tmp (902 bytes);  ]
  testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 000: Could not get CNode from the underlying context (D1Client.CN_URL)  [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171570419659; FilePart:sysmeta = /tmp/mmp.output.8716735181688181028.tmp (902 bytes);  ]
  testGet(org.dataone.integration.it.apiTests.CNReadV2IT): No Objects available to test against:: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%7D ]
  testGetSystemMetadata(org.dataone.integration.it.apiTests.CNReadV2IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testDescribe(org.dataone.integration.it.apiTests.CNReadV2IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testGetChecksum(org.dataone.integration.it.apiTests.CNReadV2IT): org.dataone.integration.TestIterationEndingException: could not create a test object and attempts to find an object with a public accessRule gave the following exception: ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20170310180614GMT+00:00  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testResolve(org.dataone.integration.it.apiTests.CNReadV2IT): No public object available to test resolve against  [for host https://cn-dev-orc-1.test.dataone.org/cn ]
  testRegister(org.dataone.integration.it.functional.v2.CNRegisterFunctionalIT): https://cn-dev.test.dataone.org/cn/v2:   testRegister() : CN.register() call failed to register new node with exception: IdentifierNotUnique : 4844 : urn:node:TestNode is not available for registration : urn:node:TestNode is not available for registration
  testView_Scimeta(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testView_Scimeta_201715702115490. pid: testView_Scimeta_201715702115490
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705150214. pid: testListViewsExist_201715705150214  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705151568. pid: testListViewsExist_201715705151568  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705152825. pid: testListViewsExist_201715705152825  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705153977. pid: testListViewsExist_201715705153977  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705155137. pid: testListViewsExist_201715705155137  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705156377. pid: testListViewsExist_201715705156377  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705157568. pid: testListViewsExist_201715705157568  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_201715705158785. pid: testListViewsExist_201715705158785  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_20171570520135. pid: testListViewsExist_20171570520135  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_20171570521433. pid: testListViewsExist_20171570521433  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_20171570522807. pid: testListViewsExist_20171570522807  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_2017157052458. pid: testListViewsExist_2017157052458  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_20171570525357. pid: testListViewsExist_20171570525357  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_20171570526698. pid: testListViewsExist_20171570526698  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]
  testListViewsExist(org.dataone.integration.it.functional.v2.CNViewFunctionalIT): The subject listed as CN=urn:node:cnDevUNM1,DC=dataone,DC=org isn't allowed to call create() on a Coordinating Node for pid testListViewsExist_20171570527946. pid: testListViewsExist_20171570527946  [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ]

Tests in error: 
  testView_ResMap(org.dataone.integration.it.functional.v2.CNViewFunctionalIT)

Tests run: 693, Failures: 512, Errors: 1, Skipped: 63

[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.8.1:verify (verify) @ d1_integration ---
[INFO] Failsafe report directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/failsafe-reports
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[ERROR] There are test failures.

Please refer to /var/lib/jenkins/jobs/d1_integration_DEV_CN_cnService/workspace/d1_integration/target/failsafe-reports for the individual test results.
[JENKINS] Recording test results
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:24:58.229s
[INFO] Finished at: Tue Jun 06 07:52:10 UTC 2017
[INFO] Final Memory: 50M/411M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data